Skip to content

Commit d8bab40

Browse files
committed
Add Core function and bindings for getting system cache directory
1 parent dc2911d commit d8bab40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binaryninjacore.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7512,6 +7512,7 @@ extern "C"
75127512
BINARYNINJACOREAPI char** BNGetFilePathsInDirectory(const char* path, size_t* count);
75137513
BINARYNINJACOREAPI char* BNAppendPath(const char* path, const char* part);
75147514
BINARYNINJACOREAPI void BNFreePath(char* path);
7515+
BINARYNINJACOREAPI char* BNGetSystemCacheDir();
75157516

75167517
// Settings APIs
75177518
BINARYNINJACOREAPI BNSettings* BNCreateSettings(const char* schemaId);

0 commit comments

Comments
 (0)