Test.c
上传用户:graphite
上传日期:2020-09-09
资源大小:2587k
文件大小:1k
源码类别:

破解

开发平台:

Others

  1. #include <windows.h>
  2. BOOL EnvelopeCheck()
  3. {
  4.         #include "includeGccEnvelopeCheckFunc.inc"
  5. // You could write "return" statement on compiler warnings
  6. // ASProtect will change this condition after protection
  7. // return FALSE;
  8. }
  9. //----------------------------------------------------------------------
  10. int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
  11.                     PSTR szCmdLine, int iCmdShow)
  12. {
  13.         MessageBox(0,"Begin","",0);
  14.         if ( EnvelopeCheck() ) {
  15.              MessageBox(0,"Envelope found!","",0);
  16.          }
  17.            else
  18.                MessageBox(0,"Envelope not found!","",0);
  19.         #include "includeGccEnvelopeCheck.inc"
  20.         MessageBox(0,"End","",0);
  21.         return 0;
  22. }