add some more error checks to IAT hooker
This commit is contained in:
parent
af861ff2ee
commit
ecc56d4cbc
3 changed files with 40 additions and 28 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <windows.h>
|
||||
|
||||
|
||||
BOOL util_is_bad_read_ptr(void* p);
|
||||
BOOL util_is_minimized(HWND hwnd);
|
||||
BOOL util_is_avx_supported();
|
||||
void util_limit_game_ticks();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue