> For the complete documentation index, see [llms.txt](https://sul.skill.or.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sul.skill.or.kr/android-security-test.md).

# Android Security Test

- [AddressSanitizer](https://sul.skill.or.kr/android-security-test/addresssanitizer.md): Android 사이트 참고
- [Arm Memory Tagging Extension(MTE)](https://sul.skill.or.kr/android-security-test/arm-memory-tagging-extension-mte.md): Android 사이트 참고
- [BoundsSanitizer](https://sul.skill.or.kr/android-security-test/boundssanitizer.md): Android 사이트 참고
- [ControlFlowIntegrity(CFI)](https://sul.skill.or.kr/android-security-test/controlflowintegrity-cfi.md): Android 사이트 참고
- [AArch64 바이너리용 실행 전용 메모리(XOM)](https://sul.skill.or.kr/android-security-test/aarch64-xom.md): Android 사이트 참고
- [libFuzzer를 통한 퍼징](https://sul.skill.or.kr/android-security-test/libfuzzer.md): Android 사이트 참고
- [GWP-ASan 및 KFENCE](https://sul.skill.or.kr/android-security-test/gwp-asan-kfence.md): Android 사이트 참고
- [HWAddressSanitizer](https://sul.skill.or.kr/android-security-test/hwaddresssanitizer.md): Android 사이트 참고
- [정수 오버플로 제거](https://sul.skill.or.kr/android-security-test/undefined.md): Android 사이트 참고
- [커널 제어 흐름 무결성](https://sul.skill.or.kr/android-security-test/undefined-1.md): Android 사이트 참고
- [LLVM 새니타이저](https://sul.skill.or.kr/android-security-test/llvm.md): Android 사이트 참고
- [메모리 안전](https://sul.skill.or.kr/android-security-test/undefined-2.md): Android 사이트 참고
- [HWASan, ASan, KASAN](https://sul.skill.or.kr/android-security-test/undefined-2/hwasan-asan-kasan.md): Android 사이트 참고
- [HWASan 보고서 이해하기](https://sul.skill.or.kr/android-security-test/undefined-2/hwasan.md): Android 사이트 참고
- [Android 보안 테스트 모음 개발 키트(STS SDK)](https://sul.skill.or.kr/android-security-test/android-sts-sdk.md): Android 사이트 참고
- [Scudo](https://sul.skill.or.kr/android-security-test/scudo.md): Android 사이트 참고
- [ShadowCallStack](https://sul.skill.or.kr/android-security-test/shadowcallstack.md): Android 사이트 참고
- [태그가 지정된 포인터](https://sul.skill.or.kr/android-security-test/undefined-3.md): Android 사이트 참고
- [0으로 초기화된 메모리](https://sul.skill.or.kr/android-security-test/0.md): Android 사이트 참고


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://sul.skill.or.kr/android-security-test.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.
