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

Ported integer overflow vulnerability module to Linux #31

Closed abhisek closed 4 years ago

abhisek commented 4 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.