From 21a8896ae9f187c4480fe1a541dce599483817a6 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 23 Apr 2025 14:22:29 -0400 Subject: Add Function::Analyze API to perform on-demand function analysis. --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 9e7e9eff..30cc6ad0 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -11299,6 +11299,7 @@ namespace BinaryNinja { Ref CreateAutoFunctionTag(Ref tagType, const std::string& data, bool unique = false); Ref CreateUserFunctionTag(Ref tagType, const std::string& data, bool unique = false); + void Analyze(); void Reanalyze(BNFunctionUpdateType type = UserFunctionUpdate); void MarkUpdatesRequired(BNFunctionUpdateType type = UserFunctionUpdate); void MarkCallerUpdatesRequired(BNFunctionUpdateType type = UserFunctionUpdate); -- cgit v1.3.1