From 89fc86ce91635ded0843e19e43c3a04c5e432836 Mon Sep 17 00:00:00 2001 From: Alexander Khosrowshahi Date: Wed, 13 Aug 2025 23:48:11 -0700 Subject: Expose GetFilePathInProject API for context menu --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') 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& file) const; std::string GetName() const; void SetName(const std::string& name); std::string GetDescription() const; -- cgit v1.3.1