A utility to corrupt FILE streams without changes in file size
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Kasianov Nikolai Alekseevich b18c847a17 Removed corruption method system 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
Makefile Initial commit 1 year ago
README.md Removed corruption method system 1 year ago
corrupt.c Removed corruption method system 1 year ago

README.md

corrupt

a utility to corrupt FILE streams without changes in file size.

Usage

corrupt -[hv] FILE...

Flags

  • -h to see the relevant usage information
  • -v to get version information

Example

  • corrupt testfile.txt - corrupt testfile.txt

Build

Simply make or if you don't have it - compile corrupt.c with the compiler of choice. The only dependency is the standart library.

License

MIT