Update README.md

This commit is contained in:
lateautumn4lin 2020-09-14 19:42:22 +08:00 committed by GitHub
parent 3ea2caa94a
commit b5601a3a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,14 +94,20 @@ step3: run the test project E.g kuaishou
**step1** 在源码中加入hook app的包名由于技术lj没有能够实现自动加载配置文件、后续实现
>路径com.lateautumn4lin.headwolf.entry.BaseEntry
![step1](https://github.com/lateautumn4lin/headwolf/blob/master/sources/step1.png)
**step2** 在配置文件中配置相应hook项目的信息包括包名和主页activity以便于后续打开app时hook到主页activity向sekiro服务端注册
>路径assets.config
![step2](https://github.com/lateautumn4lin/headwolf/blob/master/sources/step2.png)
**step3** 开发对应hook app的handlers参考现有的快手的handler模块
>路径com.lateautumn4lin.headwolf.handlers下新建
![step3](https://github.com/lateautumn4lin/headwolf/blob/master/sources/step3.png)
**案例演示:** 看看实际演示效果!