Lua:getComment
Jump to navigation
Jump to search
function getComment(Address) : string
- Reads the comment text at the given address (only the user comments).
Function Parameters[edit]
| Parameter | Type | Description |
|---|---|---|
| Address | CEAddressString or Integer | The address to read |
Examples[edit]
1 print( getComment( getAddress('Tutorial-x86_64.exe+2C6D') ) );
2 -- ret=Return
3
4 print( getComment( getAddress('Tutorial-x86_64.exe+2C5B') ) );
5 -- %s var
