-
Hello.
I am trying to use this script on a non-jailbroken device, with a debuggable app (one built via Xcode). I've installed Frida-tools using the instruction found here. https://frida.re
I am …
Kai2k updated
2 weeks ago
-
example: python3 dump.py com.mojang.minecraftpe, outputs then freezes:
```Start the target app com.mojang.minecraftpe
Dumping Minecraft to /var/folders/nn/0y5tn6k57hz7srh2hvm63hsh0000gn/T
[frida-…
-
[frida-ios-dump]: libswiftCoreGraphics.dylib has been dlopen.
[frida-ios-dump]: libswiftCoreImage.dylib has been dlopen.
[frida-ios-dump]: libswiftDarwin.dylib has been dlopen.
[frida-ios-dump]: li…
-
> /opt/dump/frida-ios-dump/dump.py
> Traceback (most recent call last):
> File "/opt/dump/frida-ios-dump/dump.py", line 9, in
> import frida
> ImportError: No module named frida
Hi I am …
-
![QQ截图20240927224036](https://github.com/user-attachments/assets/06b4d029-ce3a-40ce-ac4e-52636d5bd515)
-
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 to /v…
bensh updated
3 years ago
-
./dump.py com.xxxx
Traceback (most recent call last):
File "./dump.py", line 11, in
import frida
ImportError: No module named frida
✘ ~/Desktop/study/hook/tool/frida-ios-dump master…
-
I am facing this problem after upgrading iPhone 6s to 14.5
On my macbook and jailbroken decive, frida versions are the same: MacBook-Pro frida-ios-dump % frida --version
14.2.17
While trying to…
-
I have a jailbroken iPhone 5S with Sileo, Chimera, and obviously Frida installed on it. On my PC, I can connect manually to my SSH but when using AloneMonkey's frida-ios-dump script, the script connec…
-
On MacOS using Frida 14.1.1 and the master branch of `frida-ios-dump`. I am using a Jailbroken (Checkra1n) iPhone 8 Plus on iOS 13.6.
`python3.9 ./dump.py com.burbn.instagram -o InstagramMod`
`…