From b5601a3a4dfb572d946b841d6ad2f9d5f457a69b Mon Sep 17 00:00:00 2001 From: lateautumn4lin Date: Mon, 14 Sep 2020 19:42:22 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 77a40d8..0487eef 100644 --- a/README.md +++ b/README.md @@ -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) **案例演示:** 看看实际演示效果!