Skip to content

Commit

Permalink
Changed EnumProcesses from kernel32 to kernelbase (where it really is…
Browse files Browse the repository at this point in the history
…, called from psapi.dll)
  • Loading branch information
RazviOverflow committed May 2, 2024
1 parent 23b59a6 commit 6f80d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ hook_t full_hooks[] = {
HOOK(kernel32, GetEnvironmentStrings),
HOOK(kernel32, ExpandEnvironmentStringsA),
HOOK(kernel32, ExpandEnvironmentStringsW),
HOOK(kernel32, EnumProcesses),
HOOK(kernelbase, EnumProcesses),
HOOK(kernel32, K32EnumProcesses),
};

Expand Down

0 comments on commit 6f80d1e

Please sign in to comment.