ufrisk / MemProcFS

MemProcFS
GNU Affero General Public License v3.0
3k stars 371 forks source link

Hello! Has DMA applied for memory #213

Closed JIUYUE521 closed 1 year ago

JIUYUE521 commented 1 year ago

Which command is requesting memory?

ufrisk commented 1 year ago

it would depend, are you using it via the mounted file system, via the pcileech.exe utility command line or are you using the API? If using the API, which programming language are you targeting?

JIUYUE521 commented 1 year ago

API C++

ufrisk commented 1 year ago

VMMDLL_MemReadEx if doing single calls.

if doing many calls in the same go the more complex ScatterRead functionality may be used.

The example file is a good place to start: https://github.com/ufrisk/MemProcFS/blob/master/vmm_example/vmmdll_example.c

best wishes with your DMA project.