goblin

Module 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.