# Pwn

- [3.1.1 格式化字符串漏洞](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.1_format_string.md)
- [3.1.2 整数溢出](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.2_integer_overflow.md)
- [3.1.3 栈溢出](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.3_stack_overflow.md)
- [3.1.4 返回导向编程（ROP）（x86）](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.4_rop_x86.md)
- [3.1.5 返回导向编程（ROP）（ARM）](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.5_rop_arm.md)
- [3.1.6 Linux 堆利用（一）](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.6_heap_exploit_1.md)
- [3.1.7 Linux 堆利用（二）](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.7_heap_exploit_2.md)
- [3.1.8 Linux 堆利用（三）](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.8_heap_exploit_3.md)
- [3.1.9 Linux 堆利用（四）](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.9_heap_exploit_4.md)
- [3.1.10 内核 ROP](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.10_kernel_rop.md)
- [3.1.11 Linux 内核漏洞利用](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.11_linux_kernel_exploit.md)
- [3.1.12 Windows 内核漏洞利用](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.12_windows_kernel_exploit.md)
- [3.1.13 竞争条件](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.13_race_condition.md)
- [3.1.14 虚拟机逃逸](https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn/3.1.14_vm_escape.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://firmianay.gitbook.io/ctf-all-in-one/3_topics/pwn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
