Click to See Complete Forum and Search --> : vb5 decompiler


avatar
February 21st, 2000, 12:40 PM
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.

Kyle Burns
February 21st, 2000, 12:51 PM
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.