DbgSetCommentAt

在指定地址设置注释。

bool DbgSetCommentAt(duint addr, const char* text)

参数

addr 要注释的地址。

text UTF-8 编码的注释内容。

返回值

成功返回 true,否则返回 false

示例

DbgSetCommentAt(DbgValFromString("dis.sel()"), "This is the currently selected instruction");

相关函数