1
0
mirror of synced 2024-11-15 07:17:35 +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([]() static InitFunction RadikalBikersFunc([]()
{ {
imageBase = (DWORD)GetModuleHandleA(0); imageBase = (DWORD)GetModuleHandleA(0);
DWORD kernelbase = (DWORD)GetModuleHandleA("kernelbase.dll");
//Disable Native Handle //Disable Native Handle
injector::MakeNOP(imageBase + 0x28FC, 5); injector::MakeNOP(imageBase + 0x28FC, 5);