summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorAlexander Khosrowshahi <alexk@vector35.com>2025-08-13 23:48:11 -0700
committerAlexander Khosrowshahi <alexk@vector35.com>2025-08-14 10:36:22 -0700
commit89fc86ce91635ded0843e19e43c3a04c5e432836 (patch)
tree88f1387070566cf10f32897dbb45f330b2c3d44a /binaryninjaapi.h
parentf85e56d1772a8bbaad259f201b604613818c0591 (diff)
Expose GetFilePathInProject API for context menu
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 32d6051f..93117eb8 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -3694,6 +3694,7 @@ namespace BinaryNinja {
std::string GetId() const;
bool IsOpen() const;
std::string GetPath() const;
+ std::string GetFilePathInProject(const Ref<ProjectFile>& file) const;
std::string GetName() const;
void SetName(const std::string& name);
std::string GetDescription() const;