dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.56k stars 277 forks source link

App under the 64 - bit system can not use this tool? #18

Closed Neo01010 closed 7 years ago

Neo01010 commented 7 years ago

python appmon.py -p android -s scripts/Android -a com.xx.account

[ERROR] unable to handle 64-bit processes due to build configuration Traceback (most recent call last): File "appmon.py", line 264, in init_session session = device.attach(app_name) File "/usr/local/lib/python2.7/dist-packages/frida/core.py", line 96, in attach return Session(self._impl.attach(self._pid_of(target))) NotSupportedError: unable to handle 64-bit processes due to build configuration ^CTraceback (most recent call last): File "appmon.py", line 305, in script.unload() NameError: name 'script' is not defined

max01203 commented 7 years ago

Hello, For which system do you speak about? Your desktop or arm64? If it's for arm64 you have to take the proper version of frida-server here

dpnishant commented 7 years ago

Thanks @max01203