I got this message when i tried to open it through administrator! You cannot start this application because MSVCR120.DLL is missing from your computer!
I got this message when i tried to open it through administrator! You cannot start this application because MSVCR120.DLL is missing from your computer!
Install Microsoft's Visual C++ Redistributable Package for Visual Studio 2013
lol... LoadLibrary/Ex causes the same effect, and for assembly injection i think you just call createremotethread/loadlibrary, so all of them goes to the same effect. You rather should put Manual Mapping in, because that's undetected, or some scramble options, which hides the DLL from PEB, TEB etc., so xtrap/crossfire can't find not whitelisted dlls. Just a tip but anyways good work.