Docs.rs
wazabin-binary-0.1.1
wazabin-binary 0.1.1
Docs.rs crate page
MIT
10 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
Garfield1002
Dependencies
elf ^0.8
normal
goblin ^0.10
normal
serde ^1
normal
Versions
41.36%
of the crate is documented
Platform
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
Skip to main content
Module elf
wazabin_
binary
0.1.1
Module elf
Module Items
Structs
Enums
Functions
In crate wazabin_
binary
wazabin_binary
Module
elf
Copy item path
Source
Structs
§
ElfAnalysis
Results of the ELF analysis passes.
ElfBinary
A parsed and loaded ELF binary.
Function
Symbol
A known function start address extracted from an ELF symbol table.
Import
Symbol
A resolver slot for an imported function.
Load
Segment
Program
Header
Table
Where the program header table is, in the file and, when a segment covers it, in memory. A loader passes the virtual address to the program as
AT_PHDR
; libc startup and the dynamic linker walk the table from there.
TlsSegment
The
PT_TLS
segment: the thread-local storage template a runtime copies for each thread. At most one per file.
Enums
§
ElfError
Errors that can occur while parsing an ELF binary.
ElfKind
The file type from
e_type
: what kind of object this is, and so whether a loader may place it where it likes.
Functions
§
from_
elf_
machine