summaryrefslogtreecommitdiff
path: root/highlevelil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'highlevelil.cpp')
-rw-r--r--highlevelil.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/highlevelil.cpp b/highlevelil.cpp
index 7d3789d9..6004ce08 100644
--- a/highlevelil.cpp
+++ b/highlevelil.cpp
@@ -422,6 +422,12 @@ void HighLevelILFunction::ReplaceExpr(size_t expr, size_t newExpr)
}
+void HighLevelILFunction::SetExprAttributes(size_t expr, uint32_t attributes)
+{
+ BNSetHighLevelILExprAttributes(m_object, expr, attributes);
+}
+
+
void HighLevelILFunction::Finalize()
{
BNFinalizeHighLevelILFunction(m_object);