Tagged Questions
1
vote
3answers
2k views
How to get the entry point of a child process?
I created a child process from within my process with CreateProcess() (in C++)
I then continue on using ReadProcessMemory to read through the memory and search for a specific something.
I would like ...