diff options
| author | Alexander Khosrowshahi <alexk@vector35.com> | 2025-08-13 23:48:11 -0700 |
|---|---|---|
| committer | Alexander Khosrowshahi <alexk@vector35.com> | 2025-08-14 10:36:22 -0700 |
| commit | 89fc86ce91635ded0843e19e43c3a04c5e432836 (patch) | |
| tree | 88f1387070566cf10f32897dbb45f330b2c3d44a /binaryninjacore.h | |
| parent | f85e56d1772a8bbaad259f201b604613818c0591 (diff) | |
Expose GetFilePathInProject API for context menu
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index b7f9e63a..ae935420 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -4039,6 +4039,7 @@ extern "C" BINARYNINJACOREAPI char* BNProjectGetId(BNProject* project); BINARYNINJACOREAPI bool BNProjectIsOpen(BNProject* project); BINARYNINJACOREAPI char* BNProjectGetPath(BNProject* project); + BINARYNINJACOREAPI char* BNProjectGetFilePathInProject(BNProject* project, BNProjectFile* file); BINARYNINJACOREAPI char* BNProjectGetName(BNProject* project); BINARYNINJACOREAPI void BNProjectSetName(BNProject* project, const char* name); BINARYNINJACOREAPI char* BNProjectGetDescription(BNProject* project); |
