DbgSetAutoCommentAt
在给定地址设置自动注释。
bool DbgSetAutoCommentAt(duint addr, const char* text)
参数
addr The address to comment.
text The auto comment in UTF-8 encoding.
返回值
true if the function is successful, false otherwise.
示例
DbgSetAutoCommentAt(DbgValFromString("dis.sel()"), "This is the currently selected instruction");