Skip to main content

strindex

PyPI version PyPI downloads GitHub downloads license

A command line utility to extract and patch strings of some filetypes, with a focus on compatibility and translation.

This utility will allow you to replace strings in supported filetypes with other strings. It's useful to change the text of a program without having to recompile it, for example, to translate a program into another language.

Aside from using pointers to replace strings, there's also an option to use the original string itself to ensure compatibility with different versions of the same program.

It features various built-in features to help with translation, such as spellchecking & filtering strings by length and character set.

Supported filetypes

Support for more types is not planned.

  • PE files (".exe", ".dll"...) (direct pointers only)
  • Gamemaker data files ("data.win")
  • Forceful replacement in every filetype...

Installation

You can install the program with the command pip install strindex.

Alternatively, the releases tab includes a precompiled version of the program, which by default opens the gui mode (unless executed with arguments). Warning: the precompiled version has a high chance of being detected as a false positive by antivirus software. You can compile the program yourself to avoid this.

Usage

You can run the program with the command strindex <action> <input file(s)> [arguments].

strindex -h will show the available arguments.

These are the available actions:

  • create: Create a list of strings (a strindex) extracted from a file. Use -f to enable "force" mode, and replace strings at the same offset they were found. Use -c to create a strindex that uses the original strings as references, instead of pointers.
  • patch: Patch a file with a strindex. Strindexes compressed with gzip are also supported for all actions.
  • update Update a strindex file pointers' with the updated version of a file.
  • filter: Filter a strindex by detected language, wordlist or length. You can specify those in the strindex settings.
  • delta: Create a delta file between two strindexes, that only contains the lines of the first strindex missing in the second one (their difference).
  • spellcheck: Spellcheck a strindex. You can specify the target language in the strindex settings as an ISO 639-1 code.
  • gui: Open Strindex in GUI mode.

Usage Examples

  • Open strindex in GUI mode:
    strindex gui
    
  • Create a strindex from a PE file, considering only pointers prefixed by the bytes "24c7442404" or "ec04c70424".
    strindex create program.exe -p "24c7442404" -p "ec04c70424"
    
  • Patch a PE file with a strindex:
    strindex patch program.exe strindex.txt
    

Strindex Example

You can find an example of a strindex file and an explanation of its settings here.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

strindex-3.9.0.tar.gz (24.5 kB view details)

Uploaded Source

File details

Details for the file strindex-3.9.0.tar.gz.

File metadata

  • Download URL: strindex-3.9.0.tar.gz
  • Upload date:
  • Size: 24.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for strindex-3.9.0.tar.gz
Algorithm Hash digest
SHA256 1067bae9da69c603e9fe52b1652ebf2b0143d844e3c5ce74c915e4f22df0cb2c
MD5 0e6fb91f52b4cfb2680eef2d8bcb13de
BLAKE2b-256 9c7bb7acc1d1dc77440749e6c7c0690b03f30b19ff945996562aebb7629d089e

See more details on using hashes here.

Release history Release notifications | RSS feed

5.0.0

1 file

4.0.0

1 file

This release

3.9.0 This release

1 file

3.8.0

2 files

3.7.1

2 files

3.7.0

2 files

3.6.0

2 files

3.5.0

2 files

3.4.0

2 files

3.3.2

2 files

3.3.1

2 files

3.3.0

2 files

3.2.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page