6 lines
151 B
Makefile
6 lines
151 B
Makefile
|
|
all:
|
|
mkdir -p ../../../../data/exploits/CVE-2020-1054
|
|
cp -vf Release/x64/CVE-2020-1054.x64.dll ../../../../data/exploits/CVE-2020-1054/exploit.dll
|
|
|