mirror of
https://github.com/paranoidninja/PIC-Get-Privileges
synced 2026-06-08 16:38:12 +00:00
9 lines
173 B
NASM
9 lines
173 B
NASM
; compile with
|
|
; nasm -f win64 runshellcode.asm -o runshellcode.o
|
|
; x86_64-w64-mingw32-ld runshellcode.o -o runshellcode.exe
|
|
|
|
Global Start
|
|
|
|
Start:
|
|
incbin "getprivs.bin"
|