Module metagoblin::strtab

source ·
Expand description

A byte-offset based string table. Commonly used in ELF binaries, Unix archives, and even PE binaries.

Structs

  • A common string table format which is indexed by byte offsets (and not member index). Constructed using parse with your choice of delimiter. Please be careful.