Cross platform file / folder corrupting tool, written in C# and Eto.forms.
This is a general purpose file corruption program. It's inspired by the Vinesauce ROM corruptor but designed to be cross platform. The Vinesauce Corruptor is for Windows only. We designed CrossCorrupt in Eto.Forms because unlike Java, Eto.Forms uses the platform's native UI frameworks and compiles into mostly native code. The program corrupts files on the byte level, so any file, binary or not, should work.
- Byte corrupt any file (insert, replace, delete byte)
- Corrupt entire folders (choose which file types to corrupt / not to corrupt)
- Folder scramble: randomize the names of the items in a folder (for messing up textures / sounds)
- Auto randomize settings, with configuration
See the Wiki for a more detailed feature list.
Screenshots coming soon.
Installation instructions coming soon.
Here are what we officially support:
- macOS 10.12 Sierra or later
- Windows 10 version 1803 or later
The app should work on Linux, but you will have to compile it yourself.
You will need Visual Studio Community 2017 (Windows or Mac) or later to compile this. Open the .SLN and press Build Solution. Then you can run the app! For more detailed instructions, see the Wiki.
Please use the Issues section of this repository to report bugs. Ensure to provide what your settings are, details about your system, and about the files you are trying to corrupt. Without adequate information, we cannot fix issues.