• Stars
    star
    103
  • Rank 333,046 (Top 7 %)
  • Language
    C++
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Abusing SpeedFan driver ability of physical memory manipulation

SpeedFan-Exploit

Abusing SpeedFan driver ability of physical memory manipulation

With only access to physical memory we are able to find an EPROCESS structure by "bruteforcing" or iterating, if you will, over blocks of memory labeled with a pooltag. Pooltags with "Proc" are possible EPROCESS structures of different processes.

Cred to waryas for supplying Superfetch methods!