frida-onload:Frida 模块在 android 上挂钩模块初始化

时间:2021-05-30 10:24:46
【文件属性】:
文件名称:frida-onload:Frida 模块在 android 上挂钩模块初始化
文件大小:8KB
文件格式:ZIP
更新时间:2021-05-30 10:24:46
TypeScript 弗里达加载中 在模块初始化时获取回调的 frida 模块。 目前仅适用于安卓 安装 git clone https://github.com/iGio90/frida-onload.git npm install npm link 试试看 cd example npm link frida-onload npm install npm run watch # make your edits to index.ts # inject the agent (quick att.py) 示例代码 import { OnLoadInterceptor } from "frida-onload" ; OnLoadInterceptor . attach ( ( modulePath : string , base : NativePointer ) => { console . lo
【文件预览】:
frida-onload-master
----.gitignore(68B)
----package.json(1KB)
----LICENSE.md(1KB)
----tsconfig.json(235B)
----README.md(2KB)
----example()
--------.babelrc(208B)
--------package.json(681B)
--------LICENSE.md(690B)
--------att.py(1KB)
--------tsconfig.json(166B)
--------README.md(137B)
--------agent()
----lib()
--------index.ts(6KB)

网友评论