NAME
X86::Disasm::Op - Perl extension to wrap operands from libdisasm
SYNOPSIS
use X86::Disasm::Op ':all';
DESCRIPTION
X86::Disasm::Op provides a Perl interface to the operands in the C X86 disassembler library, libdisasm. See http://bastard.sourceforge.net/libdisasm.html
EXPORT
None by default.
our %EXPORT_TAGS = ( 'all' => [ qw(
$x86_op_type
$x86_op_datatype
$x86_op_access
$x86_op_flags
) ] );
SEE ALSO
X86::Disasm
X86::Disasm::Insn
X86::Disasm::Reg
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.