|
37 | 37 | // Current ABI version for linking to the core. This is incremented any time
|
38 | 38 | // there are changes to the API that affect linking, including new functions,
|
39 | 39 | // new types, or modifications to existing functions or types.
|
40 |
| -#define BN_CURRENT_CORE_ABI_VERSION 76 |
| 40 | +#define BN_CURRENT_CORE_ABI_VERSION 77 |
41 | 41 |
|
42 | 42 | // Minimum ABI version that is supported for loading of plugins. Plugins that
|
43 | 43 | // are linked to an ABI version less than this will not be able to load and
|
@@ -6889,8 +6889,8 @@ extern "C"
|
6889 | 6889 | BINARYNINJACOREAPI bool BNSettingsContains(BNSettings* settings, const char* key);
|
6890 | 6890 | BINARYNINJACOREAPI bool BNSettingsIsEmpty(BNSettings* settings);
|
6891 | 6891 | BINARYNINJACOREAPI const char** BNSettingsKeysList(BNSettings* settings, size_t* inoutSize);
|
6892 |
| - BINARYNINJACOREAPI const char** BNSettingsQueryPropertyStringList( |
6893 |
| - BNSettings* settings, const char* key, const char* property, size_t* inoutSize); |
| 6892 | + BINARYNINJACOREAPI char* BNSettingsQueryPropertyString(BNSettings* settings, const char* key, const char* property); |
| 6893 | + BINARYNINJACOREAPI const char** BNSettingsQueryPropertyStringList(BNSettings* settings, const char* key, const char* property, size_t* inoutSize); |
6894 | 6894 | BINARYNINJACOREAPI bool BNSettingsUpdateProperty(BNSettings* settings, const char* key, const char* property);
|
6895 | 6895 | BINARYNINJACOREAPI bool BNSettingsUpdateBoolProperty(
|
6896 | 6896 | BNSettings* settings, const char* key, const char* property, bool value);
|
|
0 commit comments