Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/zh-CN/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

Here are a few examples that you can use to quickly understand.

1. A simple hello world KPM: [hello-world](/kpm-demo/hello)
2. How to do kernel function inline-hook via KPM: [inline-hook](/kpm-demo/inlinehook)
3. How to hook system call via KPM: [syscallhook](/kpm-demo/syscallhook)
1. A simple hello world KPM: [hello-world](/kpms/demo-hello)
2. How to do kernel function inline-hook via KPM: [inline-hook](/kpms/demo-inlinehook)
3. How to hook system call via KPM: [syscallhook](/kpms/demo-syscallhook)

### Working without Kernel source tree

Expand Down