# Code Guard

- [Introduction](https://docs.cyphor.net/code-guard/introduction.md)
- [Implement with your licensing system](https://docs.cyphor.net/code-guard/implement-with-your-licensing-system.md)
- [Setting up a gateway](https://docs.cyphor.net/code-guard/implement-with-your-licensing-system/setting-up-a-gateway.md)
- [Setting up the SDK](https://docs.cyphor.net/code-guard/implement-with-your-licensing-system/setting-up-the-sdk.md)
- [Secured values](https://docs.cyphor.net/code-guard/secured-values.md)
- [Dynamic values](https://docs.cyphor.net/code-guard/secured-values/dynamic-values.md)
- [Code Encryption](https://docs.cyphor.net/code-guard/secured-values/code-encryption.md)
- [Page 1](https://docs.cyphor.net/code-guard/secured-values/code-encryption/page-1.md)
- [Preventing analysis](https://docs.cyphor.net/code-guard/preventing-analysis.md)
- [Enhanced visibility](https://docs.cyphor.net/code-guard/enhanced-visibility.md)
- [Disabling tracing on production](https://docs.cyphor.net/code-guard/enhanced-visibility/disabling-tracing-on-production.md)
- [Logging external methods](https://docs.cyphor.net/code-guard/enhanced-visibility/logging-external-methods.md)
- [Optimizing Memory Usage](https://docs.cyphor.net/code-guard/enhanced-visibility/optimizing-memory-usage.md)
- [Edge connectivity](https://docs.cyphor.net/code-guard/edge-connectivity.md)
- [Preventing modifications](https://docs.cyphor.net/code-guard/preventing-modifications.md)
- [Preventing assembly load](https://docs.cyphor.net/code-guard/preventing-modifications/preventing-assembly-load.md)
- [Allowing partial tampering](https://docs.cyphor.net/code-guard/preventing-modifications/allowing-partial-tampering.md)
- [Enterprise EDRs and XDRs](https://docs.cyphor.net/code-guard/preventing-modifications/enterprise-edrs-and-xdrs.md)
- [Dynamic Hook protection](https://docs.cyphor.net/code-guard/preventing-modifications/dynamic-hook-protection.md)
- [Thread hijacking](https://docs.cyphor.net/code-guard/preventing-modifications/thread-hijacking.md)
- [Guard Checksums](https://docs.cyphor.net/code-guard/preventing-modifications/guard-checksums.md)
- [DLL Injection](https://docs.cyphor.net/code-guard/preventing-modifications/dll-injection.md)
- [Handling complex RE attacks](https://docs.cyphor.net/code-guard/preventing-modifications/handling-complex-re-attacks.md)
- [Custom payload detection](https://docs.cyphor.net/code-guard/preventing-modifications/handling-complex-re-attacks/custom-payload-detection.md)
- [Granular Integrity Checks](https://docs.cyphor.net/code-guard/granular-integrity-checks.md)
- [Virtualized Environments](https://docs.cyphor.net/code-guard/virtualized-environments.md)
- [Troubleshooting](https://docs.cyphor.net/code-guard/troubleshooting.md)
- [Threat database](https://docs.cyphor.net/code-guard/threat-database.md)
- [Real time alerts](https://docs.cyphor.net/code-guard/real-time-alerts.md)
- [Alert Insights](https://docs.cyphor.net/code-guard/real-time-alerts/alert-insights.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://docs.cyphor.net/code-guard.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.
