From 6091002460609793463078951047220893747923 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 6 May 2025 16:47:15 -0400 Subject: Expose AnalysisContext::GetLiftedILFunction properly It was already grabbing the Lifted IL through the function object, which may not be the most up to date --- binaryninjaapi.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binaryninjaapi.h') 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 GetFunction(); + /*! Get the lifted IL function for the current AnalysisContext + + \return The Lifted IL LowLevelILFunction for the current context + */ + Ref GetLiftedILFunction(); + /*! Get the low level IL function for the current AnalysisContext \return The LowLevelILFunction for the current context -- cgit v1.3.1