From a4d353fcb3b783d5a106c7b2a519f2eb523ffa8e Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Sat, 29 Jun 2013 15:15:27 -0500 Subject: [PATCH] Clean a little more the VS project --- data/exploits/cve-2013-3660/exploit.dll | Bin 51200 -> 51200 bytes .../cve-2013-3660/dll/reflective_dll.vcxproj | 3 ++- .../cve-2013-3660/dll/src/ReflectiveDll.c | 4 ---- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/data/exploits/cve-2013-3660/exploit.dll b/data/exploits/cve-2013-3660/exploit.dll index 706e1e1d246dc6a15955ca217e3000901f2fa1f6..cbb761b5684f8cb8368acd08e349616f8e5fab04 100755 GIT binary patch delta 65 zcmZpez}zr_c>yDHi0%2w%#6Ow-=!Hh2Qxa>fdn>BulJP^$c{Y6$hl9%Yf;TfotwvG RA8r0JyMPNUoxW_QA^`pC8Ik}1 delta 65 zcmZpez}zr_c>yD{&+BuOnHhbVoqjNE4rX+$0|{)NUhgX-aN)3@x$bOdhsKKkbKSd+ T3vB)}yMT+?8z`N=Y^EXrQIZ?p diff --git a/external/source/exploits/cve-2013-3660/dll/reflective_dll.vcxproj b/external/source/exploits/cve-2013-3660/dll/reflective_dll.vcxproj index 1aae9cb3e1..ed6cacb681 100755 --- a/external/source/exploits/cve-2013-3660/dll/reflective_dll.vcxproj +++ b/external/source/exploits/cve-2013-3660/dll/reflective_dll.vcxproj @@ -191,7 +191,8 @@ MachineX86 - copy ..\Release\reflective_dll.dll ..\bin\ + + diff --git a/external/source/exploits/cve-2013-3660/dll/src/ReflectiveDll.c b/external/source/exploits/cve-2013-3660/dll/src/ReflectiveDll.c index 29a70cc393..547fd1fd85 100755 --- a/external/source/exploits/cve-2013-3660/dll/src/ReflectiveDll.c +++ b/external/source/exploits/cve-2013-3660/dll/src/ReflectiveDll.c @@ -633,10 +633,6 @@ VOID elevator_complex_path() PAGE_SIZE * 2, MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE_READWRITE)) { - //while (!VirtualAlloc(*DispatchRedirect & ~(0x1000 - 1), - // 0x1000 * 2, - // MEM_COMMIT | MEM_RESERVE, - // PAGE_EXECUTE_READWRITE)) { LogMessage(L_WARN, "\tVirtualAlloc(%#x) => %#x", *DispatchRedirect & ~(PAGE_SIZE - 1),