From 554f88488083eb8ac00a5c8336e443d0ddc2ece4 Mon Sep 17 00:00:00 2001 From: a1109471307 <50288272+a1109471307@users.noreply.github.com> Date: Thu, 3 Jul 2025 18:10:27 +0800 Subject: [PATCH] Create TSExploitManager.h --- ExploitManager/TSExploitManager.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ExploitManager/TSExploitManager.h diff --git a/ExploitManager/TSExploitManager.h b/ExploitManager/TSExploitManager.h new file mode 100644 index 0000000..7239208 --- /dev/null +++ b/ExploitManager/TSExploitManager.h @@ -0,0 +1,5 @@ +@interface TSExploitManager : NSObject ++ (instancetype)sharedManager; +- (void)loadDescriptorsFromDirectory:(NSString *)dirPath; +- (nullable TSExploitDescriptor *)bestDescriptorForCurrentDevice; +@end