Bix3 / DDMA

Disk based DMA for ATA and SCSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDMA

Disk based DMA for ATA and SCSI

Credits

btbd for his disk DMA for ATA disks.

Brief

The repo showcases a c++ interface for using DMA to r/w arbitrary virtual addresses. It can be adapted to hijack type-1 hypervisors like Hyper-V at runtime, and in general circumvent SLAT.

About

Disk based DMA for ATA and SCSI


Languages

Language:C++ 99.2%Language:C 0.8%