h33p / vmread

A library to read/write memory to Windows on KVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what's MODE_DMA for?

mylylyl opened this issue · comments

commented

What's MODE_DMA for? I'm not seeing it used in anywhere besides line#127 in wintools.c

commented

It was meant for supporting hardware based methods of reading memory (primarily ignoring KFIX values, since those would be irrelevant in DMA), but so far no such support is built-in, thus this mode remains unused, apart from that particular check to ignore re-running with modified KFIX value.