What is the most efficient way to replace one sequence of the bytes (eg 67 67 67) with some other sequence of the bytes (eg 90).
The sequences can have different length.
What is the most efficient way to replace one sequence of the bytes (eg
Share
Here is a short app which does what you need: