From ed820d2ab81470b3e5ac543d75211e87ff3bc738 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Wed, 28 Sep 2022 14:47:48 +0800 Subject: Deprecate unused BinaryViewTypeArchitectureConstant API --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 64206875..91395a90 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -5617,6 +5617,8 @@ namespace BinaryNinja { void RegisterRelocationHandler(const std::string& viewName, RelocationHandler* handler); Ref GetRelocationHandler(const std::string& viewName); + // These three binary view type constant APIs are deprecated and should no longer be used. There implementations + // have been removed, and they now have no effects. bool IsBinaryViewTypeConstantDefined(const std::string& type, const std::string& name); uint64_t GetBinaryViewTypeConstant(const std::string& type, const std::string& name, uint64_t defaultValue = 0); void SetBinaryViewTypeConstant(const std::string& type, const std::string& name, uint64_t value); -- cgit v1.3.1