add timestamp to logs
This commit is contained in:
parent
892494718a
commit
9a308dcf1b
4 changed files with 28 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
HMODULE WINAPI util_enumerate_modules(_In_opt_ HMODULE hModuleLast);
|
||||
void util_pull_messages();
|
||||
DWORD util_get_timestamp(HMODULE mod);
|
||||
FARPROC util_get_iat_proc(HMODULE mod, char* module_name, char* function_name);
|
||||
BOOL util_caller_is_ddraw_wrapper(void* return_address);
|
||||
BOOL util_is_bad_read_ptr(void* p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue