Answer the question
In order to leave comments, you need to log in
How to duplicate process memory area into virtual memory?
There is a need to get the process memory for further use through RPM / WPM . You
cannot directly access the process through these 2 functions.
You must first allocate somewhere memory for virtual. Then, copy a part of the process memory there, perform manipulations with the copied part and replace the original memory with it.
DO NOT USE WPM/RPM FUNCTIONS TO THE TARGET PROCESS!!
Can you provide some code or links?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question