ok well for you begginer hackers
if u dont know much about memory u should probably learn
however
DWORD stands for Double Word
and so on
however the way most hackers use DWORD
is to hold an offset or thing that usualy isnt held within a number
eg
DWORD hack = 0x198;
or
DWORD Thread = 0x00AC1D48;
then u can also add offset(for those good with asm)
DWORD Hack = 0x00AC1D48;
Hack + 0x184;
i hope this clears it up for some of you guys!
i always wanted to know this when i was a beggining hacker and once i learned i understood much more
if u wanna hack LEARN ASM