An automatic patch finder for questionable exes
Go to file
beerpsi 6613e592ab patches from evilleaker 2024-04-13 03:31:40 +07:00
.idea/.idea.CHUNITHM-Patch-Finder/.idea Add license 2024-04-11 13:34:17 +07:00
Converters Print offsets in hex 2024-04-11 15:44:23 +07:00
Models patches from evilleaker 2024-04-13 03:31:40 +07:00
Patterns Organize patterns and shit 2024-04-12 04:40:48 +07:00
.gitignore Initial commit 2024-04-11 13:34:11 +07:00
CHUNITHM-Patch-Finder.csproj Organize patterns and shit 2024-04-12 04:40:48 +07:00
CHUNITHM-Patch-Finder.sln Initial commit 2024-04-11 13:34:11 +07:00
LICENSE Add license 2024-04-11 13:34:17 +07:00
Program.cs patches from evilleaker 2024-04-13 03:31:40 +07:00
README.md Organize patterns and shit 2024-04-12 04:40:48 +07:00

README.md

A shittily written patch finder hacked together with 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.

Does not do any patch validation for now.

Usage

./CHUNITHM-Patch-Finder <PATH TO EXE> [PATH TO PATTERNS]

If a patterns file is not specified, the program defaults to finding a file named [file].yaml under its Patterns directory.

The output is in a format compatible with BemaniPatcher.

How to find signatures