Upload files to "systeminformer-phsvc-trusted-host-lpe-poc"

This commit is contained in:
2026-06-29 17:08:47 +00:00
parent 90f0c4c28d
commit 36334ee741
3 changed files with 549 additions and 0 deletions
@@ -0,0 +1,7 @@
@echo off
setlocal
gcc -shared -municode -O2 -Wall -Wextra -o phsvc_rundll_poc.dll poc.c -lshell32
if errorlevel 1 exit /b 1
gcc -municode -O2 -Wall -Wextra -DBUILD_EXE -o phsvc_unsigned_client.exe poc.c -lshell32
if errorlevel 1 exit /b 1
echo built phsvc_rundll_poc.dll and phsvc_unsigned_client.exe