From 5bddd6ff72cd1aff613f76b952ef35b31776fd2e Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 2 Mar 2022 13:42:32 -0500 Subject: Add function update request API. --- binaryninjaapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index d0feb2d1..411c9c9c 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3852,7 +3852,9 @@ 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 Reanalyze(); + void Reanalyze(BNFunctionUpdateType type = UserFunctionUpdate); + void MarkUpdatesRequired(BNFunctionUpdateType type = UserFunctionUpdate); + void MarkCallerUpdatesRequired(BNFunctionUpdateType type = UserFunctionUpdate); Ref GetWorkflow() const; -- cgit v1.3.1