Skip to main content

Module from_file

Module from_file 

Source
Expand description

Parser for pre-extracted string files (one string per line).

Supports two formats:

  1. Raw: one string per line (no offset info)
  2. Offset-prefixed: <offset>: <string> (decimal or hex offset)

Functionsยง

from_strings_file
Parse a pre-extracted strings file into ClassifiedString values.