Skip to content

Commit da57325

Browse files
committed
Add Core function and bindings for getting system cache directory
1 parent 261f31e commit da57325

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
@@ -7509,6 +7509,7 @@ extern "C"
75097509
BINARYNINJACOREAPI char** BNGetFilePathsInDirectory(const char* path, size_t* count);
75107510
BINARYNINJACOREAPI char* BNAppendPath(const char* path, const char* part);
75117511
BINARYNINJACOREAPI void BNFreePath(char* path);
7512+
BINARYNINJACOREAPI char* BNGetSystemCacheDir();
75127513

75137514
// Settings APIs
75147515
BINARYNINJACOREAPI BNSettings* BNCreateSettings(const char* schemaId);

0 commit comments

Comments
 (0)