Home Start Back Next End
  
15
the program
"injects" code
into the
memory to be processed (read
from and written
to)
since the program itself is already compiled and cannot change.
2.10 Method of Memory Hacking
Basically
memory
hacking
is
involve
with
2
method
The
first
one
is
editing
value
Editing
Value
is
like
what
we
going
to
change
what
inside
the
memory,
we
need
to
know which the “Hexadecimal address” of the thing we want to. When
we search the
address of
hex address after that we could change the
value become
what
we want to be
by using rewriting the new value from that address.
The
second one
is
known
as
freezing
value, you
can
change
the
functioning
of
a
program/game
to
make
it
perform
how
you
want
it
into.
The
most
common
game
hacking method is to NOP command in the game's code that will, as example, decrease
your health when you are shot.
NOP in Assembly language mean It no operation that’s mean any kind of code in this
line will lose it power, for example
Line 1 A=0
Line2 B=(A+9)*2
Line3 C=(B)-6
Line4 A=C
Word to PDF Converter | Word to HTML Converter