Decompiler Explorer
dogbolt.orgreally cool! I was finally able to decompile the keygenerator for one of my software. I lost the sources but I still have the keygen. It was a VB6 keygen. With AI and some of the decompiled code I was able to convert the algorithm to python. No more need to have windows to run a keygen.
Related. Others?
Dogbolt Decompiler Explorer - https://news.ycombinator.com/item?id=38520487 - Dec 2023 (89 comments)
Decompiler Explorer - https://news.ycombinator.com/item?id=32079227 - July 2022 (82 comments)
got to love the name!
I had to use it months ago, to understand what happened under the hood of some compilation and speed optimize a process. I realize that I should probably have used an LLM to try and interpret the unnamed routines, to speedup the analysis. Especially since what I got were partial decompilations with different strengths.
Terrific, care to opensource it by chance?