-
Download frida-server and save to
/data/local/tmp
-
Run frida-server on android device
$ ./frida-server -l 0.0.0.0
- Run frida on linux or android
$ frida -H 192.168.195.133 -f com.wmspanel.larix_screencaster -l hook.js
Download frida-server and save to /data/local/tmp
Run frida-server on android device
$ ./frida-server -l 0.0.0.0
$ frida -H 192.168.195.133 -f com.wmspanel.larix_screencaster -l hook.js