does anyone know where i can find a vb5 or 6 decompiler. I can only find one for vb3.
BTW, it's for a program that I made, nothing dodgy.
Printable View
does anyone know where i can find a vb5 or 6 decompiler. I can only find one for vb3.
BTW, it's for a program that I made, nothing dodgy.
The likelyhood of finding a decompiler that would behave the way you want it to is slim. When your VB code is compiled into machine language, the compiler applies so many optimizations that if you were to decompile the app, the code would be nearly unintelligible and riddled with GOTO statements.