2024-04-11 08:30:43 +02:00
|
|
|
A shittily written patch finder hacked together with
|
|
|
|
[Reloaded.Memory.Sigscan](https://github.com/Reloaded-Project/Reloaded.Memory.SigScan).
|
|
|
|
|
|
|
|
Originally written for CHUNITHM, hence the name, but can be used
|
|
|
|
with pretty much anything as long as you have the signatures.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
|
|
./CHUNITHM-Patch-Finder <PATH TO EXE>
|
|
|
|
```
|
|
|
|
|
|
|
|
The program expects a file called `patterns.yaml` (see files in
|
|
|
|
repo for example) and outputs BemaniPatcher-compatible patches
|
2024-04-11 08:40:58 +02:00
|
|
|
to `patches.json`.
|
|
|
|
|
|
|
|
[How to find signatures](https://reloaded-project.github.io/Reloaded-II/CheatSheet/SignatureScanning/)
|