Page 1 of 1

HEX INJECTOR

Posted: Sat Oct 21, 2017 4:19 am
by halfway
guys, i need to inject some byte's to a big file with a hex address
need a tool or patch. who can help me?

Re: HEX INJECTOR

Posted: Sat Oct 21, 2017 12:57 pm
by ikskoks
I can help you. I have written simple script for that a while ago.
HEX_INSERTER.zip
Just specify valid values at the end of the script and then run it to REPLACE hex values.
But if you want to INSERT hex values, first you have to insert "00" values by hex editor (In hex workshop you can do it massivly with a few clicks)
and then replace zero values with your bytes.

One more thing, in my tool bytes are inserted after they are read from file (dds texture in my example),
so you need to keep your bytes as a file to insert them correctly.

Also, I don't guarantee that my tool will work in your case. You can easily mess up things if you deal with hex values. ;)