summaryrefslogtreecommitdiff
path: root/lowlevelilinstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lowlevelilinstruction.h')
-rw-r--r--lowlevelilinstruction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lowlevelilinstruction.h b/lowlevelilinstruction.h
index 387762e1..17c6bc2c 100644
--- a/lowlevelilinstruction.h
+++ b/lowlevelilinstruction.h
@@ -763,6 +763,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);
template <BNLowLevelILOperation N>
LowLevelILInstructionAccessor<N>& As()