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
Hi,
--- James Courtier-Dutton James@superbug.demon.co.uk 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
__________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/
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
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, Christian
So it does. :-)
Just need .sys files supported now. :-)
Cheers James
On Monday 31 May 2004 21:24, James Courtier-Dutton wrote:
Just need .sys files supported now. :-)
Those are PE executables too.