Releases: mosamadeeb/eboot_string_patcher
eboot_string_patcher v1.3
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
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
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
Initial release.
The release zip contains an exe compiled with PyInstaller, so it might trigger some false positives.