2 Star 2 Fork 1

Mstir/Penetration_Testing_POC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 277 Bytes
一键复制 编辑 原始数据 按行查看 历史
mr-xn 提交于 2019-09-20 23:26 +08:00 . add macOS-Kernel-Exploit
#
# Makefile
#
# Created by Ilias Morad.
# Copyright © 2019 Ilias Morad. All rights reserved.
#
main: exploit.c gadgets.c kernel.s
nasm -f macho32 -o kernel.o kernel.s
gcc -o exploit -m32 -Wl,-pagezero_size,0 -masm=intel exploit.c gadgets.c kernel.o
clean:
rm exploit *.o
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mstir/Penetration_Testing_POC.git
git@gitee.com:mstir/Penetration_Testing_POC.git
mstir
Penetration_Testing_POC
Penetration_Testing_POC
master

搜索帮助