patching utility
Go to file
2024-04-18 16:50:42 -05:00
src new and improved! 2024-04-18 16:37:30 -05:00
.gitignore finished project lmfao, good morning 2023-04-16 11:05:32 -05:00
Cargo.lock new and improved! 2024-04-18 16:37:30 -05:00
Cargo.toml new and improved! 2024-04-18 16:37:30 -05:00
LICENSE Initial commit 2023-04-16 11:02:53 -05:00
README.md Update README.md 2024-04-18 16:50:42 -05:00

rhack

Patching utility!

Usage:

Help

$ rhack                  
Patch/Rom hacking utility.

Usage: rhack <COMMAND>

Commands:
  ips     Uses IPS patching
  xdelta  Uses XDELTA patching
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

Patching

$ rhack xdelta
Uses XDELTA patching

Usage: rhack xdelta [OPTIONS]

Options:
  -i, --input-file <FILE>   File to patch
  -p, --patch-file <FILE>   Patch file to use
  -o, --output-file <FILE>  Output file
  -h, --help                Print help

$ rhack ips   
Uses IPS patching

Usage: rhack ips [OPTIONS]

Options:
  -i, --input-file <FILE>   File to patch
  -p, --patch-file <FILE>   Patch file to use
  -o, --output-file <FILE>  Output file
  -h, --help                Print help