Log in

View Full Version : Tool


bLaCk-eye
September 22nd, 2002, 09:04
I have i question for:
How does an memory dumper works.I mean how do i build(make) one.??
Hope it's not a too stupid question

Snatch
September 22nd, 2002, 12:21
Theres plenty of API calls to help you with this. I suggest you get an API reference and look at ReadProcessMemory and WriteProcessMemory for starters though theres a lot more you have to do than that but I would begin there.

Snatch