🎮 An open-source game speed modifier.
21 matches across 1 category. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | preferencedialog.h | 21 | #include <windows.h> |
| LOW | preferencedialog.h | 41 | #define CONFIG_HOTKEY_SHIFT3 "Hotkey/Shift3" |
| LOW | mainwindow.h | 21 | #include "config.h" |
| LOW | processmonitor.h | 21 | #include "winutils.h" |
| LOW | speedpatch/speedpatch.cpp | 21 | #include <windows.h> |
| LOW | bridge/main.cpp | 1 | #include "../config.h" |
| LOW | third_party/minhook/CMakeLists.txt | 1 | # MinHook - The Minimalistic API Hooking Library for x64/x86 |
| LOW | third_party/minhook/include/MinHook.h | 101 | |
| LOW | third_party/minhook/include/MinHook.h | 121 | // ppOriginal [out] A pointer to the trampoline function, which will be |
| LOW | third_party/minhook/include/MinHook.h | 141 | MH_STATUS WINAPI MH_CreateHookApiEx( |
| LOW | third_party/minhook/include/MinHook.h | 161 | MH_STATUS WINAPI MH_DisableHook(LPVOID pTarget); |
| LOW | third_party/minhook/src/trampoline.c | 41 | #include "./hde/hde64.h" |
| LOW | third_party/minhook/src/hook.c | 41 | // Initial capacity of the HOOK_ENTRY buffer. |
| LOW | third_party/minhook/src/hde/hde64.h | 21 | */ |
| LOW | third_party/minhook/src/hde/hde64.h | 41 | #define F_PREFIX_REP 0x03000000 |
| LOW | third_party/minhook/src/hde/table64.h | 1 | /* |
| LOW | third_party/minhook/src/hde/table64.h | 21 | #define PRE_F3 0x04 |
| LOW | third_party/minhook/src/hde/hde32.h | 21 | */ |
| LOW | third_party/minhook/src/hde/hde32.h | 41 | #define F_PREFIX_REP 0x03000000 |
| LOW | third_party/minhook/src/hde/table32.h | 1 | /* |
| LOW | third_party/minhook/src/hde/table32.h | 21 | #define PRE_F3 0x04 |