├── Headers └── IOKit │ ├── IOKitKeys.h │ ├── IOKitLib.h │ ├── IOReturn.h │ ├── IOTypes.h │ ├── OSMessageNotification.h │ └── iokitmig.h ├── README.md ├── fixkeybag.xcodeproj ├── project.pbxproj └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── fixkeybag.xccheckout ├── fixkeybag ├── Info.plist ├── KeybagDowngrade.c ├── KeybagGeneration.c ├── iphone-dataprotection │ ├── AppleEffaceableStorage.c │ ├── AppleEffaceableStorage.h │ ├── IOAESAccelerator.c │ ├── IOAESAccelerator.h │ ├── IOKit.c │ ├── IOKit.h │ └── bsdcrypto │ │ ├── key_wrap.c │ │ ├── key_wrap.h │ │ ├── pbkdf2.c │ │ ├── pbkdf2.h │ │ ├── rijndael.c │ │ ├── rijndael.h │ │ ├── sha1.c │ │ └── sha1.h └── main.c └── iPhone3,1_DeviceTree_with_"no-effaceable-storage"_example.img3 /Headers/IOKit/IOKitKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/Headers/IOKit/IOKitKeys.h -------------------------------------------------------------------------------- /Headers/IOKit/IOKitLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/Headers/IOKit/IOKitLib.h -------------------------------------------------------------------------------- /Headers/IOKit/IOReturn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/Headers/IOKit/IOReturn.h -------------------------------------------------------------------------------- /Headers/IOKit/IOTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/Headers/IOKit/IOTypes.h -------------------------------------------------------------------------------- /Headers/IOKit/OSMessageNotification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/Headers/IOKit/OSMessageNotification.h -------------------------------------------------------------------------------- /Headers/IOKit/iokitmig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/Headers/IOKit/iokitmig.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/README.md -------------------------------------------------------------------------------- /fixkeybag.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /fixkeybag.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /fixkeybag.xcodeproj/project.xcworkspace/xcshareddata/fixkeybag.xccheckout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag.xcodeproj/project.xcworkspace/xcshareddata/fixkeybag.xccheckout -------------------------------------------------------------------------------- /fixkeybag/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/Info.plist -------------------------------------------------------------------------------- /fixkeybag/KeybagDowngrade.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/KeybagDowngrade.c -------------------------------------------------------------------------------- /fixkeybag/KeybagGeneration.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/KeybagGeneration.c -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/AppleEffaceableStorage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/AppleEffaceableStorage.c -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/AppleEffaceableStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/AppleEffaceableStorage.h -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/IOAESAccelerator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/IOAESAccelerator.c -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/IOAESAccelerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/IOAESAccelerator.h -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/IOKit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/IOKit.c -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/IOKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/IOKit.h -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/bsdcrypto/key_wrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/bsdcrypto/key_wrap.c -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/bsdcrypto/key_wrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/bsdcrypto/key_wrap.h -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/bsdcrypto/pbkdf2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/bsdcrypto/pbkdf2.c -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/bsdcrypto/pbkdf2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/bsdcrypto/pbkdf2.h -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/bsdcrypto/rijndael.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/bsdcrypto/rijndael.c -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/bsdcrypto/rijndael.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/bsdcrypto/rijndael.h -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/bsdcrypto/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/bsdcrypto/sha1.c -------------------------------------------------------------------------------- /fixkeybag/iphone-dataprotection/bsdcrypto/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/iphone-dataprotection/bsdcrypto/sha1.h -------------------------------------------------------------------------------- /fixkeybag/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/fixkeybag/main.c -------------------------------------------------------------------------------- /iPhone3,1_DeviceTree_with_"no-effaceable-storage"_example.img3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NyanSatan/fixkeybag/HEAD/iPhone3,1_DeviceTree_with_"no-effaceable-storage"_example.img3 --------------------------------------------------------------------------------