Go to file
2024-05-23 09:34:51 -03:00
.idea Initial release 2024-05-15 19:59:38 -03:00
src Made simpler, as padding tends to always be 0xFF and new size can be computed 2024-05-23 09:34:51 -03:00
.gitignore Initial release 2024-05-15 19:59:38 -03:00
Cargo.lock Made simpler, as padding tends to always be 0xFF and new size can be computed 2024-05-23 09:34:51 -03:00
Cargo.toml Made simpler, as padding tends to always be 0xFF and new size can be computed 2024-05-23 09:34:51 -03:00
LICENSE Add licence and readme 2024-05-15 20:07:26 -03:00
README.md Add licence and readme 2024-05-15 20:07:26 -03:00

rom-untrim

This is a simple tool to untrim a ROM. Tested on one gba game, and nothing else.

Usage

Replaces file in place, so make a backup first.

rom-untrim -f <file> -s <new-size> -p <padding-bytes>

Building

Debug

cargo build

Release

cargo build --release