unity: timezone spoofing fixed, close #27

This commit is contained in:
2024-08-06 11:14:27 +02:00
parent b9204d4765
commit 686d57d3ee
3 changed files with 20 additions and 29 deletions

View File

@ -1,6 +1,8 @@
#include <assert.h>
#include <stdbool.h>
#include "platform/clock.h"
#include "hook/table.h"
#include "hook/procaddr.h"
#include "hook/iohook.h"
@ -140,6 +142,7 @@ static HMODULE WINAPI hook_LoadLibraryW(const wchar_t *name)
path_hook_insert_hooks(result);
reg_hook_insert_hooks(result);
clock_hook_insert_hooks(result);
proc_addr_insert_hooks(result);
// Not needed?