No description
  • C++ 95.5%
  • Batchfile 4.5%
Find a file
2022-11-30 21:17:33 +05:30
ArbitaryPhysRW_RegManipulation_PoC Fixed writing control register 2021-08-18 09:13:51 +05:30
ArbitaryPhysRW_RegManipulation_PoC.sln Add files via upload 2021-08-17 17:32:46 +05:30
LICENSE Initial commit 2021-08-17 17:31:26 +05:30
Load.bat Add files via upload 2021-08-17 17:33:22 +05:30
README.md Update README.md 2022-11-30 21:17:33 +05:30

Arbitrary Physical Memory + Control Register Read Write

So I found this driver in my downloads folder, and decided to give it a look in ida. Turns out this driver is very vulnerable as it provides full physical memory r/w, control register modification, pci read write, allocate + deallocate physical memory and more. I only wrote this PoC in 30 minutes and it has important functions like phys r/w, control register + msr r/w, you can take a look at this driver and abuse it to manual map your own driver and more.