From 94e476e947cf4cb0734fbd0563286e8443c75b96 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 29 Jun 2023 19:08:01 -0400 Subject: Pass KeyValueStore ValueHash through the API --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') 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( -- cgit v1.3.1