OSDN Git Service

Fix bugs of process protection.
authors_kawamoto <s_kawamoto@users.sourceforge.jp>
Fri, 1 Jun 2012 10:52:21 +0000 (19:52 +0900)
committers_kawamoto <s_kawamoto@users.sourceforge.jp>
Fri, 1 Jun 2012 10:52:21 +0000 (19:52 +0900)
FFFTP_Eng_Release/FFFTP.exe
Release/FFFTP.exe
protectprocess.c

index 15e11ea..2520f75 100644 (file)
Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
index e6c614d..56b1c17 100644 (file)
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
index ee5f1c3..74e357e 100644 (file)
@@ -980,6 +980,8 @@ BOOL InitializeLoadLibraryHook()
                bResult = FALSE;\r
        if(!(GET_FUNCTION(hModule, CryptCATAdminCalcHashFromFileHandle)))\r
                bResult = FALSE;\r
+       // バグ対策\r
+       ImageGetDigestStream(NULL, 0, NULL, NULL);\r
        return bResult;\r
 }\r
 \r