DbgSetCommentAt

在给定地址设置注释。

bool DbgSetCommentAt(duint addr, const char* text)

参数

addr The address to comment.

text The comment in UTF-8 encoding.

返回值

true if the function is successful, false otherwise.

示例

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