DisAsm


Size:
1.82MB
Requirements:
No special requirements
Seller:
Adrian Wright
Price:
Free
System:
Windows 7/Vista/XP
Rating:
4.4
License:
Freeware

Description - DisAsm



DisAsm for Windows. It`s not IDA or Hiew, it`s not meant to be. But for an `objdump -d` like, minimum fuss tool that can disassemble the three most common architectures plus a bit more besides, and is completely Independent of Visual Studio to boot, it`s a perfectly acceptable tool.
Usage

Usage: disasm module [Function] [options]

Where module is a Windows PE File (exe, dll, ocx, sys, scr, etc)

[Function] is an optional argument specifying a single function to show the disassembly of. If you don`t provide a function name, the contents of all PE sections marked as code or executable is shown.

[options] are optional and modify the disassembly output -b Adds the raw code bytes alongside the instruction that it makes up -l Adds the line number of the source file alongside the Assembly (requires private symbols) -f Adds the file name of the source file alongside the assembly (requires private symbols)

There is no separate option for file output. All output is via stdout, so redirect that if you need a file.

DisAsm Requires Private Private Symbols


More in Source Code-DisAsm

Assembly Requires Requires Private Source File Alongside