From 78f177679cfacfcfb4f9ff542cb20a04914aed1f Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 26 Feb 2021 22:07:50 -0500 Subject: Expose Tag::GetId --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 65a79fcd..629f4ea8 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1327,6 +1327,7 @@ __attribute__ ((format (printf, 1, 2))) Tag(BNTag* tag); Tag(Ref type, const std::string& data = ""); + std::string GetId() const; Ref GetType() const; std::string GetData() const; void SetData(const std::string& data); -- cgit v1.3.1