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 8bde573bdd
commit 20d5d480fb
4 changed files with 102 additions and 0 deletions

View File

@ -24,5 +24,7 @@ shared_library(
'dllmain.c',
'io4.c',
'io4.h',
'unity.h',
'unity.c',
],
)