标签:style blog width color strong 2014 http cti rgb com res
【进程间的调试关系】
建立调试器和调试目标的关系,可以通过CreatePorcess和DebugActiveProcess两个函数来完成。
DebugActiveProcess()用于绑定到已运行进程。OllyDbg的附加功能就是通过此函数完成。
解决调试关系可以用如下函数:
【判断进程是否处于被调试状态】
1、IsDebuggerPresent()
【调试循环】
1、等待调试消息。
2、恢复调试断点。
【其它】
1、异常断点函数
标签:style blog width color strong 2014 http cti rgb com res
原文地址:http://www.cnblogs.com/tekkaman/p/3702662.html