nobug
nobug
1.the test.exe memload a.dll 2.a.dll compile with memorymodulepp.lib 3.in a.dll dllmain DLL_PROCESS_ATTACH memload b.dll if use test.exe memlod b.dll it's ok! but use test.exe memload a.dll,in a.dll memload b.dll will...
build-android.bat e:/android-ndk-r20 ERROR: e:/android-ndk-r20 is not a valid NDK root
Crash!!!
test.exe a normal exe with not use mmpp i comment this line:// const NTSTATUS Initializer = Initialize(); a.dll build with mmpp static libirary,export loaddll func void loaddll() { Initialize(); mmload("b.dll");...
**Describe the bug** VCPKG install with classic mode. in my project not use any boost lib,and not include any boost header. when build,the compile show error, this project is a...
sol2 3.3.1 vs2022 17.11.1 build with c++ 20 in x86 release mode crash(debug mode is ok...) c++ code: ` try{ //ver1:call module function sol::table self = g_LuaState["abcmod"];//crash here sol::table rv...
`public class OneTransformer implements ClassFileTransformer { public OneTransformer() { } @Override public byte[] transform(ClassLoader loader, String className, Class classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException { if (className == null...