summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2021-08-04 10:32:38 -0400
committerBrian Potchik <brian@vector35.com>2021-08-04 10:32:38 -0400
commit55e80204f6b8f804e81c54f2d5188a99ab0afb6f (patch)
tree1df308efc7cabd5902cc08dc2e344fc7d99f9ee2 /binaryninjacore.h
parent7d0b3327b26a655756951fa988f918f5cb6f728b (diff)
Expose LLIL SSA Generation API.
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index b12da5e2..c954b445 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -4125,6 +4125,7 @@ __attribute__ ((format (printf, 1, 2)))
BINARYNINJACOREAPI void BNLowLevelILInitLabel(BNLowLevelILLabel* label);
BINARYNINJACOREAPI void BNLowLevelILMarkLabel(BNLowLevelILFunction* func, BNLowLevelILLabel* label);
BINARYNINJACOREAPI void BNFinalizeLowLevelILFunction(BNLowLevelILFunction* func);
+ BINARYNINJACOREAPI void BNGenerateLowLevelILSSAForm(BNLowLevelILFunction* func);
BINARYNINJACOREAPI void BNPrepareToCopyLowLevelILFunction(BNLowLevelILFunction* func, BNLowLevelILFunction* src);
BINARYNINJACOREAPI void BNPrepareToCopyLowLevelILBasicBlock(BNLowLevelILFunction* func, BNBasicBlock* block);