Update README.md

master
_xeroxz 4 years ago
parent 00ba3e75f3
commit 7f3e83537e

@ -20,3 +20,10 @@ pclone_ctx clone_ctx(vdm, util::get_pid("notepad.exe"));
// use to call VirtualAllocEx, ReadProcessMemory, WriteProcessMemory... etc...
const auto [clone_pid, clone_handle] = clone_ctx.clone();
```
# Example
As you can see here I clone notepad using a `RuntimeBroker.exe` as a dummy process to use as the clone. The loaded modules list the ones in notepad.exe and all the virtual memory is the same
as it is in notepad.exe
<img src="https://imgur.com/XDADPMA.png"/>
Loading…
Cancel
Save