add general text support by @chihya72

This commit is contained in:
chinosk
2026-03-19 17:37:51 +08:00
parent 3ea8efbaa0
commit 3c4b16e03b
2 changed files with 143 additions and 14 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#define LogMinVersion ANDROID_LOG_DEBUG
#define PLUGIN_VERSION "3.1.1"
#define PLUGIN_VERSION "3.2.0"
#define ADD_HOOK(name, addr) \
name##_Addr = reinterpret_cast<name##_Type>(addr); \