From ae1dbe7e69e3a1d5cc69fa5362fba1b85ba5b6b8 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Tue, 26 Aug 2025 15:49:45 -0400 Subject: Add project file dependencies --- binaryninjaapi.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index d3de5874..5460046b 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3633,6 +3633,10 @@ namespace BinaryNinja { bool SetFolder(Ref folder); bool Export(const std::string& destination) const; int64_t GetCreationTimestamp() const; + bool AddDependency(Ref file); + bool RemoveDependency(Ref file); + std::vector> GetDependencies() const; + std::vector> GetRequiredBy() const; }; -- cgit v1.3.1