hacksysteam / HackSysExtremeVulnerableDriver

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

Ported integer overflow vulnerability module to Linux #31

Closed abhisek closed 5 years ago

abhisek commented 5 years ago

Ported integer overflow vulnerability module from Windows driver to Linux LKM.

Changed unsigned long to unsigned int to guarantee 4 bytes data type irrespective of x86/x86_64 on Linux.