How does the debugger work? In other words, how do programs that share another program's address space work?

How does the debugger work? In other words, how do programs that share another program's address space work? How will they be able to write to the address space of another process?

+2


a source to share


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







All Articles