x64dbg
简介
GUI Manual
命令
开发者
插件
基础知识
注意事项
函数
_plugin_debugpause
_plugin_debugskipexceptions
_plugin_hash
_plugin_logprintf
_plugin_logputs
_plugin_menuadd
_plugin_menuaddentry
_plugin_menuaddseparator
_plugin_menuclear
_plugin_menuentrysetchecked
_plugin_menuentryseticon
_plugin_menuseticon
_plugin_registercallback
_plugin_registercommand
_plugin_registerexprfunction
_plugin_registerexprfunctionex
_plugin_registerformatfunction
_plugin_startscript
_plugin_unregistercallback
_plugin_unregistercommand
_plugin_unregisterexprfunction
_plugin_unregisterformatfunction
_plugin_waituntilpaused
结构体
PLUG_CB_INITDEBUG
PLUG_CB_STOPDEBUG
PLUG_CB_CREATEPROCESS
PLUG_CB_EXITPROCESS
PLUG_CB_CREATETHREAD
PLUG_CB_EXITTHREAD
PLUG_CB_SYSTEMBREAKPOINT
PLUG_CB_LOADDLL
PLUG_CB_UNLOADDLL
PLUG_CB_OUTPUTDEBUGSTRING
PLUG_CB_EXCEPTION
PLUG_CB_BREAKPOINT
PLUG_CB_PAUSEDEBUG
PLUG_CB_RESUMEDEBUG
PLUG_CB_STEPPED
PLUG_CB_ATTACH
PLUG_CB_DETACH
PLUG_CB_DEBUGEVENT
PLUG_CB_MENUENTRY
PLUG_CB_WINEVENT
PLUG_CB_WINEVENTGLOBAL
PLUG_CB_LOADSAVEDB
PLUG_CB_FILTERSYMBOL
PLUG_CB_TRACEEXECUTE
函数
x64dbg 跟踪文件格式规范
许可证
x64dbg
开发者
插件
函数
_plugin_waituntilpaused
_plugin_waituntilpaused
等待调试器暂停。
bool
_plugin_waituntilpaused
();
参数
此函数没有任何参数。
返回值
如果被调试程序仍在运行则此命令返回 true,如果被调试程序已停止运行则返回 false。