As the title says I have a console application that hooks a few undocumented nt functions and performs an action based on reading a specific offset from a target application (NtReadVirtualMemory is used for this).
It is pretty basic code but I now want to go one step further and use Forking/Hollowing to take an image of my executable, load into another process and clean up.
If you have experience with this PM me, you need to also have experience with calling and detouring undocumented NT functions. This is all basic c++ so I assume this won't be a problem.