frida / frida-python

Frida Python bindings
Other
766 stars 145 forks source link

No module named 'frida.application' #231

Closed CCint3 closed 1 year ago

CCint3 commented 1 year ago

'frida.application' is imported in examples/child_gating.py! but not found in my frida python.

$ pip list | grep frida
frida              16.0.2
frida-dexdump      1.0.3
frida-tools        12.0.1

$ python --version              
Python 3.8.9 
CCint3 commented 1 year ago

sorry, now 'examples/child_gating.py' change to from frida_tools.application import Reactor in new version!