HackSysExtremeVulnerableDriver
HackSysExtremeVulnerableDriver copied to clipboard
Fix the sizeof to avoid casting into 64 bit
Fix the 64 bit type conversion due to sizeof by type casting the output of sizeof to 8 byte
hi @0xDivyanshu-new Thank you for the pull request. Can you make the type casts as ULONG instead of UINT32?
This patch shd avoid the casting for Size + 4 check into 64 bit.