Docs.rs
ckb-vm-0.24.12
ckb-vm 0.24.12
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
xxuejie
doitian
mohanson
Dependencies
byteorder ^1
normal
bytes ^1
normal
ckb-vm-definitions =0.24.12
normal
derive_more ^0.99.2
normal
goblin =0.2.3
normal
goblin =0.4.0
normal
rand ^0.7.3
normal
scroll ^0.10
normal
serde ^1.0
normal
criterion ^0.4.0
dev
lazy_static ^1.4.0
dev
proptest ^0.9.1
dev
cc ^1.0
build
jemalloc-ctl ^0.5.0
dev
jemallocator ^0.5.0
dev
Versions
3.64%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ckb_vm
0.24.12
Module elf
Structs
Constants
Functions
In crate ckb_vm
Module
ckb_vm
::
elf
Copy item path
source
·
[
−
]
Structs
§
LoadingAction
ProgramHeader
Same as goblin::elf::ProgramHeader.
ProgramMetadata
SectionHeader
Same as goblin::elf::SectionHeader.
Constants
§
PF_R
Segment is readable
PF_W
Segment is writable
PF_X
Segment is executable
PT_LOAD
Loadable program segment
SHF_EXECINSTR
Executable.
Functions
§
convert_flags
Converts goblin’s ELF flags into RISC-V flags
parse_elf