BasicInstructionHighlighter¶
-
class
BasicInstructionHighlighter
¶ Public Functions
-
void
clear
(RVA address, RVA size)¶ Clear the basic instruction highlighting.
-
void
highlight
(RVA address, RVA size, QColor color)¶ Highlight the basic instruction at address.
-
BasicInstruction *
getBasicInstruction
(RVA address)¶ Return a highlighted basic instruction.
If there is nothing to highlight at specified address, returns nullptr
-
void