1
0
forked from gcdsfh/PMDT

try fix windows bug

This commit is contained in:
gcdsfh145
2026-05-03 14:19:19 +08:00
parent 7699ea3535
commit 04a9f351a2
15 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ include $(PREBUILT_STATIC_LIBRARY)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_MODULE := HOOK LOCAL_MODULE := HOOK
LOCAL_SRC_FILES := \ LOCAL_SRC_FILES := \
主程序.cpp \ main.cpp \
imgui/imgui.cpp \ imgui/imgui.cpp \
imgui/imgui_draw.cpp \ imgui/imgui_draw.cpp \
imgui/imgui_tables.cpp \ imgui/imgui_tables.cpp \
+2 -2
View File
@@ -19,8 +19,8 @@ float density=-1;
uintptr_t UE4; uintptr_t UE4;
android_app*g_App=0; android_app*g_App=0;
static char s[64]; static char s[64];
#include "引用.h" #include "refs.h"
#include "菜单.h" #include "menu.h"
EGLBoolean (*orig_eglSwapBuffers)(EGLDisplay dpy, EGLSurface surface); EGLBoolean (*orig_eglSwapBuffers)(EGLDisplay dpy, EGLSurface surface);
EGLBoolean _eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { EGLBoolean _eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) {
eglQuerySurface(dpy, surface, EGL_WIDTH, &glWidth); eglQuerySurface(dpy, surface, EGL_WIDTH, &glWidth);
View File
+10 -10
View File
@@ -34,15 +34,15 @@
#include <chrono> #include <chrono>
#include <iomanip> #include <iomanip>
#include <map> #include <map>
#include "structures/memory/Syscall读写.h" #include "structures/memory/syscall_rw.h"
#include "structures/functions/混淆.cpp" #include "structures/functions/obfuscate.cpp"
#include "structures/functions/Quaternion.hpp" #include "structures/functions/Quaternion.hpp"
#include "structures/functions/普通函数.h" #include "structures/functions/common_funcs.h"
#include "structures/functions/必要函数.h" #include "structures/functions/essential_funcs.h"
#include "structures/data/训练场数据包.h" #include "structures/data/training_data.h"
#include "structures/data/雪地数据包.h" #include "structures/data/vikendi_data.h"
#include "structures/data/海岛数据包.h" #include "structures/data/erangel_data.h"
#include "structures/data/沙漠数据包.h" #include "structures/data/desert_data.h"
#include "structures/data/雨林数据包.h" #include "structures/data/sanhok_data.h"
#include "变量.h" #include "variables.h"
#include "DrawESP.h" #include "DrawESP.h"
@@ -1,5 +1,5 @@
#include "混淆.h" #include "obfuscate.h"
size_t& _lxy_oxor_any_::X() { size_t& _lxy_oxor_any_::X() {
static size_t x = 0; static size_t x = 0;
View File