diff --git a/data/exploits/CVE-2019-0808/exploit.dll b/data/exploits/CVE-2019-0808/exploit.dll index f74e9b1b0d..7eba694f4f 100644 Binary files a/data/exploits/CVE-2019-0808/exploit.dll and b/data/exploits/CVE-2019-0808/exploit.dll differ diff --git a/external/source/exploits/CVE-2019-0808/NtUserMNDragOverExploit/NtUserMNDragOverExploit.vcxproj b/external/source/exploits/CVE-2019-0808/NtUserMNDragOverExploit/NtUserMNDragOverExploit.vcxproj index 47e4fa7f9a..422a142070 100644 --- a/external/source/exploits/CVE-2019-0808/NtUserMNDragOverExploit/NtUserMNDragOverExploit.vcxproj +++ b/external/source/exploits/CVE-2019-0808/NtUserMNDragOverExploit/NtUserMNDragOverExploit.vcxproj @@ -22,7 +22,7 @@ 15.0 {A91C38F4-DDFE-4CF4-B690-5CD785DAB381} NtUserMNDragOverExploit - 10.0.17763.0 + 10.0.18362.0 @@ -102,6 +102,12 @@ true true + + IF EXIST "..\..\..\..\..\data\exploits\CVE-2019-0808\" GOTO COPY + mkdir "..\..\..\..\..\data\exploits\CVE-2019-0808\" +:COPY +copy /y "$(targetDir)$(targetFileName)" "..\..\..\..\..\data\exploits\CVE-2019-0808\exploit.dll" +