NAME
odasm - A disassembler written on Perl and based on Bintuils::Objdump module
SYNOPSIS
odasm [OPTIONS] exe_file
odasm -V
odasm -h
DESCRIPTION
This disassembler based on linux disassembler 2.0799 by SiuL+Hacky, and written with help of Binutils::Objdump module.
This script allows to show you: appeared functions and symbols, possible references to strings, references from jump
s and call
s.
AUTHORS
Alexander Sviridenko <mail@d2rk.com>
Slade Maurer <slade@computer.org>
COPYRIGHT
Copyright (c) 2009 Slade Maurer, Alexander Sviridenko. All rights reserved. (see the pod text in Binutils::Objdump module for use and distribution rights)
SEE ALSO
Binutils::Objdump(1)