Expand description
Binary container formats and the BinaryFormat trait.
This is a leaf crate below qcode: it holds the Arch enum, the
TargetOs enum, and the ELF/PE/blob container parsers behind a single
BinaryFormat trait. qcode re-exports TargetOs and (in Stage 2b)
implements BinaryFormat for its serializable MemoryImage; harbinger
re-exports this crate as harbinger::format and harbinger::arch::Arch.
Modules§
Enums§
Traits§
- Binary
Format - A trait representing a loaded binary image with one or more mapped regions and one or more known entry points.
Functions§
- is_
printable_ ascii_ byte - Return
truewhenbis a printable ASCII byte. - printable_
byte - Map a byte to its printable ASCII representation.