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

破解

开发平台:

Others

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