Corruption utility for file testing
  • C 79.1%
  • Makefile 20.9%
Find a file
2026-02-10 18:29:51 +01:00
.gitignore ROMBeater > First commit! 2026-02-10 18:29:51 +01:00
EVILREADME.md ROMBeater > First commit! 2026-02-10 18:29:51 +01:00
LICENSE ROMBeater > First commit! 2026-02-10 18:29:51 +01:00
Makefile ROMBeater > First commit! 2026-02-10 18:29:51 +01:00
README.md ROMBeater > First commit! 2026-02-10 18:29:51 +01:00
ROMBeater.c ROMBeater > First commit! 2026-02-10 18:29:51 +01:00

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).