diff options
| author | Xusheng <xusheng@vector35.com> | 2021-05-19 11:50:20 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-05-19 12:22:00 +0800 |
| commit | 695954efd12fd336224073ada03dede782495746 (patch) | |
| tree | ecbc95018828943e2ba6474d02867842bbd09c50 /binaryninjaapi.h | |
| parent | 6c38e866c43e9bf12c0910ab76d8d8e3bac15b06 (diff) | |
Divide metadata into user and auto metadata
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 8f9e8e61..89f5fd84 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1803,7 +1803,7 @@ __attribute__ ((format (printf, 1, 2))) std::vector<BNAddressRange> GetAllocatedRanges(); - void StoreMetadata(const std::string& key, Ref<Metadata> value); + void StoreMetadata(const std::string& key, Ref<Metadata> value, bool isAuto = false); Ref<Metadata> QueryMetadata(const std::string& key); void RemoveMetadata(const std::string& key); std::string GetStringMetadata(const std::string& key); |
