Expand description
Parser for pre-extracted string files (one string per line).
Supports two formats:
- Raw: one string per line (no offset info)
- Offset-prefixed:
<offset>: <string>(decimal or hex offset)
Functionsยง
- from_
strings_ file - Parse a pre-extracted strings file into
ClassifiedStringvalues.