Changes the bytes of any file.
- Visual Studio 2022
- NET 6.0
- Windows 7 or Later
Randomized - Picks a random byte and modify with a given type of corruption.
Iteration - Number of times to Modify a Byte.
All Bytes - Gets all bytes and modify with a given type of corruption.
- Randomized
- Bitwise Operators
- Randomized
~NOT - Randomized
&AND - Randomized
|OR - Randomized
^XOR - Randomized
<<Left Shift - Randomized
>>Right Shift
- Randomized
- Others
- Randomized Swap
- Bitwise Operators
- All Bytes
- Bitwise Operators
~NOT&AND|OR^XOR<<Left Shift>>Right Shift
- Sorting
- Reverse
- Sort ascending
00 to FF - Sort descending
FF to 00
- Bitwise Operators
Original Image:
Corrupted Image with 1 Iteration and "Randomized NOT" Corruption Type:
View on Microsoft Photos:



