My process crashes before main, on boost code: myexe.exe!boost::`anonymous namespace'::run_thread_exit_callbacks() + 0xe6 bytes C++
The process written in c++ native for windows
The only strange thing I noticed , that my exe load dll that is not mine: datamngr.dll(version 1.0.0.1)
I'am sure that this is a malisiouse dll , that is injected to me through appinit. Is there any idea why it could crash me on boost code ?
B.R. Roman