This commit is contained in:
2022-02-07 02:19:33 +08:00
parent b5c8a2b9ff
commit 7f2f836078

View File

@@ -16,10 +16,10 @@
# 它能做什么
- <strong>模块开发</strong><br/>
- <strong>Xposed 模块开发</strong><br/>
自动构建程序可以帮你快速创建一个 Xposed 模块,完全省去配置入口类和 xposed_init 文件<br/>
- <strong>轻量优雅</strong><br/>
拥有一套强大、优雅和人性的 Kotlin lambda Hook API可以帮你快速实现 Method、Constructor、Field 的查找以及 Hook<br/>
拥有一套强大、优雅和人性的 Kotlin Lambda Hook API可以帮你快速实现 Method、Constructor、Field 的查找以及 Hook<br/>
- <strong>高效调试</strong><br/>
拥有丰富的调试日志功能,细到每个 Hook 方法的名称、所在类以及查找耗时,可进行快速调试和排错<br/>
- <strong>方便移植</strong><br/>