🖥️
DMA Cheating
  • Cheating with DMA Devices
  • DMA Devices
    • Device List
      • Screamer PCIe USB-C (R04)
        • Building custom gateware
        • Flashing custom gateware
      • Raptor DMA
        • Building custom gateware
        • Flashing custom gateware
      • Ranger DMA (legacy)
        • Building custom gateware
        • Flashing custom gateware
      • CaptainDMA 75T
        • Building custom gateware
        • Flashing custom gateware
      • ZDMA Thunderbolt
        • Building custom gateware
        • Flashing custom gateware
    • Usage
    • Limitations
  • Anticheat Evasion
    • Detection Vectors
    • Device Spoofing
    • Clearing Device History
    • Advanced Evasion
  • DMA Development
    • MemProcFS Library
    • Using VMMDLL
    • Windows Kernel
  • Other Resources
    • PCILeech
    • LeechCore
    • PCILeech-FPGA
    • MemProcFS
    • MemStream
Powered by GitBook
On this page
  • Device Emulation
  • Custom Configuration Spaces w/ Xilinx Devices

Was this helpful?

  1. Anticheat Evasion

Advanced Evasion

information on advanced evasion techniques that may be possible.

PreviousClearing Device HistoryNextMemProcFS Library

Last updated 3 years ago

Was this helpful?

Device Emulation

When spoofing a hardmless PCI device, it is possible that a DMA device could emulate the PCI device in question. With this, the Windows driver for interacting with the spoofed device would be tricked into working as intended, where all actions to the device would be emulated by the attacker and responded to in an accurate manner.

Custom Configuration Spaces w/ Xilinx Devices

As outlined by Ulf Frisk in the . It is possible to partially override the configuration space of Xilinx PCIe devices. This would allow us to spoof as much of the config space as possible of the harmless PCI device.

Anticheats, as well, can create patterns within the configuration space that would trigger bans. By customizing our configuration space, we can avoid these detections provided a pattern doesn't identify the Xilinx IP.

pcileech-fpga repository