Add configurable URL hooks

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-06-20 08:12:06 +08:00
parent 58aa9be073
commit baa0f6e7e7
11 changed files with 233 additions and 3 deletions
+2
View File
@@ -8,6 +8,7 @@ CXX := x86_64-w64-mingw32-g++
WINDRES := x86_64-w64-mingw32-windres
INCLUDES := -Isrc -Ideps/minhook/include -Ideps/minhook/src -Ideps/minhook/src/hde
INCLUDES += -Ideps/rapidjson/include
DEFINES := -DNOMINMAX -DWIN32_LEAN_AND_MEAN
CFLAGS := -std=gnu11 $(DEFINES) $(INCLUDES)
CXXFLAGS := -std=gnu++20 -fno-exceptions -fno-rtti $(DEFINES) $(INCLUDES)
@@ -34,6 +35,7 @@ CXX_SRCS := \
src/proxy.cpp \
src/hook.cpp \
src/log.cpp \
src/config.cpp \
src/il2cpp_symbols.cpp
RC_SRCS := src/version.rc