ufrisk / MemProcFS

MemProcFS
GNU Affero General Public License v3.0
2.81k stars 352 forks source link

Read Key Press Status #221

Closed TiAmo7 closed 9 months ago

TiAmo7 commented 9 months ago

I want to read the key press status of the user through DMA. What should I do? is there an example?

ufrisk commented 9 months ago

A lot of people are reading key presses from win32k gafAsyncKeyState. The implementation differs between Win11 22H2+ as compared to earlier versions of Windows. So there is basically two ways of doing it.

I don't have an example though. But google a bit and check out/ask on the unknowncheats forum and you'll probably get a better answer than I'm able to give.

Best wishes with your DMA attacks :)