From c737a672290c5244228f47f74ebf285831008c6c Mon Sep 17 00:00:00 2001 From: baaad Date: Sun, 23 Aug 2026 13:42:41 +0800 Subject: [PATCH] docs: fix zygisk_next_api.h path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 349ba1f..8c476af 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ path=/apex/com.android.adbd/bin/adbd libmodule.so ### 模块 API (草案) -Zygisk Next 模块 API 目前仍在设计当中,具体内容请参见 [zygisk_next_api.h](module/src/main/cpp/zygisk_next_api.h) 。 +Zygisk Next 模块 API 目前仍在设计当中,具体内容请参见 [zygisk_next_api.h](native/zygisk_next_api.h) 。 当前 API 版本为 1 ,提供 plt hook 和 inline hook 能力。 @@ -129,7 +129,7 @@ You can use the command `zygisk-ctl dump-zn -sa` to observe the service processe ### Module API (Draft) -The Zygisk Next module API is still under design. For specific details, please refer to [zygisk_next_api.h](module/src/main/cpp/zygisk_next_api.h). +The Zygisk Next module API is still under design. For specific details, please refer to [zygisk_next_api.h](native/zygisk_next_api.h). The current API version is 1, providing the ability for PLT hook and inline hook.