🖥️
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

Was this helpful?

  1. DMA Devices
  2. Device List
  3. Raptor DMA

Flashing custom gateware

Flashing the RaptorDMA device with custom gateware via OpenOCD.

Follow the same instructions as the Screamer R02: Flashing custom gateware.

Correcting for Update Port

The RaptorDMA uses a unique update port identifier. In order to use OpenOCD to flash the device over it's update port, you will need to modify the FTDI_VID_PID entry in the OpenOCD CFG file.

ftdi_vid_pid 0x0403 0x6010

Here, we are specifying the USB Device ID for your Update Port.

PreviousBuilding custom gatewareNextRanger DMA (legacy)

Last updated 1 year ago

Was this helpful?