On Monday 31 May 2004 21:24, James Courtier-Dutton wrote:
> Just need .sys files supported now. :-)
Those are PE executables too.
--
Luís Marques
Christian Costa wrote:
James Courtier-Dutton wrote:
I have used objdump in the past to disassemble and check the code that
is generated in a .so or .o file.
How do I modify objdump so I can get it do the same with win32 .exe
and .dll files ?
objdump already works with PE executables.
Bye,
Chri
Hi,
--- James Courtier-Dutton <[EMAIL PROTECTED]> wrote:
> How do I modify objdump so I can get it do the same with win32 .exe
> and
> .dll files ?
If you get a mingw32 cross-compiler or at least build a cross-binutils
you can use mingw32-objdump.
Thanks
Steven
James Courtier-Dutton wrote:
I have used objdump in the past to disassemble and check the code that
is generated in a .so or .o file.
How do I modify objdump so I can get it do the same with win32 .exe
and .dll files ?
objdump already works with PE executables.
Bye,
Christian
I have used objdump in the past to disassemble and check the code that
is generated in a .so or .o file.
How do I modify objdump so I can get it do the same with win32 .exe and
.dll files ?
Cheers
James