From 3659494c18a6158ecb053c7e44a9613ecb132276 Mon Sep 17 00:00:00 2001 From: Will Xyen Date: Mon, 13 Jan 2020 21:21:43 -0500 Subject: [PATCH] misc: touchup some comments --- src/main/iidxhook8/dllmain.c | 4 ++-- src/main/sdvxhook2-cn/dllmain.c | 2 +- src/main/sdvxhook2-cn/unis-version.h | 8 ++++++++ src/main/sdvxhook2/dllmain.c | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) 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) {