Quick Mode - Insert Bytes NOT OVERWRITE

Can't find an answer to your question? Ask here!
Post Reply
Micro
Junior Member
Posts: 36
Joined: Mon Nov 20, 2017 4:33 pm

Quick Mode - Insert Bytes NOT OVERWRITE

Post by Micro » Tue Nov 28, 2017 3:43 pm

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.
Skiller
V.I.P.
Posts: 167
Joined: Fri Jan 30, 2015 3:47 am

Re: Quick Mode - Insert Bytes NOT OVERWRITE

Post by Skiller » Sat Jan 06, 2018 7:17 pm

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 .
Post Reply