From 41c6935322289be0798ba3e767cfb3ab8a3ec79b Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 13 Dec 2022 23:22:19 -0500 Subject: Allow specifying snapshot name in SaveSettings --- binaryninjaapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index e0784e8d..6098510d 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1647,6 +1647,9 @@ namespace BinaryNinja { bool IsOptionSet(BNSaveOption option) const; void SetOption(BNSaveOption option, bool state = true); + + std::string GetName() const; + void SetName(const std::string& name); }; /*! -- cgit v1.3.1