From 6b7d57c5631ce73fe19364d027fc9b78e1040447 Mon Sep 17 00:00:00 2001 From: dqzg12300 Date: Sun, 19 Mar 2023 22:06:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E5=85=AD=E7=AB=A0=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapter-06/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-06/README.md b/chapter-06/README.md index 3344be0..af0e8a0 100644 --- a/chapter-06/README.md +++ b/chapter-06/README.md @@ -1465,4 +1465,4 @@ private void handleBindApplication(AppBindData data) { ​ 准备就绪,编译并刷入手机中,安装任意app后,打开时都会弹出消息提示框。 -​ 注入so动态库同样和内置so的步骤没有任何区别,更简单的办法是通过在jar包中直接加载动态库即可,无需另外添加代码。 +​ 注入so动态库同样和内置jar的步骤没有任何区别,直接通过在jar包中加载动态库即可,无需另外添加代码。