01-31-2007, 07:45 PM
So, is there memory editing -functions? I want to modify memory values of any process. I know that I can do that in C++, but how in QM?
Memory editing -functions?
|
01-31-2007, 07:45 PM
So, is there memory editing -functions? I want to modify memory values of any process. I know that I can do that in C++, but how in QM?
01-31-2007, 08:08 PM
In QM you also can use Windows API functions WriteProcessMemory and other, like in C++. They will be available without explicit declaration in QM 2.2.0. QM must be running as admin, so you'll have some problems in Windows Vista.
|
« Next Oldest | Next Newest »
|