frida-ios-dump icon indicating copy to clipboard operation
frida-ios-dump copied to clipboard

pull decrypted ipa from jailbreak device

Results 98 frida-ios-dump issues
Sort by recently updated
recently updated
newest added

dump.py WhatsApp,一直timeout was reached。 换一个APP,还是timeout was reached。 这个应该怎么解决?dump.py里的Password,我已经修改了 ![Xnip2019-05-27_10-50-46](https://user-images.githubusercontent.com/13980546/58392612-62ddbb80-806d-11e9-8b51-5ee940b6a7e8.jpg) ![Xnip2019-05-27_10-56-47](https://user-images.githubusercontent.com/13980546/58392769-26f72600-806e-11e9-9998-021c8e424ea2.jpg)

Frida has recently been updated to 14, which has broken this script. It seems to dump certain files, but then freezes ```Start the target app com.uk.co.ee.EEDeviceMOT Dumping EE Device MOT...

执行最后一步输出ipa包以后,用otool -l WeChat | grep crypt检测,输出还是1代表未砸壳

yangpei1@localhost frida-ios-dump % python dump.py zjzwfw.gov.cn -H 192.168.43.90 -p 22 /Users/yangpei1/Library/Python/2.7/lib/python/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in...

不完美越狱,重启后越狱失效,每次dump会直接重启,搞了几次,心态崩了,日志如下:

ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'JiaYunFlower.app/JiaYunFlower' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version." 如题,求更新

There are instances where device.enumerate_applications() returns nothing. It is possible to get the process via just the name and return the pid. Closes #145

Hi, Device: iPhone 6S; Jailbreak: checkra1n; Downloaded: OpenSSH at Cyclia https://github.com/AloneMonkey/frida-ios-dump -l -> works succesfully https://github.com/AloneMonkey/frida-ios-dump [package-name] -> doesn't work, turns error: ``` CryptographyDeprecationWarning: Python 2 is no longer supported...

dump.py 能够跑到最后,并且生成ipa 但是没有脱壳成功 脱壳过程中 一直提示类似 scp 没有权限无法拷贝的错误 scp.SCPException: scp: /var/mobile/Containers/Data/Application/D94339F9-2F5B-430F-AB56-E9475C704F28/Documents/XXXXX.fid: Operation not permitted 这样的错误? 我SSH 登录到iphone上 发现/var/mobile/Containers/Data/ 目录下的内容就已经无法访问了. ls都不行 但是 通过iFunbox 到对应的目录下却能够访问! 不知道有没有人碰到这样的问题?