mu3hook/unity.c: hook Unity plugin DLLs

- Unity loads plugin DLLs and Mono dynamically.

- Ongeki uses Criware for videos so hook the Criware plugin DLL so the
  path hooks load the videos from the hooked paths.
This commit is contained in:
2020-03-13 05:30:18 +00:00
parent 533683e595
commit a1f093a317
4 changed files with 102 additions and 0 deletions

3
mu3hook/unity.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
void unity_hook_init(void);