Module goblin::strtab [] [src]

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

Structs

Strtab

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.