diff --git a/README.md b/README.md index a495a673..b6b4251b 100644 --- a/README.md +++ b/README.md @@ -706,7 +706,7 @@ public class InitCollect2 { - AndroidAOP 这个库顾名思义就不是 Hook 库,它是致力于打造 AOP 思想的库,所以它只能 Hook 安装包以内的代码 -#### 混淆规则 +#### [关于混淆](https://github.com/FlyJingFish/AndroidAOP/wiki/%E5%85%B3%E4%BA%8E%E6%B7%B7%E6%B7%86) > 此资源库自带[混淆规则](https://github.com/FlyJingFish/AndroidAOP/blob/master/android-aop-core/proguard-rules.pro),并且会自动导入,正常情况下无需手动导入。 diff --git a/README_EN.md b/README_EN.md index 3866a86c..6ba664d8 100644 --- a/README_EN.md +++ b/README_EN.md @@ -648,7 +648,7 @@ public class InitCollect2 { - When there is an asynchronous call [proceed](https://github.com/FlyJingFish/AndroidAOP/wiki/ProceedJoinPoint), the first asynchronous call [proceed](https://github.com/FlyJingFish/AndroidAOP/wiki/ProceedJoinPoint) ) The return value of the aspect (that is, the return value of invoke) is the return value of the cut-in method; -#### Obfuscation rules +#### [Obfuscation rules](https://github.com/FlyJingFish/AndroidAOP/wiki/%E5%85%B3%E4%BA%8E%E6%B7%B7%E6%B7%86) > The library comes with `proguard-rules.pro` rules and is automatically imported. Normally no manual import is required. > You can also go here to view [proguard-rules](https://github.com/FlyJingFish/AndroidAOP/blob/master/android-aop-core/proguard-rules.pro)