1
0
mirror of synced 2024-11-14 23:07:36 +01:00

Radikal Bikers: Remove unnecessary code

This commit is contained in:
Aaron M 2021-05-03 08:38:13 +12:00
parent f4e9bd0966
commit cd50979c85

View File

@ -243,7 +243,6 @@ static void DebugBreakFunc()
static InitFunction RadikalBikersFunc([]()
{
imageBase = (DWORD)GetModuleHandleA(0);
DWORD kernelbase = (DWORD)GetModuleHandleA("kernelbase.dll");
//Disable Native Handle
injector::MakeNOP(imageBase + 0x28FC, 5);