diff options
| author | Alexander Khosrowshahi <alexk@vector35.com> | 2025-06-30 14:56:41 -0400 |
|---|---|---|
| committer | Alexander Khosrowshahi <alexk@vector35.com> | 2025-07-03 13:47:57 -0400 |
| commit | 2be7b54b7bc7a0e46408b228ee55bbb4fe342e6c (patch) | |
| tree | 8c55b55ccaef570f6388411d7f990dbcc6a710ab /binaryninjaapi.h | |
| parent | 2cd19b867772f15d87eaee9560b94a9fd9ba13e4 (diff) | |
Add GetPathInProject() to core API
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<Project> GetProject() const; std::string GetPathOnDisk() const; + std::string GetPathInProject() const; bool ExistsOnDisk() const; std::string GetName() const; std::string GetDescription() const; |
