Sang Cho's Win32 Disassembler: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
 
(Add to RE Tools category.)
Line 2: Line 2:


Sang Cho's Win32 Disassembler is an extremely competent static binary disassembler for Windows portable executable (PE) format files (which comprise most Win32 EXE and DLL files). The code compiles on both Windows and Linux using gcc. Be advised, however, that it maybe necessary to convert carriage returns on Linux in order to get gcc to process the source files correctly.
Sang Cho's Win32 Disassembler is an extremely competent static binary disassembler for Windows portable executable (PE) format files (which comprise most Win32 EXE and DLL files). The code compiles on both Windows and Linux using gcc. Be advised, however, that it maybe necessary to convert carriage returns on Linux in order to get gcc to process the source files correctly.
[[Category: RE Tools]]

Revision as of 07:26, 3 June 2006

Sang Cho's Win32 Disassembler is an extremely competent static binary disassembler for Windows portable executable (PE) format files (which comprise most Win32 EXE and DLL files). The code compiles on both Windows and Linux using gcc. Be advised, however, that it maybe necessary to convert carriage returns on Linux in order to get gcc to process the source files correctly.