#homebrew #ps2 #gaming #retro #esr

bin+lib esrtool

Port of the PS2 Homebrew ESRtool to Rust and modern platforms

10 releases

0.3.3 Jan 24, 2022
0.3.2 Jan 23, 2022
0.2.2 Jan 22, 2022
0.1.2 Jan 21, 2022

#166 in Emulators

MIT license

165KB
2K SLoC

ESRtool

Port of the PS2 Homebrew tool esr-disc-patcher-cli. Based on Tatsh's original work posted on PSX-Scene.

These older versions contain several bugs, at least one of which is potentially exploitable. This tool is safer in that regard at least.

Installation

Either you can clone this repo and build in the usual way with cargo build --release. Or use cargo install esrtool to install it from crates.io.

Usage

Patching

Patching is done in place to maintain drop in compatibility with exisitng tools. But it is lossy maintain a clean rip of your discs for archive.

esrtool p PATH_TO_ISO

Unpatching

esrtool u PATH_TO_ISO

NOTE: Unpatching is not clean, do not use it to store copies of the ISO. Instead maintain a clean one. Data is lost during the patching process. Infact many other tools I've tested drop junk into the file including potentially private environment data.

License

MIT Licensed to fit with similar software. Also note notice in other ESR patching tools below.

No runtime deps