What is the best way to delete some bytes that can be everywhere in a file?
By example, I want to delete the 8F... Sure, you can rewrite the file, but there is probably a better method...
In C/C++ or in C#...
Code:
FF FF 8F FF
In C/C++ or in C#...