├── .github └── workflows │ └── ios-build.yml ├── 1.PNG ├── 2.PNG ├── 3.PNG ├── 4.PNG ├── CoreAppService └── currentVer.json ├── ExportOptions.plist ├── Podfile ├── README.md ├── TweakRepo └── tweaks.json ├── VM_BEHAVIOR_ZERO_WIRED_PAGES.c ├── iDevice-Toolkit-Info.plist ├── iDevice_ZH.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── swiftpm │ │ │ └── Package.resolved │ └── xcuserdata │ │ └── geosn0w.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── xcshareddata │ └── xcschemes │ │ └── iDevice_ZH.xcscheme └── xcuserdata │ ├── geosn0w.xcuserdatad │ └── xcschemes │ │ └── xcschememanagement.plist │ └── skadz.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist └── iDevice_ZH ├── Assets.xcassets ├── AppIcon.appiconset │ ├── 100.png │ ├── 102.png │ ├── 1024.png │ ├── 108.png │ ├── 114.png │ ├── 120.png │ ├── 128.png │ ├── 144.png │ ├── 152.png │ ├── 16.png │ ├── 167.png │ ├── 172.png │ ├── 180.png │ ├── 196.png │ ├── 20.png │ ├── 216.png │ ├── 234.png │ ├── 256.png │ ├── 258.png │ ├── 29.png │ ├── 32.png │ ├── 40.png │ ├── 48.png │ ├── 50.png │ ├── 512.png │ ├── 55.png │ ├── 57.png │ ├── 58.png │ ├── 60.png │ ├── 64.png │ ├── 66.png │ ├── 72.png │ ├── 76.png │ ├── 80.png │ ├── 87.png │ ├── 88.png │ ├── 92.png │ └── Contents.json └── Contents.json ├── ContentView.swift ├── CustomTweakCreator.swift ├── CustomTweakManager.swift ├── DocumentPickerStuff.swift ├── TerminalLogger.swift ├── TweakService.swift ├── UpdateService.swift ├── default_tweaks.json ├── exploit.c ├── iDeviceFileUtil.swift ├── iDeviceLoggerView.swift ├── iDeviceToolbox.swift └── iDevice_ZH-Bridge-Header.h /.github/workflows/ios-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/.github/workflows/ios-build.yml -------------------------------------------------------------------------------- /1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/1.PNG -------------------------------------------------------------------------------- /2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/2.PNG -------------------------------------------------------------------------------- /3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/3.PNG -------------------------------------------------------------------------------- /4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/4.PNG -------------------------------------------------------------------------------- /CoreAppService/currentVer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/CoreAppService/currentVer.json -------------------------------------------------------------------------------- /ExportOptions.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/ExportOptions.plist -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/Podfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/README.md -------------------------------------------------------------------------------- /TweakRepo/tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/TweakRepo/tweaks.json -------------------------------------------------------------------------------- /VM_BEHAVIOR_ZERO_WIRED_PAGES.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/VM_BEHAVIOR_ZERO_WIRED_PAGES.c -------------------------------------------------------------------------------- /iDevice-Toolkit-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice-Toolkit-Info.plist -------------------------------------------------------------------------------- /iDevice_ZH.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /iDevice_ZH.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /iDevice_ZH.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved -------------------------------------------------------------------------------- /iDevice_ZH.xcodeproj/project.xcworkspace/xcuserdata/geosn0w.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH.xcodeproj/project.xcworkspace/xcuserdata/geosn0w.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /iDevice_ZH.xcodeproj/xcshareddata/xcschemes/iDevice_ZH.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH.xcodeproj/xcshareddata/xcschemes/iDevice_ZH.xcscheme -------------------------------------------------------------------------------- /iDevice_ZH.xcodeproj/xcuserdata/geosn0w.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH.xcodeproj/xcuserdata/geosn0w.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /iDevice_ZH.xcodeproj/xcuserdata/skadz.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH.xcodeproj/xcuserdata/skadz.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/100.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/102.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/1024.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/108.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/114.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/120.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/128.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/144.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/152.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/16.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/167.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/172.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/180.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/196.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/20.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/216.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/216.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/234.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/234.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/256.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/258.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/258.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/29.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/32.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/40.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/48.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/50.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/512.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/55.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/57.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/58.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/60.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/64.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/66.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/72.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/76.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/80.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/87.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/88.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/92.png -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /iDevice_ZH/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /iDevice_ZH/ContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/ContentView.swift -------------------------------------------------------------------------------- /iDevice_ZH/CustomTweakCreator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/CustomTweakCreator.swift -------------------------------------------------------------------------------- /iDevice_ZH/CustomTweakManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/CustomTweakManager.swift -------------------------------------------------------------------------------- /iDevice_ZH/DocumentPickerStuff.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/DocumentPickerStuff.swift -------------------------------------------------------------------------------- /iDevice_ZH/TerminalLogger.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/TerminalLogger.swift -------------------------------------------------------------------------------- /iDevice_ZH/TweakService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/TweakService.swift -------------------------------------------------------------------------------- /iDevice_ZH/UpdateService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/UpdateService.swift -------------------------------------------------------------------------------- /iDevice_ZH/default_tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/default_tweaks.json -------------------------------------------------------------------------------- /iDevice_ZH/exploit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/exploit.c -------------------------------------------------------------------------------- /iDevice_ZH/iDeviceFileUtil.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/iDeviceFileUtil.swift -------------------------------------------------------------------------------- /iDevice_ZH/iDeviceLoggerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/iDeviceLoggerView.swift -------------------------------------------------------------------------------- /iDevice_ZH/iDeviceToolbox.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pxx917144686/iDevice_ZH/HEAD/iDevice_ZH/iDeviceToolbox.swift -------------------------------------------------------------------------------- /iDevice_ZH/iDevice_ZH-Bridge-Header.h: -------------------------------------------------------------------------------- 1 | // 2 | // iDevice_ZH-Bridge-Header.h 3 | // 4 | 5 | int poc(char *path); 6 | --------------------------------------------------------------------------------