add crc32 to logs
This commit is contained in:
parent
9fb97bf1ca
commit
db9cfb8e29
3 changed files with 33 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
HMODULE WINAPI util_enumerate_modules(_In_opt_ HMODULE hModuleLast);
|
||||
void util_pull_messages();
|
||||
unsigned long util_get_crc32(char* filename);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue