> For the complete documentation index, see [llms.txt](https://lightc.gitbook.io/pwn-gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lightc.gitbook.io/pwn-gitbook/kpwn/kpwn-setup/extract-vmlinux.md).

# extract-vmlinux

从 `bzImage` 提取 `vmlinux` 的工具。

```bash
extract-vmlinux ./bzImage > vmlinux
```
