AloneMonkey / frida-ios-dump

pull decrypted ipa from jailbreak device
MIT License
3.42k stars 625 forks source link

Unable to dump IPA file #111

Open Oh-Py-God opened 4 years ago

Oh-Py-God commented 4 years ago

Application listing works fine. Dumping doesn't. SSH is working fine. iPhone is rooted. (iOS version 10.0.1) At every step, I'm getting an error such as (Xender iOS application):

0.00B [00:00, ?B/s]chmod: cannot access '/tmp/Payload/ExMessager.fid': No such file or directory
Command '('chmod', '655', '/tmp/Payload/ExMessager.fid')' returned non-zero exit status 1.
...
[Errno 2] No such file or directory: '/tmp/Payload/ExMessager.fid'

Please help.

WCMYCML commented 4 years ago

i have same problem, are you resolve?

WCMYCML commented 4 years ago

Application listing works fine. Dumping doesn't. SSH is working fine. iPhone is rooted. (iOS version 10.0.1) At every step, I'm getting an error such as (Xender iOS application):

0.00B [00:00, ?B/s]chmod: cannot access '/tmp/Payload/ExMessager.fid': No such file or directory
Command '('chmod', '655', '/tmp/Payload/ExMessager.fid')' returned non-zero exit status 1.
...
[Errno 2] No such file or directory: '/tmp/Payload/ExMessager.fid'

Please help. 我解决了,重新装了下openssh就可以

Oh-Py-God commented 4 years ago

Nope. Still looking for a solution.