mirror of
https://github.com/hasherezade/pe_to_shellcode
synced 2026-06-08 14:35:13 +00:00
3 lines
112 B
Batchfile
3 lines
112 B
Batchfile
cl /c /GS- /FA /O1 peloader.cpp
|
|
masm_shc.exe peloader.asm peloader2.asm
|
|
ml64 peloader2.asm /link /entry:AlignRSP |