0 Star 0 Fork 1

hxworm/shellcode_driver

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
make_shell.cmd 824 Bytes
一键复制 编辑 原始数据 按行查看 历史
老爷爷 提交于 2018-05-17 18:30 +08:00 . #up c++17
cl.exe /O1 /Os /Oy /MT /GS- /J /GR- /FAcs /W4 /Zl /c /TP /kernel /D "_WIN64" /D "_AMD64_" /D "AMD64" /D "_WIN32_WINNT=0x0601" /D "WINVER=0x0601" /D "WINNT=1" /D "NTDDI_VERSION=0x06010000" /FI"C:\Program Files (x86)\Windows Kits\10\Include\10.0.16299.0\shared\warning.h" /Zc:inline /Zp8 shell_common.cpp /std:c++latest
cl.exe /O1 /Os /Oy /MT /GS- /J /GR- /FAcs /W4 /Zl /c /TP /kernel /D "_WIN64" /D "_AMD64_" /D "AMD64" /D "_WIN32_WINNT=0x0601" /D "WINVER=0x0601" /D "WINNT=1" /D "NTDDI_VERSION=0x06010000" /FI"C:\Program Files (x86)\Windows Kits\10\Include\10.0.16299.0\shared\warning.h" /Zc:inline /Zp8 shellcode_main.cpp /std:c++latest
ml64 shell_code.asm /Fe shellcode.sys /link /NODEFAULTLIB /RELEASE /MACHINE:X64 /entry:main /SUBSYSTEM:NATIVE shellcode_main.obj shell_common.obj
del *.obj
del *.cod
del *.lnk
del *.idb
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hxworm/shellcode_driver.git
git@gitee.com:hxworm/shellcode_driver.git
hxworm
shellcode_driver
shellcode_driver
master

搜索帮助