summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2021-02-26 22:07:50 -0500
committerGlenn Smith <glenn@vector35.com>2021-07-01 00:06:45 -0400
commit78f177679cfacfcfb4f9ff542cb20a04914aed1f (patch)
treefa90f64155adebba15bb7130e7583e51e73092cf /binaryninjaapi.h
parenteb1b1db886babc038fb00985718f5869afb44c19 (diff)
Expose Tag::GetId
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
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<TagType> type, const std::string& data = "");
+ std::string GetId() const;
Ref<TagType> GetType() const;
std::string GetData() const;
void SetData(const std::string& data);