# 보안 우회 (Defense Evasion)

- [쉘코드 암호화](https://www.xn--hy1b43d247a.com/defense-evasion/shellcode-encryption.md)
- [런타임 다이나믹 링킹 (Run-time Dynamic Linking)](https://www.xn--hy1b43d247a.com/defense-evasion/run-time-dynamic-linking.md)
- [AMSI 우회](https://www.xn--hy1b43d247a.com/defense-evasion/amsi-bypass.md)
- [유저랜드 후킹 - 역사](https://www.xn--hy1b43d247a.com/defense-evasion/userland-hooking-history.md)
- [유저랜드 커널랜드 윈도우API 개념](https://www.xn--hy1b43d247a.com/defense-evasion/ring0-ring3-winapi.md)
- [유저랜드 후킹](https://www.xn--hy1b43d247a.com/defense-evasion/userland-hooking.md)
- [DInvoke - 시스템 콜](https://www.xn--hy1b43d247a.com/defense-evasion/dinvoke-syscall.md)
- [페이로드 크기](https://www.xn--hy1b43d247a.com/defense-evasion/payload-size.md)
- [가변적 C2 프로필](https://www.xn--hy1b43d247a.com/defense-evasion/malleable-c2-profile.md)
- [프로세스 인젝션](https://www.xn--hy1b43d247a.com/defense-evasion/process-injection.md)
- [CreateRemoteThread](https://www.xn--hy1b43d247a.com/defense-evasion/process-injection/createremotethread.md)
- [NtMapViewOfSection](https://www.xn--hy1b43d247a.com/defense-evasion/process-injection/ntmapviewofsection.md)
- [간단 디펜더 우회 - 쉘코드](https://www.xn--hy1b43d247a.com/defense-evasion/simple-defender-bypass.md)
- [간단 디펜더 우회 - C#](https://www.xn--hy1b43d247a.com/defense-evasion/simple-defender-bypass-csharp.md)
- [MSIExec](https://www.xn--hy1b43d247a.com/defense-evasion/msiexec.md)
- [다형성 코드](https://www.xn--hy1b43d247a.com/defense-evasion/polymorphic-code.md): by. @j0eun https://github.com/ChoiSG/kr-redteam-playbook/pull/5


---

# 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://www.xn--hy1b43d247a.com/defense-evasion.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.
