├── .gitignore ├── Assets ├── .gitkeep ├── Dylibs │ ├── .gitkeep │ └── frida-gadget.dylib ├── Frameworks │ ├── .gitkeep │ ├── Dobby.framework │ │ ├── Dobby │ │ ├── Headers │ │ │ ├── DobbyOC.h │ │ │ └── dobby.h │ │ └── Info.plist │ ├── FLEX.framework │ │ ├── FLEX │ │ ├── Headers │ │ │ ├── CALayer+FLEX.h │ │ │ ├── FLEX-Categories.h │ │ │ ├── FLEX-Core.h │ │ │ ├── FLEX-ObjectExploring.h │ │ │ ├── FLEX-Runtime.h │ │ │ ├── FLEX.h │ │ │ ├── FLEXAlert.h │ │ │ ├── FLEXBlockDescription.h │ │ │ ├── FLEXBlockShortcuts.h │ │ │ ├── FLEXBundleShortcuts.h │ │ │ ├── FLEXClassBuilder.h │ │ │ ├── FLEXClassShortcuts.h │ │ │ ├── FLEXCodeFontCell.h │ │ │ ├── FLEXCollectionContentSection.h │ │ │ ├── FLEXColorPreviewSection.h │ │ │ ├── FLEXDefaultsContentSection.h │ │ │ ├── FLEXExplorerToolbar.h │ │ │ ├── FLEXExplorerToolbarItem.h │ │ │ ├── FLEXFilteringTableViewController.h │ │ │ ├── FLEXGlobalsEntry.h │ │ │ ├── FLEXImageShortcuts.h │ │ │ ├── FLEXIvar.h │ │ │ ├── FLEXKeyValueTableViewCell.h │ │ │ ├── FLEXLayerShortcuts.h │ │ │ ├── FLEXMacros.h │ │ │ ├── FLEXManager+Extensibility.h │ │ │ ├── FLEXManager+Networking.h │ │ │ ├── FLEXManager.h │ │ │ ├── FLEXMetadataSection.h │ │ │ ├── FLEXMethod.h │ │ │ ├── FLEXMethodBase.h │ │ │ ├── FLEXMirror.h │ │ │ ├── FLEXMultilineTableViewCell.h │ │ │ ├── FLEXMutableListSection.h │ │ │ ├── FLEXNavigationController.h │ │ │ ├── FLEXObjcInternal.h │ │ │ ├── FLEXObjectExplorer.h │ │ │ ├── FLEXObjectExplorerFactory.h │ │ │ ├── FLEXObjectExplorerViewController.h │ │ │ ├── FLEXObjectInfoSection.h │ │ │ ├── FLEXProperty.h │ │ │ ├── FLEXPropertyAttributes.h │ │ │ ├── FLEXProtocol.h │ │ │ ├── FLEXProtocolBuilder.h │ │ │ ├── FLEXResources.h │ │ │ ├── FLEXRuntime+Compare.h │ │ │ ├── FLEXRuntime+UIKitHelpers.h │ │ │ ├── FLEXRuntimeConstants.h │ │ │ ├── FLEXRuntimeSafety.h │ │ │ ├── FLEXScopeCarousel.h │ │ │ ├── FLEXShortcut.h │ │ │ ├── FLEXShortcutsFactory+Defaults.h │ │ │ ├── FLEXShortcutsSection.h │ │ │ ├── FLEXSingleRowSection.h │ │ │ ├── FLEXSubtitleTableViewCell.h │ │ │ ├── FLEXTableView.h │ │ │ ├── FLEXTableViewCell.h │ │ │ ├── FLEXTableViewController.h │ │ │ ├── FLEXTableViewSection.h │ │ │ ├── FLEXTypeEncodingParser.h │ │ │ ├── FLEXViewControllerShortcuts.h │ │ │ ├── FLEXViewShortcuts.h │ │ │ ├── NSArray+FLEX.h │ │ │ ├── NSDictionary+ObjcRuntime.h │ │ │ ├── NSMapTable+FLEX_Subscripting.h │ │ │ ├── NSObject+FLEX_Reflection.h │ │ │ ├── NSString+FLEX.h │ │ │ ├── NSString+ObjcRuntime.h │ │ │ ├── NSTimer+FLEX.h │ │ │ ├── NSUserDefaults+FLEX.h │ │ │ ├── UIBarButtonItem+FLEX.h │ │ │ ├── UIFont+FLEX.h │ │ │ ├── UIGestureRecognizer+Blocks.h │ │ │ ├── UIMenu+FLEX.h │ │ │ ├── UIPasteboard+FLEX.h │ │ │ ├── UITextField+Range.h │ │ │ └── UIView+FLEX_Layout.h │ │ ├── Info.plist │ │ ├── LICENSE │ │ ├── Modules │ │ │ └── module.modulemap │ │ └── PrivateHeaders │ │ │ ├── FLEXArgumentInputColorView.h │ │ │ ├── FLEXArgumentInputDateView.h │ │ │ ├── FLEXArgumentInputFontView.h │ │ │ ├── FLEXArgumentInputFontsPickerView.h │ │ │ ├── FLEXArgumentInputNotSupportedView.h │ │ │ ├── FLEXArgumentInputNumberView.h │ │ │ ├── FLEXArgumentInputObjectView.h │ │ │ ├── FLEXArgumentInputStringView.h │ │ │ ├── FLEXArgumentInputStructView.h │ │ │ ├── FLEXArgumentInputSwitchView.h │ │ │ ├── FLEXArgumentInputTextView.h │ │ │ ├── FLEXArgumentInputView.h │ │ │ ├── FLEXArgumentInputViewFactory.h │ │ │ ├── FLEXDefaultEditorViewController.h │ │ │ ├── FLEXFieldEditorView.h │ │ │ ├── FLEXFileBrowserController.h │ │ │ ├── FLEXFileBrowserSearchOperation.h │ │ │ ├── FLEXHierarchyTableViewCell.h │ │ │ ├── FLEXHierarchyTableViewController.h │ │ │ ├── FLEXImagePreviewViewController.h │ │ │ ├── FLEXKeyboardHelpViewController.h │ │ │ ├── FLEXKeyboardShortcutManager.h │ │ │ ├── FLEXLiveObjectsController.h │ │ │ ├── FLEXMethodCallingViewController.h │ │ │ ├── FLEXNetworkMITMViewController.h │ │ │ ├── FLEXNetworkObserver.h │ │ │ ├── FLEXNetworkRecorder.h │ │ │ ├── FLEXNetworkSettingsController.h │ │ │ ├── FLEXNetworkTransaction.h │ │ │ ├── FLEXNetworkTransactionCell.h │ │ │ ├── FLEXNetworkTransactionDetailController.h │ │ │ ├── FLEXObjectListViewController.h │ │ │ ├── FLEXSystemLogCell.h │ │ │ ├── FLEXSystemLogMessage.h │ │ │ ├── FLEXSystemLogViewController.h │ │ │ └── FLEXWebViewController.h │ └── RevealServer.framework │ │ ├── Headers │ │ └── RevealServer.h │ │ ├── Info.plist │ │ ├── Modules │ │ └── module.modulemap │ │ ├── RevealServer │ │ ├── Scripts │ │ └── copy_and_codesign_revealserver.sh │ │ └── _CodeSignature │ │ └── CodeResources └── Resources │ └── .gitkeep ├── IPAPatch-DummyApp ├── AppDelegate.h ├── AppDelegate.m ├── IPAPatch-DummyApp.entitlements ├── Info.plist ├── ProjectConfigurationWarning.cpp ├── ProjectConfigurationWarning.hpp └── main.m ├── IPAPatch.xcodeproj └── project.pbxproj ├── IPAPatch ├── CustomURLProtocol.h ├── CustomURLProtocol.m ├── HookURLProtocol.h ├── HookURLProtocol.m ├── IPAPatchBypassAntiDebugging.h ├── IPAPatchBypassAntiDebugging.m ├── IPAPatchEntry.h ├── IPAPatchEntry.m ├── Info.plist ├── PatchSVC.c ├── PatchSVC.h ├── PermissionCheck.h ├── PermissionCheck.m ├── SaveModel.h ├── SaveModel.m ├── Tools.h ├── Tools.m └── Vendors │ └── fishhook │ ├── LICENSE │ ├── fishhook.c │ └── fishhook.h ├── LICENSE ├── README.md └── Tools ├── create_ipa.sh ├── options.plist ├── optool ├── patch.sh └── restore-symbol /.gitignore: -------------------------------------------------------------------------------- 1 | *.ipa 2 | Temp 3 | Assets/Payload* 4 | IPAPatch.xcodeproj/xcshareddata 5 | -------------------------------------------------------------------------------- /Assets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/Dylibs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/Dylibs/frida-gadget.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Dylibs/frida-gadget.dylib -------------------------------------------------------------------------------- /Assets/Frameworks/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/Frameworks/Dobby.framework/Dobby: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/Dobby.framework/Dobby -------------------------------------------------------------------------------- /Assets/Frameworks/Dobby.framework/Headers/DobbyOC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/Dobby.framework/Headers/DobbyOC.h -------------------------------------------------------------------------------- /Assets/Frameworks/Dobby.framework/Headers/dobby.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/Dobby.framework/Headers/dobby.h -------------------------------------------------------------------------------- /Assets/Frameworks/Dobby.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/Dobby.framework/Info.plist -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/FLEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/FLEX -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/CALayer+FLEX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/CALayer+FLEX.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEX-Categories.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEX-Categories.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEX-Core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEX-Core.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEX-ObjectExploring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEX-ObjectExploring.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEX-Runtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEX-Runtime.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEX.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXAlert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXAlert.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXBlockDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXBlockDescription.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXBlockShortcuts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXBlockShortcuts.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXBundleShortcuts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXBundleShortcuts.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXClassBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXClassBuilder.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXClassShortcuts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXClassShortcuts.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXCodeFontCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXCodeFontCell.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXCollectionContentSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXCollectionContentSection.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXColorPreviewSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXColorPreviewSection.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXDefaultsContentSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXDefaultsContentSection.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXExplorerToolbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXExplorerToolbar.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXExplorerToolbarItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXExplorerToolbarItem.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXFilteringTableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXFilteringTableViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXGlobalsEntry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXGlobalsEntry.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXImageShortcuts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXImageShortcuts.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXIvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXIvar.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXKeyValueTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXKeyValueTableViewCell.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXLayerShortcuts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXLayerShortcuts.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXMacros.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXManager+Extensibility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXManager+Extensibility.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXManager+Networking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXManager+Networking.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXManager.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXMetadataSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXMetadataSection.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXMethod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXMethod.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXMethodBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXMethodBase.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXMirror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXMirror.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXMultilineTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXMultilineTableViewCell.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXMutableListSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXMutableListSection.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXNavigationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXNavigationController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXObjcInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXObjcInternal.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXObjectExplorer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXObjectExplorer.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXObjectExplorerFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXObjectExplorerFactory.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXObjectExplorerViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXObjectExplorerViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXObjectInfoSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXObjectInfoSection.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXProperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXProperty.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXPropertyAttributes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXPropertyAttributes.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXProtocol.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXProtocolBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXProtocolBuilder.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXResources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXResources.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXRuntime+Compare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXRuntime+Compare.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXRuntime+UIKitHelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXRuntime+UIKitHelpers.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXRuntimeConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXRuntimeConstants.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXRuntimeSafety.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXRuntimeSafety.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXScopeCarousel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXScopeCarousel.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXShortcut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXShortcut.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXShortcutsFactory+Defaults.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXShortcutsFactory+Defaults.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXShortcutsSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXShortcutsSection.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXSingleRowSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXSingleRowSection.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXSubtitleTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXSubtitleTableViewCell.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXTableView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXTableView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXTableViewCell.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXTableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXTableViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXTableViewSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXTableViewSection.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXTypeEncodingParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXTypeEncodingParser.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXViewControllerShortcuts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXViewControllerShortcuts.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/FLEXViewShortcuts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/FLEXViewShortcuts.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/NSArray+FLEX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/NSArray+FLEX.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/NSDictionary+ObjcRuntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/NSDictionary+ObjcRuntime.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/NSMapTable+FLEX_Subscripting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/NSMapTable+FLEX_Subscripting.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/NSObject+FLEX_Reflection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/NSObject+FLEX_Reflection.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/NSString+FLEX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/NSString+FLEX.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/NSString+ObjcRuntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/NSString+ObjcRuntime.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/NSTimer+FLEX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/NSTimer+FLEX.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/NSUserDefaults+FLEX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/NSUserDefaults+FLEX.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/UIBarButtonItem+FLEX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/UIBarButtonItem+FLEX.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/UIFont+FLEX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/UIFont+FLEX.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/UIGestureRecognizer+Blocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/UIGestureRecognizer+Blocks.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/UIMenu+FLEX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/UIMenu+FLEX.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/UIPasteboard+FLEX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/UIPasteboard+FLEX.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/UITextField+Range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/UITextField+Range.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Headers/UIView+FLEX_Layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Headers/UIView+FLEX_Layout.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Info.plist -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/LICENSE -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputColorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputColorView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputDateView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputDateView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputFontView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputFontView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputFontsPickerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputFontsPickerView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputNotSupportedView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputNotSupportedView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputNumberView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputNumberView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputObjectView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputObjectView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputStringView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputStringView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputStructView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputStructView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputSwitchView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputSwitchView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputTextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputTextView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputViewFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXArgumentInputViewFactory.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXDefaultEditorViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXDefaultEditorViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXFieldEditorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXFieldEditorView.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXFileBrowserController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXFileBrowserController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXFileBrowserSearchOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXFileBrowserSearchOperation.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXHierarchyTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXHierarchyTableViewCell.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXHierarchyTableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXHierarchyTableViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXImagePreviewViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXImagePreviewViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXKeyboardHelpViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXKeyboardHelpViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXKeyboardShortcutManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXKeyboardShortcutManager.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXLiveObjectsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXLiveObjectsController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXMethodCallingViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXMethodCallingViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkMITMViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkMITMViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkObserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkObserver.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkRecorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkRecorder.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkSettingsController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkTransaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkTransaction.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkTransactionCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkTransactionCell.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkTransactionDetailController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXNetworkTransactionDetailController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXObjectListViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXObjectListViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXSystemLogCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXSystemLogCell.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXSystemLogMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXSystemLogMessage.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXSystemLogViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXSystemLogViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXWebViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/FLEX.framework/PrivateHeaders/FLEXWebViewController.h -------------------------------------------------------------------------------- /Assets/Frameworks/RevealServer.framework/Headers/RevealServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/RevealServer.framework/Headers/RevealServer.h -------------------------------------------------------------------------------- /Assets/Frameworks/RevealServer.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/RevealServer.framework/Info.plist -------------------------------------------------------------------------------- /Assets/Frameworks/RevealServer.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/RevealServer.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /Assets/Frameworks/RevealServer.framework/RevealServer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/RevealServer.framework/RevealServer -------------------------------------------------------------------------------- /Assets/Frameworks/RevealServer.framework/Scripts/copy_and_codesign_revealserver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/RevealServer.framework/Scripts/copy_and_codesign_revealserver.sh -------------------------------------------------------------------------------- /Assets/Frameworks/RevealServer.framework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Assets/Frameworks/RevealServer.framework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /Assets/Resources/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IPAPatch-DummyApp/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch-DummyApp/AppDelegate.h -------------------------------------------------------------------------------- /IPAPatch-DummyApp/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch-DummyApp/AppDelegate.m -------------------------------------------------------------------------------- /IPAPatch-DummyApp/IPAPatch-DummyApp.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch-DummyApp/IPAPatch-DummyApp.entitlements -------------------------------------------------------------------------------- /IPAPatch-DummyApp/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch-DummyApp/Info.plist -------------------------------------------------------------------------------- /IPAPatch-DummyApp/ProjectConfigurationWarning.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch-DummyApp/ProjectConfigurationWarning.cpp -------------------------------------------------------------------------------- /IPAPatch-DummyApp/ProjectConfigurationWarning.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch-DummyApp/ProjectConfigurationWarning.hpp -------------------------------------------------------------------------------- /IPAPatch-DummyApp/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch-DummyApp/main.m -------------------------------------------------------------------------------- /IPAPatch.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /IPAPatch/CustomURLProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/CustomURLProtocol.h -------------------------------------------------------------------------------- /IPAPatch/CustomURLProtocol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/CustomURLProtocol.m -------------------------------------------------------------------------------- /IPAPatch/HookURLProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/HookURLProtocol.h -------------------------------------------------------------------------------- /IPAPatch/HookURLProtocol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/HookURLProtocol.m -------------------------------------------------------------------------------- /IPAPatch/IPAPatchBypassAntiDebugging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/IPAPatchBypassAntiDebugging.h -------------------------------------------------------------------------------- /IPAPatch/IPAPatchBypassAntiDebugging.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/IPAPatchBypassAntiDebugging.m -------------------------------------------------------------------------------- /IPAPatch/IPAPatchEntry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/IPAPatchEntry.h -------------------------------------------------------------------------------- /IPAPatch/IPAPatchEntry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/IPAPatchEntry.m -------------------------------------------------------------------------------- /IPAPatch/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/Info.plist -------------------------------------------------------------------------------- /IPAPatch/PatchSVC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/PatchSVC.c -------------------------------------------------------------------------------- /IPAPatch/PatchSVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/PatchSVC.h -------------------------------------------------------------------------------- /IPAPatch/PermissionCheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/PermissionCheck.h -------------------------------------------------------------------------------- /IPAPatch/PermissionCheck.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/PermissionCheck.m -------------------------------------------------------------------------------- /IPAPatch/SaveModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/SaveModel.h -------------------------------------------------------------------------------- /IPAPatch/SaveModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/SaveModel.m -------------------------------------------------------------------------------- /IPAPatch/Tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/Tools.h -------------------------------------------------------------------------------- /IPAPatch/Tools.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/Tools.m -------------------------------------------------------------------------------- /IPAPatch/Vendors/fishhook/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/Vendors/fishhook/LICENSE -------------------------------------------------------------------------------- /IPAPatch/Vendors/fishhook/fishhook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/Vendors/fishhook/fishhook.c -------------------------------------------------------------------------------- /IPAPatch/Vendors/fishhook/fishhook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/IPAPatch/Vendors/fishhook/fishhook.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/README.md -------------------------------------------------------------------------------- /Tools/create_ipa.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Tools/create_ipa.sh -------------------------------------------------------------------------------- /Tools/options.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Tools/options.plist -------------------------------------------------------------------------------- /Tools/optool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Tools/optool -------------------------------------------------------------------------------- /Tools/patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Tools/patch.sh -------------------------------------------------------------------------------- /Tools/restore-symbol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradiseduo/IPAPatch/HEAD/Tools/restore-symbol --------------------------------------------------------------------------------