# Windows\_Operating\_System

- [Dll隐藏](https://b0ldfrev.gitbook.io/note/windows_operating_system/dll-yin-cang.md)
- [Dll注入之远程线程注入](https://b0ldfrev.gitbook.io/note/windows_operating_system/dll-zhu-ru-zhi-yuan-cheng-xian-cheng-zhu-ru.md)
- [IAT\_HOOK原理实现](https://b0ldfrev.gitbook.io/note/windows_operating_system/iathook-yuan-li-shi-xian.md)
- [Windows下通用ShellCode原理](https://b0ldfrev.gitbook.io/note/windows_operating_system/windows-xia-tong-yong-shellcode-yuan-li.md)
- [代码注入](https://b0ldfrev.gitbook.io/note/windows_operating_system/dai-ma-zhu-ru.md)
- [inline\_hook框架](https://b0ldfrev.gitbook.io/note/windows_operating_system/inlinehook-kuang-jia.md)
- [32位程序调用64位函数原理](https://b0ldfrev.gitbook.io/note/windows_operating_system/x86_call_x64.md)
- [调试原理](https://b0ldfrev.gitbook.io/note/windows_operating_system/tiao-shi-yuan-li.md)
- [Windows异常处理初探](https://b0ldfrev.gitbook.io/note/windows_operating_system/windows-yi-chang-chu-li-chu-tan.md)
- [Windows\_SEH利用](https://b0ldfrev.gitbook.io/note/windows_operating_system/windowsseh-li-yong.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://b0ldfrev.gitbook.io/note/windows_operating_system.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.
