Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2014-4404/Makefile
19500 views
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