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 dc2911d commit d8bab40Copy full SHA for d8bab40
binaryninjacore.h
@@ -7512,6 +7512,7 @@ extern "C"
7512
BINARYNINJACOREAPI char** BNGetFilePathsInDirectory(const char* path, size_t* count);
7513
BINARYNINJACOREAPI char* BNAppendPath(const char* path, const char* part);
7514
BINARYNINJACOREAPI void BNFreePath(char* path);
7515
+ BINARYNINJACOREAPI char* BNGetSystemCacheDir();
7516
7517
// Settings APIs
7518
BINARYNINJACOREAPI BNSettings* BNCreateSettings(const char* schemaId);
0 commit comments