summaryrefslogtreecommitdiff
path: root/mediumlevelilinstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'mediumlevelilinstruction.h')
-rw-r--r--mediumlevelilinstruction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mediumlevelilinstruction.h b/mediumlevelilinstruction.h
index 6d86386c..373dfa4e 100644
--- a/mediumlevelilinstruction.h
+++ b/mediumlevelilinstruction.h
@@ -509,6 +509,9 @@ namespace BinaryNinja
void MarkInstructionForRemoval();
void Replace(ExprId expr);
+ void SetAttributes(uint32_t attributes);
+ void SetAttribute(BNILInstructionAttribute attribute, bool state = true);
+ void ClearAttribute(BNILInstructionAttribute attribute);
template <BNMediumLevelILOperation N>
MediumLevelILInstructionAccessor<N>& As()