CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2014-4404/Makefile
Views: 11780
all: key_exploit

key_exploit: key_exploit.c
	clang -o key_exploit key_exploit.c -framework CoreFoundation -framework IOKit -g -D_FORTIFY_SOURCE=0

install: key_exploit
	install -m 755 key_exploit ../../../../data/exploits/CVE-2014-4404

clean:
	rm -rf key_exploit
	rm -rf key_exploit.dSYM