We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bccc41 + afa32c7 commit ee2fed8Copy full SHA for ee2fed8
external/source/exploits/cve-2012-5076_2/Makefile
@@ -11,8 +11,8 @@ CLASSES = \
11
all: $(CLASSES:.java=.class)
12
13
install:
14
- mv Exploit.class ../../../../data/exploits/cve-2013-0422/
15
- mv B.class ../../../../data/exploits/cve-2013-0422/
+ mv Exploit.class ../../../../data/exploits/cve-2012-5076_2/
+ mv B.class ../../../../data/exploits/cve-2012-5076_2/
16
17
clean:
18
rm -rf *.class
0 commit comments