├── .gitattributes ├── .gitignore ├── README.md ├── SaveMe-Dumper ├── SaveMe-Dumper.py ├── img4tool_192_iphoneos-arm.deb ├── libgeneral_31_iphoneos-arm.deb ├── libimg4tool0_192_iphoneos-arm.deb ├── libplist3_2.2.0_iphoneos-arm.deb ├── libssl1.1_1.1.1g_iphoneos-arm.deb └── requirements.txt ├── macOS ├── .spec ├── README.md ├── SaveMe-Devices ├── SaveMe.py ├── SaveMe.spec ├── SaveMeCompileCommand.md ├── Screenshots │ ├── Screenshot 2020-06-13 at 12.20.21.png │ ├── Screenshot 2020-06-13 at 12.42.03.png │ └── Screenshot 2020-06-13 at 12.42.29.png └── dist │ └── SaveMe └── windows ├── SaveMe.py └── SupportFiles ├── SaveMe-Devices ├── idevice_id.exe ├── idevicebackup2.exe ├── idevicecrashreport.exe ├── idevicedate.exe ├── idevicedebug.exe ├── idevicedebugserverproxy.exe ├── idevicediagnostics.exe ├── ideviceenterrecovery.exe ├── ideviceimagemounter.exe ├── ideviceinfo.exe ├── ideviceinstaller.exe ├── idevicename.exe ├── idevicenotificationproxy.exe ├── idevicepair.exe ├── ideviceprovision.exe ├── idevicerestore.exe ├── idevicescreenshot.exe ├── idevicesyslog.exe ├── img4tool_192_iphoneos-arm.deb ├── ios_webkit_debug_proxy.exe ├── iproxy.exe ├── irecovery.exe ├── libgeneral_31_iphoneos-arm.deb ├── libimg4tool0_192_iphoneos-arm.deb ├── libplist3_2.2.0_iphoneos-arm.deb ├── libssl1.1_1.1.1g_iphoneos-arm.deb ├── plist_cmp.exe ├── plist_test.exe ├── tsschecker.exe └── usbmuxd.exe /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/README.md -------------------------------------------------------------------------------- /SaveMe-Dumper/SaveMe-Dumper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/SaveMe-Dumper/SaveMe-Dumper.py -------------------------------------------------------------------------------- /SaveMe-Dumper/img4tool_192_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/SaveMe-Dumper/img4tool_192_iphoneos-arm.deb -------------------------------------------------------------------------------- /SaveMe-Dumper/libgeneral_31_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/SaveMe-Dumper/libgeneral_31_iphoneos-arm.deb -------------------------------------------------------------------------------- /SaveMe-Dumper/libimg4tool0_192_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/SaveMe-Dumper/libimg4tool0_192_iphoneos-arm.deb -------------------------------------------------------------------------------- /SaveMe-Dumper/libplist3_2.2.0_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/SaveMe-Dumper/libplist3_2.2.0_iphoneos-arm.deb -------------------------------------------------------------------------------- /SaveMe-Dumper/libssl1.1_1.1.1g_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/SaveMe-Dumper/libssl1.1_1.1.1g_iphoneos-arm.deb -------------------------------------------------------------------------------- /SaveMe-Dumper/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/SaveMe-Dumper/requirements.txt -------------------------------------------------------------------------------- /macOS/.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/macOS/.spec -------------------------------------------------------------------------------- /macOS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/macOS/README.md -------------------------------------------------------------------------------- /macOS/SaveMe-Devices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/macOS/SaveMe-Devices -------------------------------------------------------------------------------- /macOS/SaveMe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/macOS/SaveMe.py -------------------------------------------------------------------------------- /macOS/SaveMe.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/macOS/SaveMe.spec -------------------------------------------------------------------------------- /macOS/SaveMeCompileCommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/macOS/SaveMeCompileCommand.md -------------------------------------------------------------------------------- /macOS/Screenshots/Screenshot 2020-06-13 at 12.20.21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/macOS/Screenshots/Screenshot 2020-06-13 at 12.20.21.png -------------------------------------------------------------------------------- /macOS/Screenshots/Screenshot 2020-06-13 at 12.42.03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/macOS/Screenshots/Screenshot 2020-06-13 at 12.42.03.png -------------------------------------------------------------------------------- /macOS/Screenshots/Screenshot 2020-06-13 at 12.42.29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/macOS/Screenshots/Screenshot 2020-06-13 at 12.42.29.png -------------------------------------------------------------------------------- /macOS/dist/SaveMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/macOS/dist/SaveMe -------------------------------------------------------------------------------- /windows/SaveMe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SaveMe.py -------------------------------------------------------------------------------- /windows/SupportFiles/SaveMe-Devices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/SaveMe-Devices -------------------------------------------------------------------------------- /windows/SupportFiles/idevice_id.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevice_id.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicebackup2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicebackup2.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicecrashreport.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicecrashreport.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicedate.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicedate.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicedebug.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicedebug.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicedebugserverproxy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicedebugserverproxy.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicediagnostics.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicediagnostics.exe -------------------------------------------------------------------------------- /windows/SupportFiles/ideviceenterrecovery.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/ideviceenterrecovery.exe -------------------------------------------------------------------------------- /windows/SupportFiles/ideviceimagemounter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/ideviceimagemounter.exe -------------------------------------------------------------------------------- /windows/SupportFiles/ideviceinfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/ideviceinfo.exe -------------------------------------------------------------------------------- /windows/SupportFiles/ideviceinstaller.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/ideviceinstaller.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicename.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicename.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicenotificationproxy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicenotificationproxy.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicepair.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicepair.exe -------------------------------------------------------------------------------- /windows/SupportFiles/ideviceprovision.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/ideviceprovision.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicerestore.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicerestore.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicescreenshot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicescreenshot.exe -------------------------------------------------------------------------------- /windows/SupportFiles/idevicesyslog.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/idevicesyslog.exe -------------------------------------------------------------------------------- /windows/SupportFiles/img4tool_192_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/img4tool_192_iphoneos-arm.deb -------------------------------------------------------------------------------- /windows/SupportFiles/ios_webkit_debug_proxy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/ios_webkit_debug_proxy.exe -------------------------------------------------------------------------------- /windows/SupportFiles/iproxy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/iproxy.exe -------------------------------------------------------------------------------- /windows/SupportFiles/irecovery.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/irecovery.exe -------------------------------------------------------------------------------- /windows/SupportFiles/libgeneral_31_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/libgeneral_31_iphoneos-arm.deb -------------------------------------------------------------------------------- /windows/SupportFiles/libimg4tool0_192_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/libimg4tool0_192_iphoneos-arm.deb -------------------------------------------------------------------------------- /windows/SupportFiles/libplist3_2.2.0_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/libplist3_2.2.0_iphoneos-arm.deb -------------------------------------------------------------------------------- /windows/SupportFiles/libssl1.1_1.1.1g_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/libssl1.1_1.1.1g_iphoneos-arm.deb -------------------------------------------------------------------------------- /windows/SupportFiles/plist_cmp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/plist_cmp.exe -------------------------------------------------------------------------------- /windows/SupportFiles/plist_test.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/plist_test.exe -------------------------------------------------------------------------------- /windows/SupportFiles/tsschecker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/tsschecker.exe -------------------------------------------------------------------------------- /windows/SupportFiles/usbmuxd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasiimh1/SaveMe/HEAD/windows/SupportFiles/usbmuxd.exe --------------------------------------------------------------------------------