Docs.rs
  • unicorn-0.9.1
    • unicorn 0.9.1
    • Permalink
    • Docs.rs crate page
    • GPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ekse
    • tesuji
    • wtdcode
    • Dependencies
      • bitflags ^1.0 normal
      • libc ^0.2 normal
      • libunicorn-sys ^0.9.1 normal
    • Versions
    • 7.23% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

unicorn0.9.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Context
  • CpuARM
  • CpuARM64
  • CpuM68K
  • CpuMIPS
  • CpuSPARC
  • CpuX86
  • MemRegion
  • Protection
  • Unicorn
  • UnicornHook
  • X86Mmr
  • unicorn_const::MemRegion
  • unicorn_const::Protection

Enums

  • Arch
  • CodeHookType
  • Error
  • HookType
  • InsnSysX86
  • InsnX86
  • MemHookType
  • MemType
  • Mode
  • Query
  • RegisterARM
  • RegisterARM64
  • RegisterM68K
  • RegisterMIPS
  • RegisterSPARC
  • RegisterX86
  • unicorn_const::Arch
  • unicorn_const::CodeHookType
  • unicorn_const::Error
  • unicorn_const::HookType
  • unicorn_const::MemHookType
  • unicorn_const::MemType
  • unicorn_const::Mode
  • unicorn_const::Query

Traits

  • Cpu
  • Register

Functions

  • arch_supported
  • bindings_version
  • uc_arch_supported
  • uc_close
  • uc_context_alloc
  • uc_context_restore
  • uc_context_save
  • uc_emu_start
  • uc_emu_stop
  • uc_errno
  • uc_free
  • uc_hook_add
  • uc_hook_del
  • uc_mem_map
  • uc_mem_map_ptr
  • uc_mem_protect
  • uc_mem_read
  • uc_mem_regions
  • uc_mem_unmap
  • uc_mem_write
  • uc_open
  • uc_query
  • uc_reg_read
  • uc_reg_write
  • uc_strerror
  • uc_version
  • unicorn_version

Type Aliases

  • uc_context
  • uc_handle
  • uc_hook

Constants

  • BINDINGS_MAJOR
  • BINDINGS_MINOR
  • MILISECOND_SCALE
  • PROT_ALL
  • PROT_EXEC
  • PROT_NONE
  • PROT_READ
  • PROT_WRITE
  • SECOND_SCALE
  • unicorn_const::BINDINGS_MAJOR
  • unicorn_const::BINDINGS_MINOR
  • unicorn_const::MILISECOND_SCALE
  • unicorn_const::PROT_ALL
  • unicorn_const::PROT_EXEC
  • unicorn_const::PROT_NONE
  • unicorn_const::PROT_READ
  • unicorn_const::PROT_WRITE
  • unicorn_const::SECOND_SCALE