I'm not as learned as you guys in this and I'm having a lil trouble.
I'm trying to get a char[20] read from a pointer, when I use _Process_ReadMemory it does this:
C:Program Files (x86)AutoIt3IncludeKryMemory.au3 (158) : ==> Subscript used with non-Array variable.:
Local $ahCall = DllCall($ahHandle[0], "bool", "ReadProcessMemory", "handle", $ahHandle[1], "dword_ptr", $ivAddress, "ptr", DllStructGetPtr($vReadData), "ulong_ptr", DllStructGetSize($vReadData), "ptr", DllStructGetPtr($vNumberOfBytesRead))
Local $ahCall = DllCall($ahHandle^ ERROR
^ was a single read so I don't know why I would need an array.
I would use _Process_ReadMemoryPointer but I can't seem figure how the array should be laid out. Is it just [0] = 1st offset and so on? If it is then I musta done something else wrong.
Just a simple example would do me a world of good because I'm one of gods jokes a dyslexic person who likes to program.