Set a comment at the given address.
bool DbgSetCommentAt(duint addr, const char* text)
addr The address to comment.
addr
text The comment in UTF-8 encoding.
text
true if the function is successful, false otherwise.
true
false
DbgSetCommentAt(DbgValFromString("dis.sel()"), "This is the currently selected instruction");