ChiChou / bagbak

Yet another frida based iOS dumpdecrypted. Also decrypts app extensions
MIT License
1.14k stars 187 forks source link

Failed to patch pkd on Unc0ver 13.3 #34

Closed mtshare closed 3 years ago

mtshare commented 4 years ago

Hello, I'm trying to dump an app but it fails. Here is my configuration: • iPhone 11 Pro Max • iOS 13.3 • Unc0ver jailbreak (v4.2.1)

Here is the error:

.....
download ...ication/8DB3A365-FF73-48C1-A371-4C3FC4017198/Video.app/EVDTransitionGlitch_5.mp4
download ...iners/Bundle/Application/8DB3A365-FF73-48C1-A371-4C3FC4017198/Video.app/Fade.gif
patch PluginKit validation
FATAL ERROR
[Error: Unexpected error while starting thread (act_set_state returned '(os/kern) protection failure')]
ChiChou commented 4 years ago

This should be process injection failure for frida. Unfortunately I don't have an A13 device to test

ChiChou commented 4 years ago

If you don't need to dump AppExtensions, upgrade to bagbak@1.4.3 and use --no-extension to skip it

https://github.com/ChiChou/bagbak/commit/c97ad26c64e42f9e56abcf8a30b5cdc7d1e68325

Lakr233 commented 4 years ago

Fixed in re.frida.server64 12.9.4. There is now an A12+ only version available from offcial Cydia repo. We should close this issue now.

ChiChou commented 4 years ago

@mtshare does it work now?