AloneMonkey / frida-ios-dump

pull decrypted ipa from jailbreak device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need Gadget to attach on jailed iOS; its default location is: /Users/imac/.cache/frida/gadget-ios.dylib

zhengyipei opened this issue · comments

Start the target app com.xxxxx
need Gadget to attach on jailed iOS; its default location is: /Users/imac/.cache/frida/gadget-ios.dylib

https://github.com/frida/frida/releases/download/14.2.2/frida-gadget-14.2.2-ios-universal.dylib.gz
Download this and perform the following steps. it works fine for me :)

$ gunzip frida-gadget-14.2.2-ios-universal.dylib.gz
$ mkdir -p ~/.cache/frida
$ cp frida-gadget-14.2.2-ios-universal.dylib ~/.cache/frida/gadget-ios.dylib

invocation of 0x10ce18000 crashed at 0x10ce18034: TARGET_EXC_BAD_ACCESS, EXC_BAD_ACCESS, [ 0x1, 0x10 ]

REGISTERS:
x0: 0x000000010ce1c000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000
x8: 0x0000000000000000 x9: 0x0000000000000000 x10: 0x0000000000000000 x11: 0x0000000000000000
x12: 0x0000000000000000 x13: 0x0000000000000000 x14: 0x0000000000000000 x15: 0x0000000000000000
x16: 0x0000000000000000 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000000
x20: 0x0000000000000000 x21: 0x0000000000000000 x22: 0x0000000000000000 x23: 0x0000000000000000
x24: 0x0000000000000020 x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0x0000000000000000
x28: 0x0000000000000000 fp: 0x000000016eeb7a70 lr: 0x0000000000000539 pc: 0x000000010ce18034
sp: 0x000000016eeb7a10

LOCATION:
0x000000010ce18034 0x10ce18034

invocation of 0x10ce18000 crashed at 0x10ce18034: TARGET_EXC_BAD_ACCESS, EXC_BAD_ACCESS, [ 0x1, 0x10 ]

REGISTERS:
x0: 0x000000010ce1c000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000
x8: 0x0000000000000000 x9: 0x0000000000000000 x10: 0x0000000000000000 x11: 0x0000000000000000
x12: 0x0000000000000000 x13: 0x0000000000000000 x14: 0x0000000000000000 x15: 0x0000000000000000
x16: 0x0000000000000000 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000000
x20: 0x0000000000000000 x21: 0x0000000000000000 x22: 0x0000000000000000 x23: 0x0000000000000000
x24: 0x0000000000000020 x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0x0000000000000000
x28: 0x0000000000000000 fp: 0x000000016eeb7a70 lr: 0x0000000000000539 pc: 0x000000010ce18034
sp: 0x000000016eeb7a10

LOCATION:
0x000000010ce18034 0x10ce18034

beware of the version of the gadget-ios.dylib you put in, is the same version of frida you install on your mac (use frida --version to check it out, and use sudo pip install frida='version number' to specify the correct version to install)

facing same issue, Any solution?

frida on Mac and iPhone should be the same version

commented

ever figure how to solve this?