- git clone https://github.com/oleavr/frida-agent-example.git
- cd frida-agent-example/
- npm install
- 使用VSCode等IDE打开此工程,在agent下编写typescript,会有智能提示。
- npm run watch会监控代码修改自动编译生成js文件
- frida -U -f com.example.android --no-pause -l _agent.js
内容来源 :r0ysue
git clone https://github.com/oleavr/frida-agent-example.gitcd frida-agent-example/npm install使用VSCode等IDE打开此工程,在agent下编写typescript,会有智能提示。npm run watch会监控代码修改自动编译生成js文件frida -U -f com.example.a...
内容来源 :r0ysue
更多推荐
所有评论(0)