ReadProcessMemory + address from ollydbg

bauss via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jun 30 16:59:07 PDT 2017


On Friday, 30 June 2017 at 23:56:10 UTC, Stefan Koch wrote:
> On Friday, 30 June 2017 at 23:53:19 UTC, bauss wrote:
>>
>> I suspect the address is wrong, but it's the static address I 
>> picked up from ollydbg, so I'm kinda lost as for how ollydbg 
>> can get the correct string and I get the wrong one using same 
>> address.
>
> You are aware that processes life in different memory spaces ?

Well it's a static address I'm trying to read from, so it 
shouldn't matter if I have the write handle to the process and 
the static address, should it?


More information about the Digitalmars-d-learn mailing list