Skip to content

AxelElRojo/cipsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIPSP

A simple IPS patcher written in C++, it's been tested on Linux, it should work on other platforms.

Compiling

There aren't any special dependencies, just make sure g++ and make are installed in your system, open a terminal and type:

make

This will create various .o files, and one named cipsp, this is the executable.

Usage

Assuming you have the executable in the same directory as the ROM and IPS files:

./cipsp rom ips output

For example:

./cipsp legalRom.gba patch.ips patchedRom.gba

About

Cakewalk IPS patcher.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published