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

failed to get the task for process

Open xL0b0 opened this issue 1 year ago • 4 comments

When I'm trying to dump an app, I am getting following log:

[13-02-24 13:30:54] [INFO] - [] Iproxy process for port 2222 is alive. [13-02-24 13:30:54] [INFO] - [] Dumping... [13-02-24 13:30:54] [INFO] - Connected (version 2.0, client OpenSSH_9.2) [13-02-24 13:30:55] [INFO] - Authentication (password) successful! [13-02-24 13:30:55] [INFO] - Start the target app ... failed to get the task for process 1507

I installed latest Frida and am jailbroken with palera1n on iOS 16.7, iPhone X.

Any idea what the issue might be?

Frida itself seems to work, like all test commands went through smoothly.

After executing the command once, the app is stuck and I have to restart the device to use it again.

xL0b0 avatar Feb 13 '24 12:02 xL0b0

You can try using -n option (attach mode) and launch the app at the same time as running the command.

noobpk avatar Feb 15 '24 04:02 noobpk

You can try using -n option (attach mode) and launch the app at the same time as running the command.

When I run /ioshook -n 'App Store' --dump-memory --string

I just get: unable to attach to the specified process

I also opened app manually

xL0b0 avatar Feb 15 '24 08:02 xL0b0

I read about this post:

https://github.com/frida/frida/issues/1334

But the problem is that there's only that one Frida version and not a "Pre A12" for me on the Frida Repo

xL0b0 avatar Feb 15 '24 09:02 xL0b0

Are you try -n option with another script like bypass jailbreak, . .

noobpk avatar Feb 15 '24 09:02 noobpk