AloneMonkey / frida-ios-dump

pull decrypted ipa from jailbreak device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to dump apps due to errors: No such file or directory

cfossace opened this issue · comments

I tried dumping the hello world app after installing it myself.

Start the target app test-app
operation not permitted while attempting to soften target process

I can't seem to dump any third party apps either

(frida-ios-dump) ➜ frida-ios-dump git:(master) ✗ python dump.py my.app.testing.triggerdebug.triggerdebug.testing-app -H 10.0.0.18 -p 22
Start the target app my.app.testing.triggerdebug.triggerdebug.testing-app
Dumping testing app to /var/folders/rr/n_90hxwd49gc5n3nwyrw6qdr0000gp/T
start dump /private/var/containers/Bundle/Application/6E8B942A-602B-457F-8812-77A44A3AEB92/testing app.app/testing app
0.00B [00:00, ?B/s]chmod: /var/folders/rr/n_90hxwd49gc5n3nwyrw6qdr0000gp/T/Payload/testing app.fid: No such file or directory
Command '('chmod', '655', '/var/folders/rr/n_90hxwd49gc5n3nwyrw6qdr0000gp/T/Payload/testing app.fid')' returned non-zero exit status 1.
0.00B [00:00, ?B/s]
0.00B [00:00, ?B/s]chmod: /var/folders/rr/n_90hxwd49gc5n3nwyrw6qdr0000gp/T/Payload/testing app.app: No such file or directory
Command '('chmod', '755', '/var/folders/rr/n_90hxwd49gc5n3nwyrw6qdr0000gp/T/Payload/testing app.app')' returned non-zero exit status 1.
0.00B [00:00, ?B/s]
0.00B [00:00, ?B/s]Generating "testing app.ipa"

[Errno 2] No such file or directory: '/var/folders/rr/n_90hxwd49gc5n3nwyrw6qdr0000gp/T/Payload/testing app.fid'

(The same error is with bagbak, I am not sure if maybe this is a Frida-side issue? )