Pseurae / gible

Dead simple binary patcher.

Home Page:https://adhithchand.substack.com/p/dissecting-gible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gible

By @Pseurae

A ROM patcher made using C.

Gible supports patching of IPS, IPS32, UPS and BPS files. Patch creation and other patch formats are planned to be added in the near future, along with Windows support.

Building

Windows

Install mingw-w64 and run make windows on WSL. Same can be done in Mac or Linux for obtaining a working executable for Windows.

Linux & Mac

Just run make and gible should be compiled.

You may need to run make clean if switching compilation between Windows and Unix.

External Resources

CRC32 Implementation

Credits go to Stephan Brumme.
http://create.stephan-brumme.com/disclaimer.html

About

Dead simple binary patcher.

https://adhithchand.substack.com/p/dissecting-gible

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 98.9%Language:Makefile 1.1%