Skip to content

BDASM Examples

Basic Disassembly

Disassemble a binary file to stdout:

bdasm game.bin

Save output to a file:

bdasm game.bin -o game.asm

Advanced Usage

For information on additional options such as address ranges, symbol tables, and format handling, run:

bdasm --help

See Also