Difference between revisions of "Hex editing"

From Cheat Engine
Jump to navigation Jump to search
(Created page with '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 somthing (see Assembly).')
 
Line 1: Line 1:
 
Hex editing is the process of editing the hex code of something, such as a .exe or a .dll.
 
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 somthing (see [[Assembly]]).
+
Often used to change values in a program, or to NOP somthing (see [[http://wiki.cheatengine.org/index.php?title=Assembler]]).

Revision as of 17:31, 2 August 2009

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 somthing (see [[1]]).