Jump to content

Welcome to AppCake Forum
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!
Photo

What's the deal with dylib injection and 11.4.1 ?


  • You cannot start a new topic
  • Please log in to reply
No replies to this topic

#1
mrPickles

mrPickles

    Getting Known

  • IC Member
  • 26 posts
    • Time Online: 3h 55m 34s

Hey guys,

 

Just wondering... apps that used to worked on 11.1.3 before upgrading this phone will no longer work. I'm re-signing the IPAs myself with a dev account and provisioning cert, and some work fine, but others do not (it seems modified apps don't work, like ++ or those with ads injected like MovieBox).

 

Looking at the logs I see this:

/private/var/containers/Bundle/Application/ID/YouTube.app/Sys.dylib not valid: 0xe8008018: The identity used to sign the executable is no longer valid.
/private/var/containers/Bundle/Application/ID/SoundCloud.app/Sys.dylib not valid: 0xe800801c: No code signature found.
/private/var/containers/Bundle/Application/ID/SlickTVUpdate.app/Sys.dylib not valid: 0xe8008018: The identity used to sign the executable is no longer valid.

So are those dylibs signed by the devs with a 1 year expiration just like the ipa ? Can I re-sign those myself?