Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How does a debugger work? In other words how do programs which share the Address space of another program work? How will they have ability to write on to another process' address space?

share|improve this question
You'll find a good answer here: stackoverflow.com/questions/216819/how-does-a-debugger-work – corsiKa May 7 '10 at 19:37

1 Answer

The answer to your question will vary per operating system. I'll just quickly orient you towards the appropriate documentation for the Win32 platform. The short answer is that they don't, instead there is a win32 api for this sort of work.

The main article on the subject is listed here.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.