1、修改frida-agent-example/package.json中的build和watch,指向需要编译的文件 2、运行npm run build 编译后生成了_agent.js,使用frida附加,注意要使用--runtime=v8 frida -UF --runtime=v8 -l _agent.js --no-pause 运行后的截图如下
编译编译由一个或多个Node.js模块组成的Frida脚本。例子$ frida-compile agent -o agent.js安装$ npm install frida-compile
调试app时,想要知道它调用了哪些java函数可以使用jnirace-engine。 https://github.com/chame1eon/jnitrace-engine 首先安装,npm install jnitrace-engine 写frida脚本jnitraceuse.js可以直接调用 此脚本需要由frida-compile编译才能执行 全局安装frida-compile: npm install -g frida-compile。如果本地安装...
根据官方编译文档提示: apt-get install build-essential curl git lib32stdc++-9-dev libc6-dev-i386 nodejs npm python3-dev python3-pip 1. 不过这步我好像感觉没啥影响,可能是在上面安装包和配置环境的时候已经处理好了这些环境 4.开始编译 返回到frida目录下执行:make core-android-arm64 如图中最后结果...
Frida agent needs to be compiled at the first time: `npm run build` If you need livereload like webpack, use `npm run watch`. Now open localhost:8080 in browser. ## LICENCE Oops, something went wrong. Retry 0 comments on commit 3034e6a Please sign in to comment. Footer...