Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
- {
- LPSTR v4; // eax@1
- char *v5; // esi@1
- char v6; // cl@2
- bool v7; // cf@2
- char v8; // dl@4
- char v9; // bl@4
- int v10; // eax@6
- v4 = lpCmdLine;
- v5 = aLaunched;
- while ( 1 )
- {
- v6 = *v4;
- v7 = (unsigned __int8)*v4 < (unsigned __int8)*v5;
- if ( *v4 != *v5 )
- break;
- if ( !v6 )
- goto LABEL_6;
- v8 = v4[1];
- v9 = v5[1];
- v6 = v8;
- v7 = (unsigned __int8)v8 < (unsigned __int8)v9;
- if ( v8 != v9 )
- break;
- v4 += 2;
- v5 += 2;
- if ( !v8 )
- {
- LABEL_6:
- v10 = 0;
- goto LABEL_8;
- }
- }
- v10 = -v7 - (v7 - 1);
- LABEL_8:
- if ( v10 )
- {
- sub_4A2090();
- byte_6C8B54 = 1;
- exit(1);
- }
- if ( (unsigned __int8)sub_4A2040(v6) )
- {
- byte_6C8B54 = 1;
- exit(1);
- }
- sub_57F0F0(sub_4A6ED0, 0);
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement