/corruptme

Corrupt Me is an Opensource File Corruption Library

Primary LanguageC++Apache License 2.0Apache-2.0

Corrupt Me

A Simple File Corruption Library

Corrupt Me is an Opensource File Corruption Library. The idea behind this project is the numerous ways in which a file can get corrupted and to replicate such corruptions for testing and other purposes. It is written in C++.

Documentaion

Navigating the code

The corruptfile class provides the basic file streams (including C style file pointers) container that can be extended to include different corruption methods.

The methods header file contains all the derived method classes available.