예제 #1
0
 public bool EjectDll()
 {
     return(_injectionManager.EjectDll());
 }
예제 #2
0
파일: Injector.cs 프로젝트: ohio813/Bleak
 /// <summary>
 /// Ejects the injected DLL from the specified remote process
 /// </summary>
 public void EjectDll()
 {
     _injectionManager.EjectDll();
 }