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(a)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/
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
participants (4)
-
Christian Costa -
James Courtier-Dutton -
Luís Marques -
Steven Edwards