Re: decompiling windows binaries in linux
- From: "[jongware]" <IdontWantSpam@xxxxxxxxxxx>
- Date: Fri, 29 Dec 2006 17:45:54 +0100
"mike" <mike@xxxxxxxxxx> wrote in message
news:1167409756.744604.110680@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Is it possible to decompile win32 binaries in linux? If so, what
programs can be used?
Why, certainly. Using win32 myself, I've disassembled just about anything
ranging from Z80 to ARM7 binaries.
Disassembling is not restricted to the platform a program is intended to run
on (neither is assembly, by the way).
Win32 programs are intended to run on 80x86 machines; find a disassembler
which can handle these (ndisasm is a good start).
If you want to concentrate on 'real' Windows proggies, you might want to
find a recent Win Api reference somewhere. I believe Borland has a zipped
one in their free d/l section.
[Jongware]
.
- Follow-Ups:
- Re: decompiling windows binaries in linux
- From: mike
- Re: decompiling windows binaries in linux
- References:
- decompiling windows binaries in linux
- From: mike
- decompiling windows binaries in linux
- Prev by Date: decompiling windows binaries in linux
- Next by Date: Re: decompiling windows binaries in linux
- Previous by thread: decompiling windows binaries in linux
- Next by thread: Re: decompiling windows binaries in linux
- Index(es):