Skip to content

AdvDebug/HEVDExploits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEVD Exploits

image

This repo contains some HackSys Extreme Vulnerable Driver (HEVD) exploits that I wrote for fun and learning.

tested on Windows 7 x64 and Windows 10 x64 (you will have to use with bypass_smep argument) VM

Exploits so far

  • [+] Stack-based buffer overflow
  • [+] Null-pointer dereference
  • [+] Type-confusion
  • [+] Uninitialized stack variable (stack spraying)

I'll be adding more over time, so check back if you're interested.

About HEVD

HEVD is a vulnerable Windows driver used to practice kernel exploitation techniques. You can check it out here: HEVD on GitHub

Note: Only run this on a safe, test environment such as a VM. Don't try it on your own system.