PDA

View Full Version : A question.


rendy
08-09-2002, 09:37 PM
I was wondering if its possible to "edit" a *.exe file under Win9x, to be able to see its source code, or to be able to change things in it, or the both????...
Thanks a lot for all the help that you can give.
Bye, see you later.

rendy

GnuVince
08-09-2002, 09:54 PM
You can always try decompiling, but most the time it's un-understandable asm.

Strike
08-09-2002, 10:12 PM
yeah, ndisasm is a pretty schnazzy disassembler, but unless you know precisely what you are looking for, you are probably better off just trying to code a duplicate from scratch.

rendy
08-10-2002, 08:03 AM
Ok, thanks:wave: !