# Anticheat Evasion

- [Detection Vectors](https://dma.lystic.dev/anticheat-evasion/detection-vectors.md): Information on how Anticheats can detect DMA cheats and devices.
- [Device Spoofing](https://dma.lystic.dev/anticheat-evasion/pci-configuration-space.md): Information on customizing the PCI Configuration space to spoof device IDs.
- [Clearing Device History](https://dma.lystic.dev/anticheat-evasion/clearing-device-history.md): information on how to clear device history from Windows machines
- [Advanced Evasion](https://dma.lystic.dev/anticheat-evasion/advanced-evasion.md): information on advanced evasion techniques that may be possible.


---

# 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://dma.lystic.dev/anticheat-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.
