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.

23 lines
429 B

2 years ago
# corrupt
## a utility to corrupt FILE streams without changes in file size.
### Usage
`corrupt -[hv] FILE...`
2 years ago
Flags
- `-h` to see the relevant usage information
- `-v` to get version information
### Example
2 years ago
- `corrupt testfile.txt` - corrupt `testfile.txt`
2 years ago
### 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.
2 years ago
### License
MIT