Remove C++ dll from disk after FreeLibrary

后端 未结 0 1240
刺人心
刺人心 2020-12-11 11:13

I have very simple exe and dll just to test. Here is the code in exe process:

auto lib = ::LoadLibrary("CppDll.dll");
auto bar = (Bar)::GetProcAddre         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题