Skip to content

Latest commit

 

History

History
17 lines (6 loc) · 353 Bytes

README.md

File metadata and controls

17 lines (6 loc) · 353 Bytes

easyXposed

快速上手开发Xposed模块。

使用

  1. 复制./app/src/main/assets/config.example.propertiesconfig.properties,在此自定义配置
  2. 更改com.metmit.xp.RegisterclassArrayList属性值,增加要hook的包的入口类
  3. 添加对应的hook入口类,实现com.metmit.xp.constraint.Register接口