hacksysteam / HackSysExtremeVulnerableDriver

HackSys Extreme Vulnerable Driver (HEVD) - Windows & Linux
https://hacksys.io
GNU General Public License v3.0
2.42k stars 525 forks source link

Refactor ULONG to ULONG_PTR #20

Closed hacksysteam closed 2 years ago

hacksysteam commented 7 years ago

Refactor ULONG to ULONG_PTR in HackSys Extreme Vulnerable Driver, so that it supports x64 data types.

hacksysteam commented 7 years ago

Currently only refactored ArbitraryOverwrite and TypeConfusion vulnerabilities. Waiting for inputs from users to check if they want others vulnerabilities to be refactored too.

hacksysteam commented 7 years ago

Refactored UninitializedHeapVariable vulnerability. Checking if someone could test it.