fix for last commit
This commit is contained in:
parent
3e23b7e539
commit
78d4dd2821
1 changed files with 0 additions and 6 deletions
|
@ -190,12 +190,6 @@ void hook_patch_obfuscated_iat_list(HMODULE hmod, BOOL unhook, HOOKLIST* hooks)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (first_thunk->u1.Function == (DWORD)hooks[i].data[x].new_function)
|
|
||||||
{
|
|
||||||
/* module already hooked -> return */
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (first_thunk->u1.Function == org_function)
|
if (first_thunk->u1.Function == org_function)
|
||||||
{
|
{
|
||||||
DWORD op;
|
DWORD op;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue