theos / sdks

Patched sdks that include private framework tbds
Other
585 stars 205 forks source link

Fix and add updated SDKs #7

Closed kirb closed 6 years ago

kirb commented 6 years ago
esterTion commented 6 years ago

Hi! I was using this SDK to link my tweak, and noticed 10.1 is missing some symbols, e.g. PLAssetsSaver class in private framework PhotoLibraryServices. Is this also considered as part of "broken 10.1"?

If that is the case, I'd like to try to help update the SDK, since dyld_shared_cache can easily retrived from OTA updates, and seems this tbdump can export those symbols.

nullpixel commented 6 years ago

this would be really helpful

esterTion commented 6 years ago

I've actually finished dumping iOS 10.3, and its waiting in PR to be merged. Apple's "full OTA" really makes things so easy to play with.

kirb commented 6 years ago

Done as of 226bae0.