AloneMonkey / frida-ios-dump

pull decrypted ipa from jailbreak device
MIT License
3.39k stars 621 forks source link

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

Open kxynos opened 3 years ago

kxynos commented 3 years ago

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

xBiei commented 1 year ago

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

69camau commented 1 year ago

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