: : Gameman1a: Excuse me, what the hell does that have to do with his question.
: : He wanted to know how to find the physical address of a page within the virtual address space of a program.
: :
: : Apocalypse: There is no API to find the physical address of an address. You can read and write the memory of a process using ReadProcessMemory and WriteProcessMemory. It will fail unless the entire space is valid.
:
:
: Sorry, misunderstanding. I shouldn't write when I was sleepy :).
: Gamemania
:
: Planet of Wonders (
http://tech-war.virtualave.net/ )
:
:
::Apocalypse
:But how can I use ReadProcessMemory and WriteProcessMemory?
:and how can I know which process is running?