This is tool is archived. Try this tool instead esrtool_rs
A simple esr (un)patching tool.
Fork from 0.24a esr-disc-patcher-cli v0.24
Original thread: http://psx-scene.com/forums/f164/esr-disc-patcher-linux-mac-qt4-port-60096/
Statically linked stripped binary in /bin/
Functionally tested on:
- Windows 10
- Windows 10 WSL (should be linux compatible)
Copy compiled binary (or provided statically linked one) to a folder in your path.
To apply ESR patch
$ ./esrtool p path_to_iso
To remove ESR patch
$ ./esrtool u patch_to_patched_iso
$ make
For the static binaries
$ make static
For windows rename esrtool.c esrtool.cpp and use Visual Studio C++.
- Option to not patch in place
- 2022-01-21 Crash fix.
- 2017-05-11 Rewrite of interface code in c. Now esrtool.
- 2017-05-11 Added static make rules
- 2017-05-01 defines.h uses type includes
- 2017-04-30 forked from https://github.com/antipatico/esr-disc-patcher-cli