• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Loweynet


Commit MetaInfo

Revisioned1de1bb715ed33b0daf586e526106d555c3a74e (tree)
Time2012-06-01 19:52:21
Authors_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Fix bugs of process protection.

Change Summary

Incremental Difference

Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
--- a/protectprocess.c
+++ b/protectprocess.c
@@ -980,6 +980,8 @@ BOOL InitializeLoadLibraryHook()
980980 bResult = FALSE;
981981 if(!(GET_FUNCTION(hModule, CryptCATAdminCalcHashFromFileHandle)))
982982 bResult = FALSE;
983+ // バグ対策
984+ ImageGetDigestStream(NULL, 0, NULL, NULL);
983985 return bResult;
984986 }
985987