Open luom opened 3 years ago
Thanks for the report on this!
I generally don't have a ton of bandwidth to look into issues like this, but I'll try to find some time to dig in.
Maybe the problem is CRT initialization
@monoxgas You can check this project bb107/MemoryModulePP, which supports exception handling
this is my code dllmain.cpp
template.h
Natice Loader.cpp
when i remote inject via ProcessHacker work ok,but i use Native.exe load this dll is crash. when i change
static test<string>* t = new test<string>();
totest<string>* t = new test<string>();
in dllmain.cpp both work ok the ptr always is NULL when i use staticthis is result ProcessHacker:
Native.exe Loader: