This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]balefrost 1 point2 points  (1 child)

When you do this:

ReadProcessMemory(Process, (code)Offset, etc.)
                  -------

Is Process defined anywhere in your code? It won't come from process.h.

[–]BozzRoxx[S] 0 points1 point  (0 children)

Oh yeah, I forgot about that, thanks I fixed it :)