Page 1 of 1

Quick Mode - Insert Bytes NOT OVERWRITE

Posted: Tue Nov 28, 2017 3:43 pm
by Micro
Is there a way for us to create a quick code which can find a location and insert new bytes instead of overwriting existing ones?

Example:
Initial value:
A0 00 00 00 11 11 11 11
Updated value:
A0 00 00 00 22 22 22 11 11 11

As you can see above it inserted new bytes to an existing area without overwriting the existing bytes.

Re: Quick Mode - Insert Bytes NOT OVERWRITE

Posted: Sat Jan 06, 2018 7:17 pm
by Skiller
Micro wrote:Is there a way for us to create a quick code which can find a location and insert new bytes instead of overwriting existing ones?

Example:
Initial value:
A0 00 00 00 11 11 11 11
Updated value:
A0 00 00 00 22 22 22 11 11 11

As you can see above it inserted new bytes to an existing area without overwriting the existing bytes.
only way to do this would be to export the file and edit it say in Hexworkshop or some other file then import it back
u might need to take some hex of the end of the file to make it back to the same size file .