0

I have edit some hex values in a file .rpf in HxD, after I finish editing the edited file reduced 5 bytes (no line or value is removed just edited 1F 23 0B AS to U1 45 BD 37) Is there anyway I could the edited file exactly same size as the original ? Many thanks in advance.

user2832318
  • 33
  • 1
  • 6
  • 1
    I am not familiar with HxD, but if it's anything like other hex editors, this suggests a User Error more than anything else. Hex editors are not supposed to add or remove bytes (unless instructed to do so). BTW, both input and output strings do not look like any hex I'm familiar with. – Jongware Feb 16 '14 at 01:56
  • `1F 23 0B AS` .. `S` is not a valid HEX value .. `U1 45 BD 37` .. `U` is also not a valid HEX value. I regularly use HxD, how are you editing your file? – txtechhelp Feb 16 '14 at 01:57
  • might be done from powershell - see ansgar's answer http://stackoverflow.com/questions/20935356/methods-to-hex-edit-binary-files-via-powershell – Knuckle-Dragger Feb 16 '14 at 23:40

0 Answers0