Crate unicorn [] [src]

Reexports

pub use arm64_const::*;
pub use arm_const::*;
pub use m68k_const::*;
pub use mips_const::*;
pub use sparc_const::*;
pub use unicorn_const::*;
pub use x86_const::*;

Modules

arm64_const
arm_const
ffi
m68k_const
mips_const
sparc_const
unicorn_const
x86_const

Structs

Unicorn

An emulator instance.

Constants

BINDINGS_MAJOR
BINDINGS_MINOR

Functions

arch_supported

Returns true if the architecture is supported by this build of unicorn.

bindings_version

Returns a tuple (major, minor) for the bindings version number.

error_msg

Returns a string for the specified error code.

unicorn_version

Returns a tuple (major, minor) for the unicorn version number.

Type Definitions

uc_handle
uc_hook