AloneMonkey / frida-ios-dump

pull decrypted ipa from jailbreak device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

process with pid 1019 either refused to load frida-agent, or terminated during injection

kpratik9 opened this issue · comments

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 download an app, following error occurs:

MacBook-Pro frida-ios-dump % python3 dump.py com.application.in
Start the target app com.application.in
process with pid 1019 either refused to load frida-agent, or terminated during injection

Also know that I have installed "Frida" package in Cydia as "Frida for Pre A12 devices" not available.

Before 14.5 upgrade things were working fine but after an upgrade to the latest iOS version this error is occurring.

Please provide us all with the solution as soon as possible.

I'm running into the same issue but I believe it is an issue with Frida specifically, tracked here: frida/frida#1719