Debugging Functions

原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679303%28v=vs.85%29.aspx

本文链接:http://blog.csdn.net/wlsgzl/article/details/18711283

The following functions are used with debugging.下面的函数是用来调试的。

FunctionDescription
CheckRemoteDebuggerPresent Determines whether the specified process is being debugged.检测指定的进程是否正被调试。
ContinueDebugEventEnables a debugger to continue a thread that previously reported a debugging event.使调试器继续执行报告过调试事件的线程。
DebugActiveProcessEnables a debugger to attach to an active process and debug it.允许调试器附加到一个正在运行的进程并且调试
DebugActiveProcessStopStops the debugger from debugging the specified process.停止调试器调试指定的进程。
DebugBreakCauses a breakpoint exception to occur in the current process.在当前的进程中产生一个断点异常。
DebugBreakProcessCauses a breakpoint exception to occur in the specified process.在指定的进程中产生一个异常。
DebugSetProcessKillOnExitSets the action to be performed when the calling thread exits.设置当调用线程退出时候的执行动作。
FatalExitTransfers execution control to the debugger.将执行控制权转给调试器。
FlushInstructionCacheFlushes the instruction cache for the specified process.刷新指定进程的指令缓存。
GetThreadContextRetrieves the context of the specified thread.获得指定线程的上下文。
GetThreadSelectorEntryRetrieves a descriptor table entry for the specified selector and thread.为指定的线程或选择器获得描述符表入口。
IsDebuggerPresentDetermines whether the calling process is being debugged by a user-mode debugger.确定调用进程时候正在用户模式下调试。
OutputDebugStringSends a string to the debugger for display.为调试器显示一个字符串。
ReadProcessMemoryReads data from an area of memory in a specified process.读取指定进程内存区域的数据。
SetThreadContextSets the context for the specified thread.设置指定线程的上下文。
WaitForDebugEventWaits for a debugging event to occur in a process being debugged.在被调试进程中等待调试事件。
Wow64GetThreadContextRetrieves the context of the specified WOW64 thread.(Wow64版本)
Wow64GetThreadSelectorEntryRetrieves a descriptor table entry for the specified selector and WOW64 thread.(Wow64版本)
Wow64SetThreadContextSets the context of the specified WOW64 thread.(Wow64版本)
WriteProcessMemoryWrites data to an area of memory in a specified process.向指定进程的内存区域写数据。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值