Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to get the task for process #113

Open
xL0b0 opened this issue Feb 13, 2024 · 4 comments
Open

failed to get the task for process #113

xL0b0 opened this issue Feb 13, 2024 · 4 comments

Comments

@xL0b0
Copy link

xL0b0 commented Feb 13, 2024

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.

@noobpk
Copy link
Owner

noobpk commented Feb 15, 2024

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

@xL0b0
Copy link
Author

xL0b0 commented Feb 15, 2024

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
Copy link
Author

xL0b0 commented Feb 15, 2024

I read about this post:

frida/frida#1334

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

@noobpk
Copy link
Owner

noobpk commented Feb 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants