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

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