diff --git a/src/main/iidxhook8/dllmain.c b/src/main/iidxhook8/dllmain.c index 95a63f3..862609c 100644 --- a/src/main/iidxhook8/dllmain.c +++ b/src/main/iidxhook8/dllmain.c @@ -37,7 +37,7 @@ #include "util/thread.h" #define IIDXHOOK8_INFO_HEADER \ - "iidxhook for Cannon Ballers" \ + "iidxhook for Cannon Ballers/Rootage" \ ", build " __DATE__ " " __TIME__ ", gitrev " STRINGIFY(GITREV) "\n" #define IIDXHOOK8_CMD_USAGE \ "Usage: launcher.exe -K iidxhook8.dll [options...]" @@ -203,7 +203,7 @@ static bool my_dll_entry_main(void) } /** - * Hook library Resort Anthem onwards + * Hook library CB/Rootage */ BOOL WINAPI DllMain(HMODULE mod, DWORD reason, void *ctx) { diff --git a/src/main/sdvxhook2-cn/dllmain.c b/src/main/sdvxhook2-cn/dllmain.c index bd389e6..63e5962 100644 --- a/src/main/sdvxhook2-cn/dllmain.c +++ b/src/main/sdvxhook2-cn/dllmain.c @@ -129,7 +129,7 @@ static bool my_dll_entry_main(void) } /** - * Hook library Resort Anthem onwards + * Hook library SDVX5 CN */ BOOL WINAPI DllMain(HMODULE mod, DWORD reason, void *ctx) { diff --git a/src/main/sdvxhook2-cn/unis-version.h b/src/main/sdvxhook2-cn/unis-version.h index be3cdde..1cd7e4d 100644 --- a/src/main/sdvxhook2-cn/unis-version.h +++ b/src/main/sdvxhook2-cn/unis-version.h @@ -1,6 +1,14 @@ #ifndef SDVXHOOK2_5_UNIS_VERSION_H #define SDVXHOOK2_5_UNIS_VERSION_H +/** + * Hooks UNIS support functions + * + * patches: + * - unis config path + * - unis network functions + * + */ void unis_version_hook_init(const char* unis_path); #endif diff --git a/src/main/sdvxhook2/dllmain.c b/src/main/sdvxhook2/dllmain.c index 87ad809..abb36d7 100644 --- a/src/main/sdvxhook2/dllmain.c +++ b/src/main/sdvxhook2/dllmain.c @@ -158,7 +158,7 @@ static bool my_dll_entry_main(void) } /** - * Hook library Resort Anthem onwards + * Hook library SDVX5+ */ BOOL WINAPI DllMain(HMODULE mod, DWORD reason, void *ctx) {