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
9059a38bbb
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
corrupt.c | 2 years ago |
README.md
corrupt
a utility to corrupt FILE streams without changes in file size.
Usage
corrupt -[hvm] FILE...
Flags
-h
to see the relevant usage information-v
to get version information-m METHOD (bit)
to specify corruption method (MORE TO BE ADDED)
Examples
corrupt testfile.txt
- corrupttestfile.txt
with default corruption methodcorrupt -m bit testfile.txt
- corrupttestfile.txt
withbit
corruption method
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