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

NAME

X86::Udis86 - Perl extension for the C disassembler Udis86.

SYNOPSIS

  use X86::Udis86;

DESCRIPTION

This module provides a Perl interface to the C disassembler Udis86. See http://udis86.sourceforge.net/

The test program in t/X86-Udis86.t provides some indication of usage.

The file udis86.pdf distributed with the C library documents the interface which has been followed in the Perl wrapper.

If you would like more extensive documentation, write to me and ask!

Currently the set_input_hook function is not provided here.

EXPORT

None by default. Exports @mnemonics on request.

AUTHOR

Bob Wilkinson, <bob@fourtheye.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009, 2013 by Bob Wilkinson

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.