diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-12-09 18:39:33 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2023-01-03 15:01:32 -0500 |
| commit | 0cee5e43068d433e55995ba95994c35c73cb2b4f (patch) | |
| tree | d8d6252e487386a9b2d66b798bcc8e5489e2d1ac /binaryninjaapi.h | |
| parent | ffafa54703d239414e616d88633736ced71b63a5 (diff) | |
Add Snapshot::SetName api
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index dfd5ecb5..e0784e8d 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1544,6 +1544,7 @@ namespace BinaryNinja { Ref<Database> GetDatabase(); int64_t GetId(); std::string GetName(); + void SetName(const std::string& name); bool IsAutoSave(); bool HasContents(); bool HasData(); |
