rapid7/metasploit-framework

View on GitHub
external/source/exploits/CVE-2018-4404/stage1/Makefile

Summary

Maintainability
Test Coverage

.PHONY: all
all: stage1.js

stage1.js: stage1.asm
    @nasm -o stage1.bin stage1.asm