Files
metasploit-gs/external/source/exploits/tpwn/Makefile
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
103 B
Makefile
Raw Normal View History

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