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

Fix the sizeof to avoid casting into 64 bit #59

Open 0xDivyanshu-new opened 8 months ago

0xDivyanshu-new commented 8 months ago

Fix the 64 bit type conversion due to sizeof by type casting the output of sizeof to 8 byte

hacksysteam commented 3 weeks ago

hi @0xDivyanshu-new Thank you for the pull request. Can you make the type casts as ULONG instead of UINT32?