The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

X86::Disasm::Insn - Perl extension to wrap instructions in libdisasm - an X86 Disassembler

SYNOPSIS

use X86::Disasm::Insn ':all';

DESCRIPTION

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

EXPORT

None by default.

our %EXPORT_TAGS = ( 'all' => [ qw(
$x86_flag_status
$x86_insn_cpu
$x86_insn_group
$x86_insn_isa
$x86_insn_note
$x86_insn_type
$x86_insn_prefix
) ] );

SEE ALSO

X86::Disasm
X86::Disasm::Op
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.