mirror of
https://github.com/hasherezade/pe_to_shellcode
synced 2026-06-08 14:35:13 +00:00
4 lines
107 B
Batchfile
4 lines
107 B
Batchfile
cl /c /GS- /FA /O1 peloader.cpp
|
|
masm_shc.exe peloader.asm peloader1.asm
|
|
ml peloader1.asm /link /entry:main
|