Advertisement
Guest User

Untitled

a guest
Jan 9th, 2016
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
  2. {
  3.   LPSTR v4; // eax@1
  4.   char *v5; // esi@1
  5.   char v6; // cl@2
  6.   bool v7; // cf@2
  7.   char v8; // dl@4
  8.   char v9; // bl@4
  9.   int v10; // eax@6
  10.  
  11.   v4 = lpCmdLine;
  12.   v5 = aLaunched;
  13.   while ( 1 )
  14.   {
  15.     v6 = *v4;
  16.     v7 = (unsigned __int8)*v4 < (unsigned __int8)*v5;
  17.     if ( *v4 != *v5 )
  18.       break;
  19.     if ( !v6 )
  20.       goto LABEL_6;
  21.     v8 = v4[1];
  22.     v9 = v5[1];
  23.     v6 = v8;
  24.     v7 = (unsigned __int8)v8 < (unsigned __int8)v9;
  25.     if ( v8 != v9 )
  26.       break;
  27.     v4 += 2;
  28.     v5 += 2;
  29.     if ( !v8 )
  30.     {
  31. LABEL_6:
  32.       v10 = 0;
  33.       goto LABEL_8;
  34.     }
  35.   }
  36.   v10 = -v7 - (v7 - 1);
  37. LABEL_8:
  38.   if ( v10 )
  39.   {
  40.     sub_4A2090();
  41.     byte_6C8B54 = 1;
  42.     exit(1);
  43.   }
  44.   if ( (unsigned __int8)sub_4A2040(v6) )
  45.   {
  46.     byte_6C8B54 = 1;
  47.     exit(1);
  48.   }
  49.   sub_57F0F0(sub_4A6ED0, 0);
  50.   return 0;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement