From 2be7b54b7bc7a0e46408b228ee55bbb4fe342e6c Mon Sep 17 00:00:00 2001 From: Alexander Khosrowshahi Date: Mon, 30 Jun 2025 14:56:41 -0400 Subject: Add GetPathInProject() to core API --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 66f40fac..0c86e026 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2878,6 +2878,7 @@ namespace BinaryNinja { Ref GetProject() const; std::string GetPathOnDisk() const; + std::string GetPathInProject() const; bool ExistsOnDisk() const; std::string GetName() const; std::string GetDescription() const; -- cgit v1.3.1