zeion How do I cheat?
Reputation: 0
Joined: 31 Aug 2013 Posts: 5
|
Posted: Sat Aug 31, 2013 11:04 pm Post subject: How do I use the result from pointerscan in dll injection? |
|
|
Hi,
So I successfully used pointerscan to find the "base" pointer to the value I want to write to. It gives for example something like:
"process.exe" + 012D81E3 + offset1 +offset2 + offset3 + offset4 + offset5.
I'm not sure what "process.exe" is supposed to be?
If I calculate it manually (by subtracting the offsets) I get a different value for that every time.
How can I get the value of "process.exe" in my dll using c++?
I've tried to use GetModuleHandle(0) but it always gives me 0x40000000 which won't work clearly.
|
|