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

Added another way to get the pid if applications list is null #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kxynos
Copy link

@kxynos kxynos commented Jan 29, 2021

There are instances where device.enumerate_applications() returns nothing. It is possible to get the process via just the name and return the pid.

Closes #145

…hing.

There are instances where device.enumerate_applications() returns nothing. It is possible to get the process via just the name.
@xBiei
Copy link

xBiei commented Apr 25, 2023

This fixes Rootless issues (palera1n) when combined with CRYPTEX_MOUNT_PATH=/var/jb on the iDevice side.

@69camau
Copy link

69camau commented Apr 27, 2023

There are instances where device.enumerate_applications() returns nothing. It is possible to get the process via just the name and return the pid.

Closes #145

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 this pull request may close these issues.

Application list is returning null and extraction won't proceed (solution provided)
3 participants