BasicInstructionHighlighter¶
-
class BasicInstructionHighlighter¶
Contains a highlight map for basic instructions.
Public Types
-
typedef std::map<RVA, BasicInstruction>::iterator BasicInstructionIt¶
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.
-
const BasicInstruction *getBasicInstruction(RVA address) const¶
Return a highlighted basic instruction If there is nothing to highlight at specified address, returns nullptr.
-
struct BasicInstruction¶
-
typedef std::map<RVA, BasicInstruction>::iterator BasicInstructionIt¶