emerg: clear commits due to fwd server leak

This commit is contained in:
Xory 2025-10-22 20:40:10 +03:00
commit 66fa3474b2
12 changed files with 1081 additions and 0 deletions

7
build_n_run.cmd Normal file
View file

@ -0,0 +1,7 @@
@rem i fucking hate this hacky buildscript, its disgusting
@rem due to the fact that client.exe runs as SYSTEM, this must be run from an admin commandprompt.
del C:\Users\xory\Documents\Code\skylink\target\debug\client.exe
cargo b --bin client
psexec -s cmd /u /c C:\Users\xory\Documents\Code\skylink\target\debug\client.exe
takeown /f C:\Users\xory\Documents\Code\skylink\target\debug\client.exe
icacls C:\Users\xory\Documents\Code\skylink\target\debug\client.exe /grant xory:D