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_logputs
_plugin_logputs
此函数向日志窗口输出一行文本。
void
_plugin_logputs
(
const
char
*
text
//
要打印的文本
);
参数
text
:
要写入日志窗口的文本。此文本可以包含换行符。
返回值
此函数不返回值。