diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-12-13 23:22:19 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2023-01-03 19:21:03 -0500 |
| commit | 41c6935322289be0798ba3e767cfb3ab8a3ec79b (patch) | |
| tree | 6b85eeff8c45983c75faeceac4318ee506a8db71 /binaryninjaapi.h | |
| parent | 0cee5e43068d433e55995ba95994c35c73cb2b4f (diff) | |
Allow specifying snapshot name in SaveSettings
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); }; /*! |
