# 代码与进程注入

- [Divide and Conquer](https://idiotc4t.com/code-and-dll-process-injection/divide-and-conquer.md)
- [Clipboard Data Deliver](https://idiotc4t.com/code-and-dll-process-injection/clipboard-data-deliver.md)
- [.NET Reflective Injection](https://idiotc4t.com/code-and-dll-process-injection/.net-fan-she-jia-zai.md)
- [APC Thread Hijack](https://idiotc4t.com/code-and-dll-process-injection/apc-thread-hijack.md)
- [CreateRemoteThread](https://idiotc4t.com/code-and-dll-process-injection/createremotethread.md): 经典代码\&dll注入
- [APC Injection](https://idiotc4t.com/code-and-dll-process-injection/apc-injection.md): APC注入
- [Mapping Injection](https://idiotc4t.com/code-and-dll-process-injection/mapping-injection.md): Mapping Injection
- [Bypass Session 0 Injection](https://idiotc4t.com/code-and-dll-process-injection/bypass-session-0-injection.md)
- [WhiteFile Offset Table Generate Shellcode](https://idiotc4t.com/code-and-dll-process-injection/writefile-offset-table-generate-shellcode.md)
- [Early Bird](https://idiotc4t.com/code-and-dll-process-injection/early-bird.md)
- [Early Bird & CreateRemoteThread](https://idiotc4t.com/code-and-dll-process-injection/early-bird-and--createremotethread.md)
- [TLS Code Execute](https://idiotc4t.com/code-and-dll-process-injection/tls-code-execute.md)
- [SEH Code Execute](https://idiotc4t.com/code-and-dll-process-injection/seh-code-execute.md)
- [APC & NtTestAlert Code Execute](https://idiotc4t.com/code-and-dll-process-injection/apc-and-nttestalert-code-execute.md): APC & NtTestAlert代码执行
- [NtCreateSection & NtMapViewOfSection Code Execute](https://idiotc4t.com/code-and-dll-process-injection/untitled.md)
- [Process Hollowing](https://idiotc4t.com/code-and-dll-process-injection/process-hollowing.md): 进程镂空
- [SetContext Hijack Thread](https://idiotc4t.com/code-and-dll-process-injection/setcontext-hijack-thread.md)
- [DLL Hollowing](https://idiotc4t.com/code-and-dll-process-injection/dll-hollowing.md): DLL Hollowing


---

# 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://idiotc4t.com/code-and-dll-process-injection.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.
