开发者

How does a debugger work? In other words how do programs which share the Address space of another program work?

开发者 https://www.devze.com 2022-12-29 19:22 出处:网络
How does a debugger work? In other words how do programs w开发者_如何学编程hich share the Address space of another program work? How will they have ability to write on to another process\' address spa

How does a debugger work? In other words how do programs w开发者_如何学编程hich share the Address space of another program work? How will they have ability to write on to another process' address space?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号