Corruption utility for file testing
- C 79.1%
- Makefile 20.9%
| .gitignore | ||
| EVILREADME.md | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| ROMBeater.c | ||
ROM Beater
Beats up files. Corrupt a file from a range and then write it to a new file.
We used this to have fun with game assets.
Usage
rombeater [input] [output] [n] [start] [end]
| Argument | Description |
|---|---|
| input | Path to file you want to corrupt. |
| output | Name and path of the destination file. |
| n | Corrupt every N-th byte. Disabled if 0. |
| start | Byte position from which corruption starts. Disabled if 0. |
| end | Byte position from which corruption starts. Disabled if 0. |
How to Install
It has a makefile (AH AH).