diff options
| author | Josh Ferrell <josh@vector35.com> | 2023-06-29 19:08:01 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2023-06-29 19:08:01 -0400 |
| commit | 94e476e947cf4cb0734fbd0563286e8443c75b96 (patch) | |
| tree | 736fdf509f623a17a9ea80fdaab68cbf20ab5d45 /binaryninjacore.h | |
| parent | e8d6feb5e0b2f8201e06c3cbd5c25194829761d8 (diff) | |
Pass KeyValueStore ValueHash through the API
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index e1602b9b..485d7860 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -3198,6 +3198,7 @@ extern "C" BINARYNINJACOREAPI char** BNGetKeyValueStoreKeys(BNKeyValueStore* store, size_t* count); BINARYNINJACOREAPI bool BNKeyValueStoreHasValue(BNKeyValueStore* store, const char* name); BINARYNINJACOREAPI char* BNGetKeyValueStoreValue(BNKeyValueStore* store, const char* name); + BINARYNINJACOREAPI BNDataBuffer* BNGetKeyValueStoreValueHash(BNKeyValueStore* store, const char* name); BINARYNINJACOREAPI BNDataBuffer* BNGetKeyValueStoreBuffer(BNKeyValueStore* store, const char* name); BINARYNINJACOREAPI bool BNSetKeyValueStoreValue(BNKeyValueStore* store, const char* name, const char* value); BINARYNINJACOREAPI bool BNSetKeyValueStoreBuffer( |
