Skip to main content

Crate fnprint_loader

Crate fnprint_loader 

Source
Expand description

Load an ELF, hand back the loadable segments and a best-effort list of functions. x86-64 only for now (v0.1). We try symbols first, fall back to .eh_frame FDE ranges when the thing is stripped, which covers most release binaries since they keep unwind info even without a symtab.

Structs§

Func
Image
Loaded
Segment

Enums§

FuncSource

Functions§

load