summaryrefslogtreecommitdiff
path: root/highlevelilinstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'highlevelilinstruction.h')
-rw-r--r--highlevelilinstruction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/highlevelilinstruction.h b/highlevelilinstruction.h
index 13d146ac..7ac97d2d 100644
--- a/highlevelilinstruction.h
+++ b/highlevelilinstruction.h
@@ -370,6 +370,9 @@ namespace BinaryNinja
char* Dump() const;
void Replace(ExprId expr);
+ void SetAttributes(uint32_t attributes);
+ void SetAttribute(BNILInstructionAttribute attribute, bool state = true);
+ void ClearAttribute(BNILInstructionAttribute attribute);
size_t GetInstructionIndex() const;
HighLevelILInstruction GetInstruction() const;