metasploit-framework/external/source/exploits/tpwn/Makefile

4 lines
103 B
Makefile
Raw Normal View History

2015-08-17 21:36:36 +00:00
all:
gcc *.m -o tpwn -framework IOKit -framework Foundation -m32 -Wl,-pagezero_size,0 -O3
strip tpwn