Add System Informer phsvc LPE PoC

This commit is contained in:
ashton
2026-06-24 00:13:16 -05:00
parent a14ed1ec99
commit 1956b7a8c5
4 changed files with 551 additions and 1 deletions

View File

@@ -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