Sang Cho's Win32 Disassembler: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
 
(no more geocities :D)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
* Website: http://www.geocities.com/~sangcho/disasm.html
* Website: http://cyber.chongju.ac.kr/~sangcho/


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]]

Latest revision as of 15:17, 20 November 2009

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.