alephsecurity / xnu-qemu-arm64

Other
1.37k stars 123 forks source link

Generic infrastructure to easily maintain new iPhone/iOS versions #10

Open V3rochka opened 4 years ago

V3rochka commented 4 years ago

Code refactoring. Create an infrastructure with which new a versions can be added by implementing a module which will include the offsets and patches that corresponds to the specific version.

In the design include also the block-device driver load, which uses version-specific addresses as well.