Hi people!!
I have a project already compiled into the exe format.
My question is.. How can i see the source code of this exe ??
Any sugestions?
Thanks a lot!
Printable View
Hi people!!
I have a project already compiled into the exe format.
My question is.. How can i see the source code of this exe ??
Any sugestions?
Thanks a lot!
You can't.
I can't?? But.. once i saw a program that do this exacty.. it decompiles a project made in VB. I just don't remeber its name!
You can decompile VB3 programs (sort of), program is VBDIS. But you cannot decompile vb6 or .net
You can decompile a VB6 exe if it was compiled to p-code.
You can also decompile vb4 and 5 executables.
However, I don't know of any distinct decompilers.
Thats almost immpossible and if you do figure it out, most likely the stuff is gonna have errors.