diff --git a/Server/Modules/pythonmemorymodule.py b/Server/Modules/pythonmemorymodule.py index 76ea6ac..e6b0cdd 100644 --- a/Server/Modules/pythonmemorymodule.py +++ b/Server/Modules/pythonmemorymodule.py @@ -382,6 +382,7 @@ def hook_routine(fileName,zip_web): if not (inject_exe): print("[*] Calling " + dll_procedure + " procedure.") startDll = dll.get_proc_addr(dll_procedure) + startDll() # this keeps python.exe opened while dll is executing print("[*] Press Ctrl+C to end loop - Warning! this will end your routine and free the dll loaded.")