Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Releases: mosamadeeb/eboot_string_patcher

eboot_string_patcher v1.3

14 May 16:17
dd114d1
Compare
Choose a tag to compare

General stability fixes:

  • Skip unaligned search results and force safe mode by default.
  • Print duplicate search results in verbose mode.

-s/--safe is now -s/--unsafe, and it does the opposite of what it did before: instead of searching for multiple instances of the address, it now ignores additional instances (if they exist). This is not recommended to be used.

The script will now show the offsets of duplicate search results, to make it easier to find any issues.

The release zip contains an exe compiled with PyInstaller, so it might trigger some false positives.

eboot_string_patcher v1.2

14 May 07:26
Compare
Choose a tag to compare

Fixed an issue with virtual address calculation (Fixes Ishin).

The release zip contains an exe compiled with PyInstaller, so it might trigger some false positives.

eboot_string_patcher v1.1

13 May 12:37
Compare
Choose a tag to compare

Updated the JSON file format to remove the need of an address for every string. If the address is not given, the address of the string right after the previous one is used.

The release zip contains an exe compiled with PyInstaller, so it might trigger some false positives.

eboot_string_patcher v1.0

13 May 00:09
99e0c88
Compare
Choose a tag to compare

Initial release.

The release zip contains an exe compiled with PyInstaller, so it might trigger some false positives.