ViRb3 / magisk-frida

🔐 Run frida-server on boot with Magisk, always up-to-date
956 stars 130 forks source link

getRunningAppProcesses error #21

Closed onesecurity closed 2 years ago

onesecurity commented 2 years ago

xxx@xxxMacBook-Pro-2 ~ % frida-ps -U Failed to enumerate processes: cannot read property 'getRunningAppProcesses' of undefined

magisk-frida 15.1.17-1

BryanGIG commented 2 years ago

Faced same issue on Android 12.1 I also try it in Android 12.0 seems to be working fine

ViRb3 commented 2 years ago

Can you reproduce with official Frida? Seems like a problem with Frida to me.

Systemad commented 2 years ago

Try attaching with pid instead adb shell su -c "ps -A | grep youtube" frida -U -l frida.js -p PID

ViRb3 commented 2 years ago

Closing since no response, and also likely an upstream Frida issue.