1
0
mirror of synced 2024-11-11 22:07:09 +01:00

call io hooks

This commit is contained in:
Reaver 2018-09-12 15:52:09 +03:00
parent 9f8f8e294f
commit eec04a7983

View File

@ -1,5 +1,6 @@
#include <Windows.h>
#include "libavs-win32.h"
#include "libacio.h"
typedef signed(__stdcall *dll_entry_main)();
typedef signed(__stdcall *dll_entry_init)();
@ -30,6 +31,12 @@ int main(int argc, char* argv[])
init_libavs();
// Add some sleep just in case.
Sleep(1000);
init_libacioHooks();
// Add some sleep just in case.
Sleep(1000);
auto gameBinary = LoadLibraryA(argv[1]);