Docs.rs
  • vminer-core-0.1.0
    • vminer-core 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • a1phyr
    • Dependencies
      • bytemuck ^1.7 normal
      • cpp_demangle ^0.4 normal
      • gimli ^0.31 normal
      • hashbrown ^0.15 normal
      • log ^0.4 normal
      • memchr ^2.4 normal
      • msvc-demangler ^0.11 normal
      • object ^0.36 normal
      • once_cell ^1.9 normal
      • once_map ^0.4.7 normal
      • pdb ^0.8 normal optional
      • rustc-demangle ^0.1.21 normal
      • serde ^1.0 normal optional
      • sync_file ^0.2 normal optional
    • Versions
    • 2.27% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

vminer_core0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Module
  • PhysicalAddress
  • Process
  • StackFrame
  • Thread
  • VirtualAddress
  • VmError
  • Vma
  • VmaFlags
  • arch::AssumeAarch64
  • arch::AssumeX86_64
  • arch::VcpuId
  • arch::VcpuIterator
  • arch::aarch64::Aarch64
  • arch::aarch64::OtherRegisters
  • arch::aarch64::Registers
  • arch::aarch64::SpecialRegisters
  • arch::aarch64::Vcpu
  • arch::x86_64::Dtable
  • arch::x86_64::OtherRegisters
  • arch::x86_64::Registers
  • arch::x86_64::Segment
  • arch::x86_64::SpecialRegisters
  • arch::x86_64::Vcpu
  • arch::x86_64::X86_64
  • backend::KernelSearchIterator
  • backend::RuntimeBackend
  • endian::BigEndian
  • endian::LittleEndian
  • mem::MemRemap
  • mem::MemoryMap
  • mem::RawMemory
  • symbols::ModuleSymbols
  • symbols::ModuleSymbolsBuilder
  • symbols::Struct
  • symbols::StructField
  • symbols::StructRef
  • symbols::SymbolsIndexer

Enums

  • MemoryAccessError
  • TranslationError
  • VcpuError
  • arch::runtime::Architecture
  • arch::runtime::OtherRegisters
  • arch::runtime::Registers
  • arch::runtime::SpecialRegisters
  • endian::RuntimeEndian
  • symbols::Primitive
  • symbols::TypeKind

Traits

  • Os
  • ResultExt
  • TranslationResultExt
  • arch::Architecture
  • arch::HasVcpus
  • backend::Backend
  • endian::Endianness
  • mem::Memory

Functions

  • backend::default_read_virtual_memory
  • mask
  • mask_range
  • read_virtual_memory
  • symbols::demangle
  • symbols::demangle_to
  • symbols::dwarf::load_types
  • symbols::dwarf::load_types_from_dwarf
  • symbols::symbols_file::read_from_bytes
  • try_read_virtual_memory

Type Aliases

  • MemoryAccessResult
  • TranslationResult
  • VcpuResult
  • VmResult
  • symbols::Type