# Process Injection and Similar Topics

- [Shellcode Execution via EnumSystemLocalA](https://blog.securehat.co.uk/process-injection/shellcode-execution-via-enumsystemlocala.md): This post covers a shellcode execution technique that leverages the UuidFromStringA and EnumSystemLocalA APIs to load and execute shellcode
- [Manually Implementing Inline Function Hooking](https://blog.securehat.co.uk/process-injection/manually-implementing-inline-function-hooking.md): This post covers the general process of implementing a simple inline function hook for an x86 Win32 API.
- [Detecting Process Injection using Microsoft Detour Hooks](https://blog.securehat.co.uk/process-injection/detecting-process-injection-using-microsoft-detour-hooks.md): This blog post discusses using Microsoft Detours to add hooks for common APIs in an attempt to detect and prevent process injection.


---

# 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://blog.securehat.co.uk/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.
