From 0b752f36c9d3b6bcb51a05fdcf5b38633d38bdbd Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 8 Feb 2023 08:56:03 -0500 Subject: Add boolean for Function.user_type to indicate if a user type has been set --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 7ad86999..c08e2c1a 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -8754,6 +8754,8 @@ namespace BinaryNinja { void SetRegisterStackAdjustments(const std::map>& regStackAdjust); void SetClobberedRegisters(const Confidence>& clobbered); + bool HasUserType() const; + void ApplyImportedTypes(Symbol* sym, Ref type = nullptr); void ApplyAutoDiscoveredType(Type* type); -- cgit v1.3.1