Re: Using objdump

2004-05-31 Thread Luís Marques
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

Re: Using objdump

2004-05-31 Thread James Courtier-Dutton
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

Re: Using objdump

2004-05-31 Thread Steven Edwards
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

Re: Using objdump

2004-05-31 Thread Christian Costa
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

Using objdump

2004-05-31 Thread James Courtier-Dutton
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