mirror of
https://github.com/maxDcb/DreamWalkers
synced 2026-06-08 15:49:24 +00:00
8 lines
121 B
Batchfile
8 lines
121 B
Batchfile
|
|
@ECHO OFF
|
|
|
|
cl -Zp8 -nologo shellcodeTester.cpp /EHsc
|
|
|
|
|
|
del *.obj
|
|
move shellcodeTester.exe bin\shellcodeTester.exe |