headwolf/README.md
2020-09-14 19:10:47 +08:00

118 lines
2.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 align="center">Welcome to headwolf 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-v0.01-blue.svg?cacheSeconds=2592000" />
<a href="w文档" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
</p>
> Scaffolding for agile development based on Xposed and Sekiro (基于Xposed和Sekiro搭建的敏捷开发的脚手架)
> 借鉴于![virjar大佬](https://github.com/virjar)的![Sekiro框架](https://github.com/virjar/sekiro),感谢大佬分享:ok_woman:
### 🏠 [Homepage]()
暂无
### ✨ [Demo]()
暂无
## Features introduction
1. No restart debugging免重启调试
2. Configure the framework by the configuration file由配置文件配置框架
3. High concurrency design高并发设计
## Structure introduction
> 公共类
- **commons**
> 统一日志类
- **Logger**
> 响应线程Task类
- **Response**
> 入口类
- **entry**
> Hook第一层入口包括免重启等功能
- **BaseEntry**
> Hook逻辑入口由第一层入口加载包含具体的Hook逻辑
- **RealEntry**
> 事件处理类
- **handlers**
> 基础处理类
- **BaseHandler**
> 测试类
- **KuaishouHandler**
> 初始化管理类
- **initialization**
> 基础初始化类
- **BaseInit**
> 注册类管理与Sekiro服务端通信
- **Register**
> 工具类
- **utils**
> 类查询助手
- **ClassesReaderAssistant**
> 通信助手
- **CommunicationAssistant**
> 算法助手
- **AlgorithmAssistant**
> 配置文件助手
- **PropertiesAssistant**
- **Config**
## Description
![相关图示说明](https://github.com/lateautumn4lin/diagrams_dir/blob/master/headwolf_flow.png)
## Install
```sh
step1: git clone https://github.com/lateautumn4lin/headwolf
step2: import project into android studio
step3: run the test project E.g kuaishou
```
## Usage
```sh
follow my steps
```
## Run tests
```sh
follow my steps
```
## Author
👤 **lateautumn4lin**
* Website: https://cloudcrawler.club/
* Github: [@lateautumn4lin](https://github.com/lateautumn4lin)
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_