Files
sillyfilly-exeloader/shellcode_writer.ps1
T
2026-05-26 22:08:21 -06:00

3 lines
121 B
PowerShell

[Byte[]] $bytes = 0x90,0x90,0x90,0x9
[io.file]::WriteAllBytes('out.exe', $bytes)
# Get-Content('test.txt') | Format-Hex