I know how to save it as a string i want to open it change a hex value then save it not as a string.
I think it has to be changed back into bytes
This is what the first line of file looks like in hex editor
Code:
CON ...e.(aX853932-001..
After i have opened it then saved it with out making any changes this is what it looks like
Code:
43 4F 4E 20 01 A8 03 65
The code needs to be change from hex before saving it.
Do you see what i mean?