Corrupter

Description

Application allows user to corrupt files for testing purposes. Once a file is passed to the application its bits will be randomly changed resulting in file corruption. You can expect files to no longer function as expected. Text files may still open, but with nonesense for its contents

Usage

corrupter.exe <INPUT>

Setup Enviroment

  1. Install rust if not previously installed
  2. git clone https://github.com/robaldwin9/corrupter
  3. cargo build
  4. corrupter -h

Arguments

args description
-h, --help Prints help information
--version Prints version information

OS Support