From c173bff5631d3546ba68061be9690fe930572c67 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Fri, 31 Jul 2009 17:57:51 +0000 Subject: [PATCH] Updated reflective stuff to match the new hashing function git-svn-id: file:///home/svn/framework3/trunk@6923 4d416f70-5f16-0410-b530-b9f4589650da --- .../source/ReflectiveDLLInjection/ReflectiveLoader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/external/source/meterpreter/source/ReflectiveDLLInjection/ReflectiveLoader.h b/external/source/meterpreter/source/ReflectiveDLLInjection/ReflectiveLoader.h index 9c3d17995a..3941d23cc8 100644 --- a/external/source/meterpreter/source/ReflectiveDLLInjection/ReflectiveLoader.h +++ b/external/source/meterpreter/source/ReflectiveDLLInjection/ReflectiveLoader.h @@ -35,9 +35,9 @@ #include "ReflectiveDLLInjection.h" -#define EXITFUNC_SEH 0x5F048AF0 -#define EXITFUNC_THREAD 0x60E0CEEF -#define EXITFUNC_PROCESS 0x73E2D87E +#define EXITFUNC_SEH 0xEA320EFE +#define EXITFUNC_THREAD 0x0A2A1DE0 +#define EXITFUNC_PROCESS 0x56A2B5F0 typedef HMODULE (WINAPI * LOADLIBRARYA)( LPCSTR ); typedef FARPROC (WINAPI * GETPROCADDRESS)( HMODULE, LPCSTR );