We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d77fc3 commit fc98167Copy full SHA for fc98167
binaryninjacore.h
@@ -7502,6 +7502,7 @@ extern "C"
7502
BINARYNINJACOREAPI char** BNGetFilePathsInDirectory(const char* path, size_t* count);
7503
BINARYNINJACOREAPI char* BNAppendPath(const char* path, const char* part);
7504
BINARYNINJACOREAPI void BNFreePath(char* path);
7505
+ BINARYNINJACOREAPI char* BNGetSystemCacheDir();
7506
7507
// Settings APIs
7508
BINARYNINJACOREAPI BNSettings* BNCreateSettings(const char* schemaId);
0 commit comments