Difference between revisions of "Hex editing"
Jump to navigation
Jump to search
(pokemon tower defense) |
(Undo revision 1460 by 94.213.184.139 (Talk)) |
||
Line 1: | Line 1: | ||
+ | Hex editing is the process of editing the hex code of something, such as a .exe or a .dll. | ||
+ | Often used to change values in a program, or to NOP something (see [[Assembler|Assembly]]). | ||
+ | It is also used to edit values in savegames. | ||
+ | |||
+ | And it's used to find out how a game uses it's game files. Example how the graphics are stored, and if the game uses scripting, edit that in the files |
Revision as of 21:15, 30 April 2012
Hex editing is the process of editing the hex code of something, such as a .exe or a .dll. Often used to change values in a program, or to NOP something (see Assembly).
It is also used to edit values in savegames.
And it's used to find out how a game uses it's game files. Example how the graphics are stored, and if the game uses scripting, edit that in the files