Hi,
Is there any way that you can un-compile a VB app?
If so does anyone know off any products/utils they would recomend?
Regards
Printable View
Hi,
Is there any way that you can un-compile a VB app?
If so does anyone know off any products/utils they would recomend?
Regards
This subject comes up time and time again. Search these forums for decompilers/disassemblers - I'm not sure if there is a definitive answer (except for not losing the source code in the first place, of course)
Either way, the highest decompilation you can do is to assembly, at least with VC++ debugger.
There are some decompilers that will let you decompile to VB code, but from what I hear, they're not very accurate.
They almost certainly won't get the variable names and everything right, and completely screwed up whitespace. And no comments. :)