5 lines
150 B
Makefile
5 lines
150 B
Makefile
|
|
all:
|
|
mkdir -p ../../../../data/exploits/CVE-2019-1458
|
|
cp -vf Release/x64/CVE-2019-1458.x64.dll ../../../../data/exploits/CVE-2019-1458/exploit.dll
|