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 261f31e commit da57325Copy full SHA for da57325
binaryninjacore.h
@@ -7509,6 +7509,7 @@ extern "C"
7509
BINARYNINJACOREAPI char** BNGetFilePathsInDirectory(const char* path, size_t* count);
7510
BINARYNINJACOREAPI char* BNAppendPath(const char* path, const char* part);
7511
BINARYNINJACOREAPI void BNFreePath(char* path);
7512
+ BINARYNINJACOREAPI char* BNGetSystemCacheDir();
7513
7514
// Settings APIs
7515
BINARYNINJACOREAPI BNSettings* BNCreateSettings(const char* schemaId);
0 commit comments