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

eboot_string_patcher v1.3

Latest
Compare
Choose a tag to compare
@mosamadeeb mosamadeeb released this 14 May 16:17
· 3 commits to main since this release
dd114d1

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.