From d041e78a06686290aaa4a465dffe3a0ae648ba02 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Wed, 28 Aug 2024 14:52:31 -0400 Subject: Add RemoteFolder C++ APIs --- binaryninjaapi.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 70d40b47..3c6bc72a 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -18217,6 +18217,15 @@ namespace BinaryNinja::Collaboration { public: RemoteFolder(BNRemoteFolder* remoteFolder); + + Ref GetCoreFolder(); + Ref GetProject(); + Ref GetParent(); + Ref GetRemote(); + std::string GetId(); + std::string GetUrl(); + std::string GetName(); + std::string GetDescription(); }; class RemoteFile; -- cgit v1.3.1