Files
paranoidninja e5c0472cc6 Initial Commit
2021-01-30 19:39:51 +05:30

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"