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

NAME

X86::Disasm::Reg - Perl extension to wrap registers in libdisasm - an X86 Disassembler

SYNOPSIS

  use X86::Disasm::Reg ':all';

DESCRIPTION

X86::Disasm::Reg provides a Perl interface to the registers in the C X86 disassembler library, libdisasm. See http://bastard.sourceforge.net/libdisasm.html

EXPORT

None by default.

  our %EXPORT_TAGS = ( 'all' => [ qw(
  $x86_reg_type
  ) ] );

SEE ALSO

  X86::Disasm
  X86::Disasm::Insn
  X86::Disasm::Op

If you use Debian and install libdisasm0 and libdisasm-dev then the following are a useful supplement to this documentation.

/usr/include/libdis.h

/usr/share/doc/libdisasm-dev/libdisasm.txt.gz

The latest version of this Perl module is available from https://sourceforge.net/projects/x86disasm/

AUTHOR

Bob Wilkinson, <bob@fourtheye.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 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.0 or, at your option, any later version of Perl 5 you may have available.