Radikal Bikers: Remove unnecessary code
This commit is contained in:
parent
f4e9bd0966
commit
cd50979c85
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user