Module goblin::strtab [] [src]

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

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.