AloneMonkey / frida-ios-dump

pull decrypted ipa from jailbreak device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while dumping app connection closed

salihkp opened this issue · comments

Hi Team,

I'm able to list all the apps source (python3 dump.py -l). However I'm facing issues while loading the app, for example I did (python3 dump.py com.google.ios.youtube). It just launches the app and disappear after with below error. Any help is highly appreciated.

frida-ios-dump % python3 dump.py com.google.ios.youtube
Start the target app com.google.ios.youtube
connection closed

Dec 10 10:21:40 mediaanalysisd-service(VideoProcessing)[1737] : VCPSceneTaxonomy - cannot find scene id for scene name
Dec 10 10:21:40 sshd(libsystem_info.dylib)[1740] : send failed: Invalid argument
Dec 10 10:21:40 sshd(libsystem_info.dylib)[1740] : send failed: Invalid argument
Dec 10 10:21:40 sshd(libsystem_info.dylib)[1740] : send failed: Invalid argument
Dec 10 10:21:41 trustd[489] : cert[0]: MissingIntermediate =(leaf)[force]> 0

Dec 10 10:21:41 lockdownd[444] : spawn_xpc_service:
Dec 10 10:21:41 debugserver(substitute-loader.dylib)[1742] : ExtensionLoader : Safemode parent directory is blocked by sandbox.
Dec 10 10:21:42 debugserver(!ABypass2.dylib)[1742] : [Tweak.xm:221] Hello! Jailbreak Detection! A-Bypass is Loading...
Dec 10 10:21:42 debugserver(!ABypass2.dylib)[1742] : [Tweak.xm:222] A-Bypass by Baw Appie pp121324@gmail.com
Dec 10 10:21:42 debugserver(substitute-loader.dylib)[1742] : ExtensionLoader : Injection of failed: ''
Dec 10 10:21:42 debugserver[1742] : debugserver will use ASL for internal logging.

Dec 10 10:21:43 trustd[489] : cert[0]: IntermediateMarkerOid =(path)[force]> 0
Dec 10 10:21:43 debugserver(DVTInstrumentsFoundation)[1742] : Connection received zero bytes, EOF.
Dec 10 10:21:43 debugserver(DVTInstrumentsFoundation)[1742] : Socket read error (89): Operation canceled.
Dec 10 10:21:43 DTServiceHub(DVTInstrumentsFoundation)[1616] : Connection received zero bytes, EOF.
Dec 10 10:21:43 debugserver[1742] : debugserver's event read thread is exiting, killing the inferior process.
Dec 10 10:21:43 DTServiceHub(DVTInstrumentsFoundation)[1616] : Socket read error (89): Operation canceled.
Dec 10 10:21:43 debugserver[1742] : debugserver secure socket proxy finish-block shut down.

iproxy 222 22
iPhone XR A12 - frida server A12+
idevicepair pair
ssh root@ip - success

iproxy 2222 22
Creating listening port 2222 for device port 22
waiting for connection
New connection for 2222->22, fd = 5
waiting for connection
Requesting connecion to USB device handle 150 (serial: 00008020-00095D802106002E), port 22
New connection for 2222->22, fd = 5
waiting for connection
Requesting connecion to USB device handle 150 (serial: 00008020-00095D802106002E), port 22

I'm on iPhone XR too, I installed Frida A12+ on my device, and this was what was causing this connection close exit. I downgraded to the simple Frida (should be the first package in cydia) and it works now.

yeah, i already did the same :)