How does the debugger work? In other words, how do programs that share another program's address space work?
1 answer
The answer to your question will depend on each operating system. I'll just quickly point you to the appropriate documentation for the Win32 platform. The short answer is they don't, instead there is a win32 api for this kind of work.
The main article on this topic is provided here .
0
a source to share