[Tutor] help!!!

Alan Gauld alan.gauld at freenet.co.uk
Mon Oct 18 06:04:43 CEST 2004


> how can i decompile a .exe file.

You can use the DOS DEBUG command to disassemble an EXE back 
into assembler. 

True decompiling is extremely difficult because you 
don't know what language it was written in, and even if you 
do there aren't many decompilers around. And the few that 
exist are very expensive.

But even if you did decompile/disassemble an exe it would 
be hard to read since the layout would be gone and there 
would be no comments...

Any reason why you need to do this or is it just curiosity?
(THere may be another way to achieve your goal...)

Alan G.


More information about the Tutor mailing list