# 三、分类专题篇

* Pwn
  * [3.1.1 格式化字符串漏洞](/ctf-all-in-one/3_topics/pwn/3.1.1_format_string.md)
  * [3.1.2 整数溢出](/ctf-all-in-one/3_topics/pwn/3.1.2_integer_overflow.md)
  * [3.1.3 栈溢出](/ctf-all-in-one/3_topics/pwn/3.1.3_stack_overflow.md)
  * [3.1.4 返回导向编程（ROP）（x86）](/ctf-all-in-one/3_topics/pwn/3.1.4_rop_x86.md)
  * [3.1.5 返回导向编程（ROP）（ARM）](/ctf-all-in-one/3_topics/pwn/3.1.5_rop_arm.md)
  * [3.1.6 Linux 堆利用（一）](/ctf-all-in-one/3_topics/pwn/3.1.6_heap_exploit_1.md)
  * [3.1.7 Linux 堆利用（二）](/ctf-all-in-one/3_topics/pwn/3.1.7_heap_exploit_2.md)
  * [3.1.8 Linux 堆利用（三）](/ctf-all-in-one/3_topics/pwn/3.1.8_heap_exploit_3.md)
  * [3.1.9 Linux 堆利用（四）](/ctf-all-in-one/3_topics/pwn/3.1.9_heap_exploit_4.md)
  * [3.1.10 内核 ROP](/ctf-all-in-one/3_topics/pwn/3.1.10_kernel_rop.md)
  * [3.1.11 Linux 内核漏洞利用](/ctf-all-in-one/3_topics/pwn/3.1.11_linux_kernel_exploit.md)
  * [3.1.12 Windows 内核漏洞利用](/ctf-all-in-one/3_topics/pwn/3.1.12_windows_kernel_exploit.md)
  * [3.1.13 竞争条件](/ctf-all-in-one/3_topics/pwn/3.1.13_race_condition.md)
  * [3.1.14 虚拟机逃逸](/ctf-all-in-one/3_topics/pwn/3.1.14_vm_escape.md)
* Reverse
  * [3.2.1 patch 二进制文件](/ctf-all-in-one/3_topics/reverse/3.2.1_patch_binary.md)
  * [3.2.2 脱壳技术（PE）](/ctf-all-in-one/3_topics/reverse/3.2.2_pe_unpack.md)
  * [3.2.3 脱壳技术(ELF)](/ctf-all-in-one/3_topics/reverse/3.2.3_elf_unpack.md)
  * [3.2.4 反调试技术（PE）](/ctf-all-in-one/3_topics/reverse/3.2.4_pe_anti_debugging.md)
  * [3.2.5 反调试技术（ELF）](/ctf-all-in-one/3_topics/reverse/3.2.5_elf_anti_debugging.md)
  * [3.2.6 指令混淆](/ctf-all-in-one/3_topics/reverse/3.2.6_instruction_confusion.md)
* Web
  * [3.3.1 SQL 注入利用](/ctf-all-in-one/3_topics/web/3.3.1_sql_injection.md)
  * [3.3.2 XSS 漏洞利用](/ctf-all-in-one/3_topics/web/3.3.2_xss.md)
* Crypto
* Misc
* Mobile


---

# 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.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.
