diff options
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 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; |
