Initial commit

This commit is contained in:
Alessandro Autiero
2022-09-04 23:22:03 +02:00
commit a773c490cc
64 changed files with 3495 additions and 0 deletions

BIN
assets/binaries/build.exe Normal file

Binary file not shown.

BIN
assets/binaries/console.dll Normal file

Binary file not shown.

BIN
assets/binaries/cranium.dll Normal file

Binary file not shown.

Binary file not shown.

1
assets/binaries/port.bat Normal file
View File

@@ -0,0 +1 @@
netstat -ano|find ":3551"

BIN
assets/binaries/reboot.dll Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
for /f "tokens=5" %%a in ('netstat -aon ^| find ":3551" ^| find "LISTENING"') do taskkill /f /pid %%a

1
assets/binaries/stop.bat Normal file
View File

@@ -0,0 +1 @@
taskkill /f /im build.exe