Log in

View Full Version : Anyone know about Hex editing?


Xirix
25th August 2012, 13:33
I thought I'd ask, is there anyone here who could help me with some simple hex editing, I just want to change a number value in a high score file for an old PC game.

If not, does anyone know a forum I could ask in?

LoRd_MuldeR
25th August 2012, 13:53
Hex-Editing is as easy as pie. Basically just use your favorite Hex-Editor and that's it. There are plenty of them freely available.

But of course you will need an exact documentation of the data structures and data types that are stored in the file your are going to edit.

If such documentation is not publicly available, then this becomes a task of reverse-engineering :eek: