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

Application list is returning null and extraction won't proceed (solution provided) #145

Open
kxynos opened this issue Jan 29, 2021 · 0 comments · May be fixed by #146
Open

Application list is returning null and extraction won't proceed (solution provided) #145

kxynos opened this issue Jan 29, 2021 · 0 comments · May be fixed by #146

Comments

@kxynos
Copy link

kxynos commented Jan 29, 2021

I was getting this error:
Start the target app XXXXX
'unable to launch iOS app: The operation couldn't be completed. Application "" is unknown to FrontBoard.'

I tried the -l and noticed the list was empty (null records returned). Frida (frida-ps -Ua) is showing an empty application list as well.

The solution is to target the process and get the pid that way.

Use frida-ps -U and find the process name, then use device.get_process(target_name) instead.

@kxynos kxynos changed the title Application list is retuning null and extraction won't proceed (solution provided) Application list is returning null and extraction won't proceed (solution provided) May 27, 2021
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

Successfully merging a pull request may close this issue.

1 participant