Update README.md
This commit is contained in:
parent
e7d1879269
commit
e7dbfe4d25
@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
<h1 align="center">Welcome to arida 👋</h1>
|
||||
<p>
|
||||
<a href="https://www.npmjs.com/package/arida" target="_blank">
|
||||
@ -23,6 +25,10 @@ Do By You Self!
|
||||
|
||||
`Python`执行`PyexecJs`通过`Js的AST树`结构获取`Frida-Js`脚本中`rpc.exports`的方法以及对应方法的参数个数,根据方法名和参数个数通过`types.FunctionDef`从`Python AST字节码`来动态生成新的`Function对象`,并且结合`pydantic`的`create_model`自动生成的参数模型注册到`FastAPI的路由系统`中,实现`Frida-RPC`的功能。
|
||||
|
||||
## 工作流程
|
||||
|
||||

|
||||
|
||||
## 核心功能
|
||||
|
||||
1. 管理`JavaScript`文件,具备`APP-文件`的映射关系
|
||||
|
Loading…
Reference in New Issue
Block a user