The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 jumps and calls.

AUTHORS

Alexander Sviridenko <oleks.sviridenko@gmail.com>

Slade Maurer <slade@computer.org>

COPYRIGHT

Copyright (c) 2009, 2011 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)