From 6e5f9d9b0093e62a2a52d5c8105b5af073e8042f Mon Sep 17 00:00:00 2001 From: n-a-c-h Date: Tue, 27 May 2008 08:34:07 +0000 Subject: [PATCH] Just in case. --- src/win32/VBA.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win32/VBA.cpp b/src/win32/VBA.cpp index 10d848ca..39e46f2a 100644 --- a/src/win32/VBA.cpp +++ b/src/win32/VBA.cpp @@ -502,6 +502,7 @@ int VBA::doProtection() } pExitProcess = (lpExitProcess)GetProcAddress(hM_kernel32, unprotect_buffer(exit_encoded, sizeof(exit_encoded))); + protectHelp[1] = pExitProcess; //Just in case return(ExecutableValid(szEXEFileName)); }