Skip to content

Commit fc98167

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

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
@@ -7502,6 +7502,7 @@ extern "C"
75027502
BINARYNINJACOREAPI char** BNGetFilePathsInDirectory(const char* path, size_t* count);
75037503
BINARYNINJACOREAPI char* BNAppendPath(const char* path, const char* part);
75047504
BINARYNINJACOREAPI void BNFreePath(char* path);
7505+
BINARYNINJACOREAPI char* BNGetSystemCacheDir();
75057506

75067507
// Settings APIs
75077508
BINARYNINJACOREAPI BNSettings* BNCreateSettings(const char* schemaId);

0 commit comments

Comments
 (0)