I'm looking at removing a large section of bytes from within a file and then inserting a new large section of bytes starting in the same place the original removed bytes did, all using C#. Does anyone know how to go about this? I can't see to find any help online.
Any help would be much appreciated!
Thanks.