Code cleaning
This commit is contained in:
parent
681f5fba40
commit
6967cca05c
@ -21834,7 +21834,6 @@ bool InsertSystemNNN2Hook()
|
|||||||
0x03, 0xC5, // add eax,ebp
|
0x03, 0xC5, // add eax,ebp
|
||||||
0x33, 0xDB // xor ebx,ebx
|
0x33, 0xDB // xor ebx,ebx
|
||||||
};
|
};
|
||||||
range = min(processStopAddress - processStartAddress, MAX_REL_ADDR);
|
|
||||||
addr = MemDbg::findBytes(bytes2, sizeof(bytes2), processStartAddress, processStartAddress + range);
|
addr = MemDbg::findBytes(bytes2, sizeof(bytes2), processStartAddress, processStartAddress + range);
|
||||||
if (addr) {
|
if (addr) {
|
||||||
HookParam hp = {};
|
HookParam hp = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user