summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2025-05-06 16:47:15 -0400
committerGlenn Smith <glenn@vector35.com>2025-06-11 17:37:26 -0400
commit6091002460609793463078951047220893747923 (patch)
tree4378eb62ee87b27365b44813413b2c2d839e445b /binaryninjaapi.h
parent3a1a81c3ddd8340432ecd2687d3a25195cc97d40 (diff)
Expose AnalysisContext::GetLiftedILFunction properly
It was already grabbing the Lifted IL through the function object, which may not be the most up to date
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 275ec979..d0c8a660 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -10033,6 +10033,12 @@ namespace BinaryNinja {
*/
Ref<Function> GetFunction();
+ /*! Get the lifted IL function for the current AnalysisContext
+
+ \return The Lifted IL LowLevelILFunction for the current context
+ */
+ Ref<LowLevelILFunction> GetLiftedILFunction();
+
/*! Get the low level IL function for the current AnalysisContext
\return The LowLevelILFunction for the current context