phenge
phenge
ExeFromMemory works fine on amd64. but ExeFromMemory returned error methodInfo.Invoke_3 returned 0x80131531 on x86 arch
DLL using OpenSSL library, there will be problems when loading
I compiled the 32-bit ExeFromMemeoy example program, and replaced RtlCopyMemory in clr.CreateSafeArray with a 32-bit function, but the appDomain.Load_3 method returns: The specified module could not be found.
the DLL that uses the Open SSL library cannot be loaded from memory. Is this a bug?