metasploit-framework/external/source/exploits/CVE-2022-46689/Makefile

9 lines
186 B
Makefile

all:
clang -o switcharoo vm_unaligned_copy_switch_race.c
install:
mkdir -p ../../../../data/exploits/CVE-2022-46689/
cp switcharoo ../../../../data/exploits/CVE-2022-46689/exploit