Binary stringlengths 25 43 | Addr stringlengths 8 8 | Name stringlengths 5 187 | Type int64 0 1 | Disassembly stringlengths 16 68.6k |
|---|---|---|---|---|
./vs2008/normal/Debug/ooex11.exe | 0x410a7d | _strftime | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 00 ?? push 0
6a 00 ?? push 0
ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 22 fe ff ff ?? call function 0x004108b9
L2: 83 c4 18 ?? add esp, 0x18<24>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x410a9c | __Strftime | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 00 ?? push 0
ff 75 18 ?? push dword ss:[ebp + 0x18<24>]
ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 02 fe ff ff ?? call function 0x004108b9
L2: 83 c4 18 ?? add esp, 0x18<24>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x410abc | _localeconv | 0 |
L1: e8 3c 21 ff ff ?? call function 0x00402bfd
L2: 8b 48 6c ?? mov ecx, dword ds:[eax + 0x6c<108>]
3b 0d b8 3a 42 00 ?? cmp ecx, dword ds:[0x00423ab8]
74 10 ?? je basic block L5
L3: 8b 0d e4 3a 42 00 ?? mov ecx, dword ds:[0x00423ae4]
85 48 70 ?? test dword ds:[eax + 0x70<112>], ecx
75 05 ?? jne basic block L5
L4: e8 6a a5 ff ff ?? call function 0x0040b046
L5: a1 e0 3b 42 00 ?? mov eax, dword ds:[0x00423be0]
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x410af0 | _strcspn | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
33 c0 ?? xor eax, eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
8b 55 0c ?? mov edx, dword ss:[ebp + 12]
8d 49 00 ?? lea ecx, ds:[ecx + 0]
L2: 8a 02 ?? mov al, byte ds:[edx]
0a c0 ?? or al, al
74 09 ?? je basic block L4
L3: 83 c2 01 ?? add edx, 1
0f ab 04 24 ?? btr dword ss:[esp], eax
eb f1 ?? jmp basic block L2
L4: 8b 75 08 ?? mov esi, dword ss:[ebp + 8]
83 c9 ff ?? or ecx, 0xff<255,-1>
8d 49 00 ?? lea ecx, ds:[ecx + 0]
L5: 83 c1 01 ?? add ecx, 1
8a 06 ?? mov al, byte ds:[esi]
0a c0 ?? or al, al
74 09 ?? je basic block L7
L6: 83 c6 01 ?? add esi, 1
0f a3 04 24 ?? bt dword ss:[esp], eax
73 ee ?? jae basic block L5
L7: 8b c1 ?? mov eax, ecx
83 c4 20 ?? add esp, 0x20<32>
5e ?? pop esi
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x410b36 | TranslateName | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
53 ?? push ebx
33 db ?? xor ebx, ebx
40 ?? inc eax
39 5d 0c ?? cmp dword ss:[ebp + 12], ebx
7c 46 ?? jl basic block L12
L2: 56 ?? push esi
57 ?? push edi
L3: 85 c0 ?? test eax, eax
74 3e ?? je basic block L11
L4: 8b 45 0c ?? mov eax, dword ss:[ebp + 12]
03 c3 ?? add eax, ebx
99 ?? cdq
2b c2 ?? sub eax, edx
8b f0 ?? mov esi, eax
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
d1 fe ?? sar esi, 1
8d 3c f0 ?? lea edi, ds:[eax + esi * 8]
ff 37 ?? push dword ds:[edi]
8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
ff 30 ?? push dword ds:[eax]
e8 94 4d 00 00 ?? call function 0x004158fe
L5: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 0a ?? jne basic block L7
L6: 8b 4d 10 ?? mov ecx, dword ss:[ebp + 0x10<16>]
83 c7 04 ?? add edi, 4
89 39 ?? mov dword ds:[ecx], edi
eb 0b ?? jmp basic block L10
L7: 7d 06 ?? jge basic block L9
L8: 4e ?? dec esi
89 75 0c ?? mov dword ss:[ebp + 12], esi
eb 03 ?? jmp basic block L10
L9: 8d 5e 01 ?? lea ebx, ds:[esi + 1]
L10: 3b 5d 0c ?? cmp ebx, dword ss:[ebp + 12]
7e be ?? jle basic block L3
L11: 5f ?? pop edi
5e ?? pop esi
L12: 33 c9 ?? xor ecx, ecx
85 c0 ?? test eax, eax
0f 94 c1 ?? sete cl
5b ?? pop ebx
8b c1 ?? mov eax, ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x410b98 | GetLcidFromDefault | 0 |
L1: 81 4e 08 04 01 00 00 ?? or dword ds:[esi + 8], 0x00000104<260>
ff 15 b8 52 42 00 ?? call dword ds:[0x004252b8]
L2: 89 46 1c ?? mov dword ds:[esi + 0x1c<28>], eax
89 46 18 ?? mov dword ds:[esi + 0x18<24>], eax
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x410bac | ProcessCodePage | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 0c ?? sub esp, 12
a1 10 33 42 00 ?? mov eax, dword ds:[0x00423310]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
56 ?? push esi
8b f1 ?? mov esi, ecx
85 f6 ?? test esi, esi
74 53 ?? je basic block L14
L2: 80 3e 00 ?? cmp byte ds:[esi], 0
74 4e ?? je basic block L14
L3: 68 44 0f 42 00 ?? push 0x00420f44<"ACP">
56 ?? push esi
e8 5b 0d ff ff ?? call function 0x00401930
L4: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
74 3d ?? je basic block L14
L5: 68 40 0f 42 00 ?? push 0x00420f40<"OCP">
56 ?? push esi
e8 4a 0d ff ff ?? call function 0x00401930
L6: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 18 ?? jne basic block L10
L7: 6a 08 ?? push 8
8d 45 f4 ?? lea eax, ss:[ebp + 0xf4<244,-12>]
50 ?? push eax
6a 0b ?? push 11
ff 77 1c ?? push dword ds:[edi + 0x1c<28>]
ff 15 98 52 42 00 ?? call dword ds:[0x00425298<"lWB">]
L8: 85 c0 ?? test eax, eax
74 2f ?? je basic block L16
L9: 8d 75 f4 ?? lea esi, ss:[ebp + 0xf4<244,-12>]
L10: 56 ?? push esi
e8 fa c5 ff ff ?? call function 0x0040d204
L11: 59 ?? pop ecx
L12: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
33 cd ?? xor ecx, ebp
5e ?? pop esi
e8 17 c4 ff ff ?? call function 0x0040d02d
L13: c9 ?? leave
c3 ?? ret
L14: 6a 08 ?? push 8
8d 45 f4 ?? lea eax, ss:[ebp + 0xf4<244,-12>]
50 ?? push eax
68 04 10 00 00 ?? push 0x00001004<4100>
ff 77 1c ?? push dword ds:[edi + 0x1c<28>]
ff 15 98 52 42 00 ?? call dword ds:[0x00425298<"lWB">]
L15: 85 c0 ?? test eax, eax
75 04 ?? jne basic block L17
L16: 33 c0 ?? xor eax, eax
eb d7 ?? jmp basic block L12
L17: 8d 45 f4 ?? lea eax, ss:[ebp + 0xf4<244,-12>]
68 3c 0f 42 00 ?? push 0x00420f3c<"0">
50 ?? push eax
e8 ee 0c ff ff ?? call function 0x00401930
L18: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 b9 ?? jne basic block L9
L19: ff 15 7c 52 42 00 ?? call dword ds:[0x0042527c]
L20: eb bb ?? jmp basic block L12
|
./vs2008/normal/Debug/ooex11.exe | 0x410c50 | TestDefaultCountry | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
L2: 66 8b 4d 08 ?? mov cx, word ss:[ebp + 8]
66 3b 88 28 0f 42 00 ?? cmp cx, word ds:[eax + 0x00420f28]
74 0c ?? je basic block L5
L3: 40 ?? inc eax
40 ?? inc eax
83 f8 14 ?? cmp eax, 0x14<20>
72 ec ?? jb basic block L2
L4: 33 c0 ?? xor eax, eax
40 ?? inc eax
5d ?? pop ebp
c3 ?? ret
L5: 33 c0 ?? xor eax, eax
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x410c74 | LcidFromHexString | 0 |
L1: 8b ff ?? mov edi, edi
56 ?? push esi
33 f6 ?? xor esi, esi
eb 23 ?? jmp basic block L7
L2: 8a c1 ?? mov al, cl
2c 61 ?? sub al, 0x61<97>
42 ?? inc edx
3c 05 ?? cmp al, 5
77 05 ?? ja basic block L4
L3: 80 c1 d9 ?? add cl, 0xd9<217,-39>
eb 0b ?? jmp basic block L6
L4: 8a c1 ?? mov al, cl
2c 41 ?? sub al, 0x41<65>
3c 05 ?? cmp al, 5
77 03 ?? ja basic block L6
L5: 80 c1 f9 ?? add cl, 0xf9<249,-7>
L6: 0f be c1 ?? movsx eax, cl
c1 e6 04 ?? shl esi, 4
8d 74 06 d0 ?? lea esi, ds:[esi + eax + 0xd0<208,-48>]
L7: 8a 0a ?? mov cl, byte ds:[edx]
84 c9 ?? test cl, cl
75 d7 ?? jne basic block L2
L8: 8b c6 ?? mov eax, esi
5e ?? pop esi
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x410ca8 | GetPrimaryLen | 0 |
L1: 33 c0 ?? xor eax, eax
L2: 8a 0a ?? mov cl, byte ds:[edx]
42 ?? inc edx
80 f9 41 ?? cmp cl, 0x41<65>
7c 05 ?? jl basic block L4
L3: 80 f9 5a ?? cmp cl, 0x5a<90>
7e 08 ?? jle basic block L5
L4: 80 e9 61 ?? sub cl, 0x61<97>
80 f9 19 ?? cmp cl, 0x19<25>
77 03 ?? ja basic block L6
L5: 40 ?? inc eax
eb e8 ?? jmp basic block L2
L6: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x410cc3 | CountryEnumProc | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 7c ?? sub esp, 0x7c<124>
a1 10 33 42 00 ?? mov eax, dword ds:[0x00423310]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
56 ?? push esi
57 ?? push edi
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
e8 1e 1f ff ff ?? call function 0x00402bfd
L2: 8b f0 ?? mov esi, eax
8b d7 ?? mov edx, edi
81 c6 9c 00 00 00 ?? add esi, 0x0000009c<156>
e8 86 ff ff ff ?? call function 0x00410c74
L3: 8b f8 ?? mov edi, eax
6a 78 ?? push 0x78<120>
8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
8b 46 14 ?? mov eax, dword ds:[esi + 0x14<20>]
f7 d8 ?? neg eax
1b c0 ?? sbb eax, eax
25 05 f0 ff ff ?? and eax, 0xfffff005<4294963205,-4091>
05 02 10 00 00 ?? add eax, 0x00001002<4098>
50 ?? push eax
57 ?? push edi
ff 15 98 52 42 00 ?? call dword ds:[0x00425298<"lWB">]
L4: 85 c0 ?? test eax, eax
75 06 ?? jne basic block L6
L5: 21 46 08 ?? and dword ds:[esi + 8], eax
40 ?? inc eax
eb 32 ?? jmp basic block L12
L6: 8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
ff 76 04 ?? push dword ds:[esi + 4]
e8 d9 4b 00 00 ?? call function 0x004158fe
L7: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 15 ?? jne basic block L11
L8: 57 ?? push edi
e8 1f ff ff ff ?? call function 0x00410c50
L9: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 0a ?? je basic block L11
L10: 83 4e 08 04 ?? or dword ds:[esi + 8], 4
89 7e 1c ?? mov dword ds:[esi + 0x1c<28>], edi
89 7e 18 ?? mov dword ds:[esi + 0x18<24>], edi
L11: 8b 46 08 ?? mov eax, dword ds:[esi + 8]
c1 e8 02 ?? shr eax, 2
f7 d0 ?? not eax
83 e0 01 ?? and eax, 1
L12: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
5f ?? pop edi
33 cd ?? xor ecx, ebp
5e ?? pop esi
e8 d6 c2 ff ff ?? call function 0x0040d02d
L13: c9 ?? leave
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex11.exe | 0x410d5b | TestDefaultLanguage | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 7c ?? sub esp, 0x7c<124>
a1 10 33 42 00 ?? mov eax, dword ds:[0x00423310]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
56 ?? push esi
6a 78 ?? push 0x78<120>
8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
25 ff 03 00 00 ?? and eax, 0x000003ff<1023>
6a 01 ?? push 1
0d 00 04 00 00 ?? or eax, 0x00000400<1024>
50 ?? push eax
8b f1 ?? mov esi, ecx
ff 15 98 52 42 00 ?? call dword ds:[0x00425298<"lWB">]
L2: 85 c0 ?? test eax, eax
75 04 ?? jne basic block L4
L3: 33 c0 ?? xor eax, eax
eb 2e ?? jmp basic block L11
L4: 8d 55 84 ?? lea edx, ss:[ebp + 0x84<132,-124>]
e8 d8 fe ff ff ?? call function 0x00410c74
L5: 39 45 08 ?? cmp dword ss:[ebp + 8], eax
74 1e ?? je basic block L10
L6: 83 7d 0c 00 ?? cmp dword ss:[ebp + 12], 0
74 18 ?? je basic block L10
L7: 8b 36 ?? mov esi, dword ds:[esi]
57 ?? push edi
8b d6 ?? mov edx, esi
e8 f7 fe ff ff ?? call function 0x00410ca8
L8: 56 ?? push esi
8b f8 ?? mov edi, eax
e8 77 29 ff ff ?? call function 0x00403730
L9: 59 ?? pop ecx
3b f8 ?? cmp edi, eax
5f ?? pop edi
74 d1 ?? je basic block L3
L10: 33 c0 ?? xor eax, eax
40 ?? inc eax
L11: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
33 cd ?? xor ecx, ebp
5e ?? pop esi
e8 60 c2 ff ff ?? call function 0x0040d02d
L12: c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x410dcf | LangCountryEnumProc | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 7c ?? sub esp, 0x7c<124>
a1 10 33 42 00 ?? mov eax, dword ds:[0x00423310]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
53 ?? push ebx
56 ?? push esi
57 ?? push edi
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
e8 11 1e ff ff ?? call function 0x00402bfd
L2: 8b f0 ?? mov esi, eax
8b d7 ?? mov edx, edi
81 c6 9c 00 00 00 ?? add esi, 0x0000009c<156>
e8 79 fe ff ff ?? call function 0x00410c74
L3: 8b 1d 98 52 42 00 ?? mov ebx, dword ds:[0x00425298<"lWB">]
8b f8 ?? mov edi, eax
6a 78 ?? push 0x78<120>
8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
8b 46 14 ?? mov eax, dword ds:[esi + 0x14<20>]
f7 d8 ?? neg eax
1b c0 ?? sbb eax, eax
25 05 f0 ff ff ?? and eax, 0xfffff005<4294963205,-4091>
05 02 10 00 00 ?? add eax, 0x00001002<4098>
50 ?? push eax
57 ?? push edi
ff d3 ?? call ebx
L4: 85 c0 ?? test eax, eax
75 0c ?? jne basic block L6
L5: 83 66 08 00 ?? and dword ds:[esi + 8], 0
33 c0 ?? xor eax, eax
40 ?? inc eax
e9 62 01 00 00 ?? jmp basic block L47
L6: 8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
ff 76 04 ?? push dword ds:[esi + 4]
e8 c4 4a 00 00 ?? call function 0x004158fe
L7: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
0f 85 91 00 00 00 ?? jne basic block L25
L8: 6a 78 ?? push 0x78<120>
8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
8b 46 10 ?? mov eax, dword ds:[esi + 0x10<16>]
f7 d8 ?? neg eax
1b c0 ?? sbb eax, eax
25 02 f0 ff ff ?? and eax, 0xfffff002<4294963202,-4094>
05 01 10 00 00 ?? add eax, 0x00001001<4097>
50 ?? push eax
57 ?? push edi
ff d3 ?? call ebx
L9: 85 c0 ?? test eax, eax
74 bf ?? je basic block L5
L10: 8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
ff 36 ?? push dword ds:[esi]
e8 90 4a 00 00 ?? call function 0x004158fe
L11: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 0c ?? jne basic block L13
L12: 81 4e 08 04 03 00 00 ?? or dword ds:[esi + 8], 0x00000304<772>
89 7e 18 ?? mov dword ds:[esi + 0x18<24>], edi
eb 52 ?? jmp basic block L24
L13: f6 46 08 02 ?? test byte ds:[esi + 8], 2
75 4f ?? jne basic block L25
L14: 8b 46 0c ?? mov eax, dword ds:[esi + 12]
85 c0 ?? test eax, eax
74 2c ?? je basic block L20
L15: 50 ?? push eax
8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
ff 36 ?? push dword ds:[esi]
e8 94 4e 00 00 ?? call function 0x00415d2d
L16: 83 c4 0c ?? add esp, 12
85 c0 ?? test eax, eax
75 19 ?? jne basic block L20
L17: ff 36 ?? push dword ds:[esi]
83 4e 08 02 ?? or dword ds:[esi + 8], 2
89 7e 1c ?? mov dword ds:[esi + 0x1c<28>], edi
e8 82 28 ff ff ?? call function 0x00403730
L18: 59 ?? pop ecx
3b 46 0c ?? cmp eax, dword ds:[esi + 12]
75 21 ?? jne basic block L25
L19: 89 7e 18 ?? mov dword ds:[esi + 0x18<24>], edi
eb 1c ?? jmp basic block L25
L20: 8b 56 08 ?? mov edx, dword ds:[esi + 8]
f6 c2 01 ?? test dl, 1
75 14 ?? jne basic block L25
L21: 57 ?? push edi
e8 89 fd ff ff ?? call function 0x00410c50
L22: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 09 ?? je basic block L25
L23: 83 ca 01 ?? or edx, 1
89 56 08 ?? mov dword ds:[esi + 8], edx
L24: 89 7e 1c ?? mov dword ds:[esi + 0x1c<28>], edi
L25: 8b 4e 08 ?? mov ecx, dword ds:[esi + 8]
b8 00 03 00 00 ?? mov eax, 0x00000300<768>
23 c8 ?? and ecx, eax
3b c8 ?? cmp ecx, eax
0f 84 9e 00 00 00 ?? je basic block L46
L26: 6a 78 ?? push 0x78<120>
8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
8b 46 10 ?? mov eax, dword ds:[esi + 0x10<16>]
f7 d8 ?? neg eax
1b c0 ?? sbb eax, eax
25 02 f0 ff ff ?? and eax, 0xfffff002<4294963202,-4094>
05 01 10 00 00 ?? add eax, 0x00001001<4097>
50 ?? push eax
57 ?? push edi
ff d3 ?? call ebx
L27: 85 c0 ?? test eax, eax
0f 84 18 ff ff ff ?? je basic block L5
L28: 8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
ff 36 ?? push dword ds:[esi]
e8 e9 49 00 00 ?? call function 0x004158fe
L29: 59 ?? pop ecx
33 db ?? xor ebx, ebx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 2f ?? jne basic block L36
L30: 81 4e 08 00 02 00 00 ?? or dword ds:[esi + 8], 0x00000200<512>
8b 46 08 ?? mov eax, dword ds:[esi + 8]
39 5e 10 ?? cmp dword ds:[esi + 0x10<16>], ebx
74 0a ?? je basic block L32
L31: 0d 00 01 00 00 ?? or eax, 0x00000100<256>
89 46 08 ?? mov dword ds:[esi + 8], eax
eb 47 ?? jmp basic block L44
L32: 39 5e 0c ?? cmp dword ds:[esi + 12], ebx
74 3b ?? je basic block L43
L33: ff 36 ?? push dword ds:[esi]
e8 ee 27 ff ff ?? call function 0x00403730
L34: 59 ?? pop ecx
3b 46 0c ?? cmp eax, dword ds:[esi + 12]
75 2e ?? jne basic block L43
L35: 6a 01 ?? push 1
eb 1c ?? jmp basic block L41
L36: 39 5e 10 ?? cmp dword ds:[esi + 0x10<16>], ebx
75 34 ?? jne basic block L46
L37: 39 5e 0c ?? cmp dword ds:[esi + 12], ebx
74 2f ?? je basic block L46
L38: 8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
ff 36 ?? push dword ds:[esi]
e8 9d 49 00 00 ?? call function 0x004158fe
L39: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 1e ?? jne basic block L46
L40: 53 ?? push ebx
L41: 57 ?? push edi
8b ce ?? mov ecx, esi
e8 eb fd ff ff ?? call function 0x00410d5b
L42: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
74 0f ?? je basic block L46
L43: 81 4e 08 00 01 00 00 ?? or dword ds:[esi + 8], 0x00000100<256>
L44: 39 5e 18 ?? cmp dword ds:[esi + 0x18<24>], ebx
75 03 ?? jne basic block L46
L45: 89 7e 18 ?? mov dword ds:[esi + 0x18<24>], edi
L46: 8b 46 08 ?? mov eax, dword ds:[esi + 8]
c1 e8 02 ?? shr eax, 2
f7 d0 ?? not eax
83 e0 01 ?? and eax, 1
L47: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
5f ?? pop edi
5e ?? pop esi
33 cd ?? xor ecx, ebp
5b ?? pop ebx
e8 90 c0 ff ff ?? call function 0x0040d02d
L48: c9 ?? leave
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex11.exe | 0x410fa1 | LanguageEnumProc | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 7c ?? sub esp, 0x7c<124>
a1 10 33 42 00 ?? mov eax, dword ds:[0x00423310]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
56 ?? push esi
57 ?? push edi
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
e8 40 1c ff ff ?? call function 0x00402bfd
L2: 8b f0 ?? mov esi, eax
8b d7 ?? mov edx, edi
81 c6 9c 00 00 00 ?? add esi, 0x0000009c<156>
e8 a8 fc ff ff ?? call function 0x00410c74
L3: 8b f8 ?? mov edi, eax
6a 78 ?? push 0x78<120>
8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
8b 46 10 ?? mov eax, dword ds:[esi + 0x10<16>]
f7 d8 ?? neg eax
1b c0 ?? sbb eax, eax
25 02 f0 ff ff ?? and eax, 0xfffff002<4294963202,-4094>
05 01 10 00 00 ?? add eax, 0x00001001<4097>
50 ?? push eax
57 ?? push edi
ff 15 98 52 42 00 ?? call dword ds:[0x00425298<"lWB">]
L4: 85 c0 ?? test eax, eax
75 06 ?? jne basic block L6
L5: 21 46 08 ?? and dword ds:[esi + 8], eax
40 ?? inc eax
eb 5b ?? jmp basic block L19
L6: 8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
ff 36 ?? push dword ds:[esi]
e8 fc 48 00 00 ?? call function 0x004158fe
L7: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 09 ?? jne basic block L10
L8: 39 46 10 ?? cmp dword ds:[esi + 0x10<16>], eax
75 30 ?? jne basic block L17
L9: 6a 01 ?? push 1
eb 1e ?? jmp basic block L15
L10: 83 7e 10 00 ?? cmp dword ds:[esi + 0x10<16>], 0
75 30 ?? jne basic block L18
L11: 83 7e 0c 00 ?? cmp dword ds:[esi + 12], 0
74 2a ?? je basic block L18
L12: 8d 45 84 ?? lea eax, ss:[ebp + 0x84<132,-124>]
50 ?? push eax
ff 36 ?? push dword ds:[esi]
e8 d6 48 00 00 ?? call function 0x004158fe
L13: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 19 ?? jne basic block L18
L14: 50 ?? push eax
L15: 57 ?? push edi
8b ce ?? mov ecx, esi
e8 24 fd ff ff ?? call function 0x00410d5b
L16: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
74 0a ?? je basic block L18
L17: 83 4e 08 04 ?? or dword ds:[esi + 8], 4
89 7e 18 ?? mov dword ds:[esi + 0x18<24>], edi
89 7e 1c ?? mov dword ds:[esi + 0x1c<28>], edi
L18: 8b 46 08 ?? mov eax, dword ds:[esi + 8]
c1 e8 02 ?? shr eax, 2
f7 d0 ?? not eax
83 e0 01 ?? and eax, 1
L19: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
5f ?? pop edi
33 cd ?? xor ecx, ebp
5e ?? pop esi
e8 cf bf ff ff ?? call function 0x0040d02d
L20: c9 ?? leave
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex11.exe | 0x411062 | GetLcidFromCountry | 0 |
L1: ff 76 04 ?? push dword ds:[esi + 4]
e8 c6 26 ff ff ?? call function 0x00403730
L2: 83 e8 03 ?? sub eax, 3
f7 d8 ?? neg eax
59 ?? pop ecx
1b c0 ?? sbb eax, eax
6a 01 ?? push 1
40 ?? inc eax
68 c3 0c 41 00 ?? push function 0x00410cc3
89 46 14 ?? mov dword ds:[esi + 0x14<20>], eax
ff 15 bc 52 42 00 ?? call dword ds:[0x004252bc]
L3: f6 46 08 04 ?? test byte ds:[esi + 8], 4
75 04 ?? jne basic block L5
L4: 83 66 08 00 ?? and dword ds:[esi + 8], 0
L5: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x41108e | GetLcidFromLangCountry | 0 |
L1: ff 36 ?? push dword ds:[esi]
e8 9b 26 ff ff ?? call function 0x00403730
L2: ff 76 04 ?? push dword ds:[esi + 4]
83 e8 03 ?? sub eax, 3
f7 d8 ?? neg eax
1b c0 ?? sbb eax, eax
40 ?? inc eax
89 46 10 ?? mov dword ds:[esi + 0x10<16>], eax
e8 88 26 ff ff ?? call function 0x00403730
L3: 83 e8 03 ?? sub eax, 3
f7 d8 ?? neg eax
1b c0 ?? sbb eax, eax
83 66 18 00 ?? and dword ds:[esi + 0x18<24>], 0
40 ?? inc eax
83 7e 10 00 ?? cmp dword ds:[esi + 0x10<16>], 0
59 ?? pop ecx
59 ?? pop ecx
89 46 14 ?? mov dword ds:[esi + 0x14<20>], eax
74 05 ?? je basic block L5
L4: 6a 02 ?? push 2
58 ?? pop eax
eb 07 ?? jmp basic block L6
L5: 8b 16 ?? mov edx, dword ds:[esi]
e8 dd fb ff ff ?? call function 0x00410ca8
L6: 6a 01 ?? push 1
68 cf 0d 41 00 ?? push function 0x00410dcf
89 46 0c ?? mov dword ds:[esi + 12], eax
ff 15 bc 52 42 00 ?? call dword ds:[0x004252bc]
L7: 8b 46 08 ?? mov eax, dword ds:[esi + 8]
a9 00 01 00 00 ?? test eax, 0x00000100<256>
74 0b ?? je basic block L10
L8: a9 00 02 00 00 ?? test eax, 0x00000200<512>
74 04 ?? je basic block L10
L9: a8 07 ?? test al, 7
75 04 ?? jne basic block L11
L10: 83 66 08 00 ?? and dword ds:[esi + 8], 0
L11: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4110f5 | GetLcidFromLanguage | 0 |
L1: ff 36 ?? push dword ds:[esi]
e8 34 26 ff ff ?? call function 0x00403730
L2: 83 e8 03 ?? sub eax, 3
f7 d8 ?? neg eax
1b c0 ?? sbb eax, eax
40 ?? inc eax
59 ?? pop ecx
89 46 10 ?? mov dword ds:[esi + 0x10<16>], eax
74 05 ?? je basic block L4
L3: 6a 02 ?? push 2
58 ?? pop eax
eb 07 ?? jmp basic block L5
L4: 8b 16 ?? mov edx, dword ds:[esi]
e8 92 fb ff ff ?? call function 0x00410ca8
L5: 6a 01 ?? push 1
68 a1 0f 41 00 ?? push function 0x00410fa1
89 46 0c ?? mov dword ds:[esi + 12], eax
ff 15 bc 52 42 00 ?? call dword ds:[0x004252bc]
L6: f6 46 08 04 ?? test byte ds:[esi + 8], 4
75 04 ?? jne basic block L8
L7: 83 66 08 00 ?? and dword ds:[esi + 8], 0
L8: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x411131 | ___get_qualified_locale | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
53 ?? push ebx
56 ?? push esi
57 ?? push edi
e8 bf 1a ff ff ?? call function 0x00402bfd
L2: 8b 5d 08 ?? mov ebx, dword ss:[ebp + 8]
8b f0 ?? mov esi, eax
81 c6 9c 00 00 00 ?? add esi, 0x0000009c<156>
85 db ?? test ebx, ebx
75 0c ?? jne basic block L4
L3: 81 4e 08 04 01 00 00 ?? or dword ds:[esi + 8], 0x00000104<260>
e9 bd 00 00 00 ?? jmp basic block L31
L4: 8d 43 40 ?? lea eax, ds:[ebx + 0x40<64>]
8d 7e 04 ?? lea edi, ds:[esi + 4]
89 1e ?? mov dword ds:[esi], ebx
89 07 ?? mov dword ds:[edi], eax
85 c0 ?? test eax, eax
74 15 ?? je basic block L8
L5: 80 38 00 ?? cmp byte ds:[eax], 0
74 10 ?? je basic block L8
L6: 57 ?? push edi
6a 16 ?? push 0x16<22>
68 70 0e 42 00 ?? push 0x00420e70
e8 bd f9 ff ff ?? call function 0x00410b36
L7: 83 c4 0c ?? add esp, 12
L8: 8b 06 ?? mov eax, dword ds:[esi]
83 66 08 00 ?? and dword ds:[esi + 8], 0
85 c0 ?? test eax, eax
74 53 ?? je basic block L24
L9: 80 38 00 ?? cmp byte ds:[eax], 0
74 4e ?? je basic block L24
L10: 8b 07 ?? mov eax, dword ds:[edi]
85 c0 ?? test eax, eax
74 0c ?? je basic block L14
L11: 80 38 00 ?? cmp byte ds:[eax], 0
74 07 ?? je basic block L14
L12: e8 f3 fe ff ff ?? call function 0x0041108e
L13: eb 05 ?? jmp basic block L15
L14: e8 53 ff ff ff ?? call function 0x004110f5
L15: 83 7e 08 00 ?? cmp dword ds:[esi + 8], 0
0f 85 80 00 00 00 ?? jne basic block L34
L16: 56 ?? push esi
6a 40 ?? push 0x40<64>
68 68 0c 42 00 ?? push 0x00420c68<"\\\fB">
e8 7d f9 ff ff ?? call function 0x00410b36
L17: 83 c4 0c ?? add esp, 12
85 c0 ?? test eax, eax
74 62 ?? je basic block L33
L18: 8b 3f ?? mov edi, dword ds:[edi]
85 ff ?? test edi, edi
74 0c ?? je basic block L22
L19: 80 3f 00 ?? cmp byte ds:[edi], 0
74 07 ?? je basic block L22
L20: e8 be fe ff ff ?? call function 0x0041108e
L21: eb 50 ?? jmp basic block L33
L22: e8 1e ff ff ff ?? call function 0x004110f5
L23: eb 49 ?? jmp basic block L33
L24: 8b 3f ?? mov edi, dword ds:[edi]
85 ff ?? test edi, edi
74 30 ?? je basic block L30
L25: 80 3f 00 ?? cmp byte ds:[edi], 0
74 2b ?? je basic block L30
L26: 57 ?? push edi
e8 46 25 ff ff ?? call function 0x00403730
L27: 83 e8 03 ?? sub eax, 3
f7 d8 ?? neg eax
59 ?? pop ecx
1b c0 ?? sbb eax, eax
6a 01 ?? push 1
40 ?? inc eax
68 c3 0c 41 00 ?? push function 0x00410cc3
89 46 14 ?? mov dword ds:[esi + 0x14<20>], eax
ff 15 bc 52 42 00 ?? call dword ds:[0x004252bc]
L28: f6 46 08 04 ?? test byte ds:[esi + 8], 4
75 19 ?? jne basic block L33
L29: 83 66 08 00 ?? and dword ds:[esi + 8], 0
eb 13 ?? jmp basic block L33
L30: c7 46 08 04 01 00 00 ?? mov dword ds:[esi + 8], 0x00000104<260>
L31: ff 15 b8 52 42 00 ?? call dword ds:[0x004252b8]
L32: 89 46 18 ?? mov dword ds:[esi + 0x18<24>], eax
89 46 1c ?? mov dword ds:[esi + 0x1c<28>], eax
L33: 83 7e 08 00 ?? cmp dword ds:[esi + 8], 0
0f 84 ef 00 00 00 ?? je basic block L57
L34: 8b cb ?? mov ecx, ebx
83 eb 80 ?? sub ebx, 0x80<128,-128>
f7 d9 ?? neg ecx
1b c9 ?? sbb ecx, ecx
23 cb ?? and ecx, ebx
8b fe ?? mov edi, esi
e8 6e f9 ff ff ?? call function 0x00410bac
L35: 8b f8 ?? mov edi, eax
89 7d 08 ?? mov dword ss:[ebp + 8], edi
85 ff ?? test edi, edi
0f 84 d0 00 00 00 ?? je basic block L57
L36: 81 ff e8 fd 00 00 ?? cmp edi, 0x0000fde8<65000>
0f 84 c4 00 00 00 ?? je basic block L57
L37: 81 ff e9 fd 00 00 ?? cmp edi, 0x0000fde9<65001>
0f 84 b8 00 00 00 ?? je basic block L57
L38: 0f b7 c7 ?? movzx eax, di
50 ?? push eax
ff 15 84 52 42 00 ?? call dword ds:[0x00425284]
L39: 85 c0 ?? test eax, eax
0f 84 a6 00 00 00 ?? je basic block L57
L40: 6a 01 ?? push 1
ff 76 18 ?? push dword ds:[esi + 0x18<24>]
ff 15 c0 52 42 00 ?? call dword ds:[0x004252c0<"(XB">]
L41: 85 c0 ?? test eax, eax
0f 84 93 00 00 00 ?? je basic block L57
L42: 8b 45 0c ?? mov eax, dword ss:[ebp + 12]
85 c0 ?? test eax, eax
74 13 ?? je basic block L44
L43: 66 8b 4e 18 ?? mov cx, word ds:[esi + 0x18<24>]
66 89 08 ?? mov word ds:[eax], cx
66 8b 4e 1c ?? mov cx, word ds:[esi + 0x1c<28>]
66 89 48 02 ?? mov word ds:[eax + 2], cx
66 89 78 04 ?? mov word ds:[eax + 4], di
L44: 8b 5d 10 ?? mov ebx, dword ss:[ebp + 0x10<16>]
85 db ?? test ebx, ebx
74 6d ?? je basic block L56
L45: 8b 3d 98 52 42 00 ?? mov edi, dword ds:[0x00425298<"lWB">]
b9 14 08 00 00 ?? mov ecx, 0x00000814<2068>
66 39 08 ?? cmp word ds:[eax], cx
75 25 ?? jne basic block L50
L46: 68 48 0f 42 00 ?? push 0x00420f48<"Norwegian-Nynorsk">
6a 40 ?? push 0x40<64>
53 ?? push ebx
e8 f8 23 ff ff ?? call function 0x004036be
L47: 83 c4 0c ?? add esp, 12
85 c0 ?? test eax, eax
74 22 ?? je basic block L52
L48: 33 c0 ?? xor eax, eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
e8 e8 1f ff ff ?? call function 0x004032c1
L49: 83 c4 14 ?? add esp, 0x14<20>
eb 11 ?? jmp basic block L52
L50: 6a 40 ?? push 0x40<64>
53 ?? push ebx
68 01 10 00 00 ?? push 0x00001001<4097>
ff 76 18 ?? push dword ds:[esi + 0x18<24>]
ff d7 ?? call edi
L51: 85 c0 ?? test eax, eax
74 2c ?? je basic block L57
L52: 6a 40 ?? push 0x40<64>
8d 43 40 ?? lea eax, ds:[ebx + 0x40<64>]
50 ?? push eax
68 02 10 00 00 ?? push 0x00001002<4098>
ff 76 1c ?? push dword ds:[esi + 0x1c<28>]
ff d7 ?? call edi
L53: 85 c0 ?? test eax, eax
74 18 ?? je basic block L57
L54: 6a 0a ?? push 10
6a 10 ?? push 0x10<16>
83 eb 80 ?? sub ebx, 0x80<128,-128>
53 ?? push ebx
ff 75 08 ?? push dword ss:[ebp + 8]
e8 55 4b 00 00 ?? call function 0x00415e68
L55: 83 c4 10 ?? add esp, 0x10<16>
L56: 33 c0 ?? xor eax, eax
40 ?? inc eax
eb 02 ?? jmp basic block L58
L57: 33 c0 ?? xor eax, eax
L58: 5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x411322 | cmpResult | 0 |
L1: 85 c0 ?? test eax, eax
74 0d ?? je basic block L3
L2: 33 c9 ?? xor ecx, ecx
85 c0 ?? test eax, eax
0f 9f c1 ?? setg cl
8d 4c 09 ff ?? lea ecx, ds:[ecx + ecx + 0xff<255,-1>]
8b c1 ?? mov eax, ecx
L3: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x411334 | cmpBYTE | 0 |
L1: 0f b6 00 ?? movzx eax, byte ds:[eax]
0f b6 09 ?? movzx ecx, byte ds:[ecx]
2b c1 ?? sub eax, ecx
74 0d ?? je basic block L3
L2: 33 c9 ?? xor ecx, ecx
85 c0 ?? test eax, eax
0f 9f c1 ?? setg cl
8d 4c 09 ff ?? lea ecx, ds:[ecx + ecx + 0xff<255,-1>]
8b c1 ?? mov eax, ecx
L3: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x41134c | cmpWORD | 0 |
L1: 66 8b 06 ?? mov ax, word ds:[esi]
66 3b 01 ?? cmp ax, word ds:[ecx]
74 35 ?? je basic block L6
L2: 0f b6 11 ?? movzx edx, byte ds:[ecx]
0f b6 c0 ?? movzx eax, al
2b c2 ?? sub eax, edx
74 11 ?? je basic block L4
L3: 33 d2 ?? xor edx, edx
85 c0 ?? test eax, eax
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b c2 ?? mov eax, edx
85 c0 ?? test eax, eax
75 1c ?? jne basic block L7
L4: 0f b6 46 01 ?? movzx eax, byte ds:[esi + 1]
0f b6 49 01 ?? movzx ecx, byte ds:[ecx + 1]
2b c1 ?? sub eax, ecx
74 10 ?? je basic block L7
L5: 33 c9 ?? xor ecx, ecx
85 c0 ?? test eax, eax
0f 9f c1 ?? setg cl
8d 4c 09 ff ?? lea ecx, ds:[ecx + ecx + 0xff<255,-1>]
8b c1 ?? mov eax, ecx
c3 ?? ret
L6: 33 c0 ?? xor eax, eax
L7: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x41138c | cmpDWORD | 0 |
L1: 8b 06 ?? mov eax, dword ds:[esi]
3b 01 ?? cmp eax, dword ds:[ecx]
74 6f ?? je basic block L10
L2: 0f b6 11 ?? movzx edx, byte ds:[ecx]
0f b6 c0 ?? movzx eax, al
2b c2 ?? sub eax, edx
74 11 ?? je basic block L4
L3: 33 d2 ?? xor edx, edx
85 c0 ?? test eax, eax
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b c2 ?? mov eax, edx
85 c0 ?? test eax, eax
75 56 ?? jne basic block L11
L4: 0f b6 46 01 ?? movzx eax, byte ds:[esi + 1]
0f b6 51 01 ?? movzx edx, byte ds:[ecx + 1]
2b c2 ?? sub eax, edx
74 11 ?? je basic block L6
L5: 33 d2 ?? xor edx, edx
85 c0 ?? test eax, eax
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b c2 ?? mov eax, edx
85 c0 ?? test eax, eax
75 39 ?? jne basic block L11
L6: 0f b6 46 02 ?? movzx eax, byte ds:[esi + 2]
0f b6 51 02 ?? movzx edx, byte ds:[ecx + 2]
2b c2 ?? sub eax, edx
74 11 ?? je basic block L8
L7: 33 d2 ?? xor edx, edx
85 c0 ?? test eax, eax
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b c2 ?? mov eax, edx
85 c0 ?? test eax, eax
75 1c ?? jne basic block L11
L8: 0f b6 46 03 ?? movzx eax, byte ds:[esi + 3]
0f b6 49 03 ?? movzx ecx, byte ds:[ecx + 3]
2b c1 ?? sub eax, ecx
74 10 ?? je basic block L11
L9: 33 c9 ?? xor ecx, ecx
85 c0 ?? test eax, eax
0f 9f c1 ?? setg cl
8d 4c 09 ff ?? lea ecx, ds:[ecx + ecx + 0xff<255,-1>]
8b c1 ?? mov eax, ecx
c3 ?? ret
L10: 33 c0 ?? xor eax, eax
L11: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x411404 | unaligned_memcmp | 0 |
L1: 8b ff ?? mov edi, edi
56 ?? push esi
57 ?? push edi
8b f8 ?? mov edi, eax
e9 5e 04 00 00 ?? jmp basic block L99
L2: 8b 01 ?? mov eax, dword ds:[ecx]
3b 02 ?? cmp eax, dword ds:[edx]
74 78 ?? je basic block L12
L3: 0f b6 f0 ?? movzx esi, al
0f b6 02 ?? movzx eax, byte ds:[edx]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L5
L4: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 12 08 00 00 ?? jne basic block L186
L5: 0f b6 71 01 ?? movzx esi, byte ds:[ecx + 1]
0f b6 42 01 ?? movzx eax, byte ds:[edx + 1]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L7
L6: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 f3 07 00 00 ?? jne basic block L186
L7: 0f b6 71 02 ?? movzx esi, byte ds:[ecx + 2]
0f b6 42 02 ?? movzx eax, byte ds:[edx + 2]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L9
L8: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 d4 07 00 00 ?? jne basic block L186
L9: 0f b6 71 03 ?? movzx esi, byte ds:[ecx + 3]
0f b6 42 03 ?? movzx eax, byte ds:[edx + 3]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L11
L10: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L11: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L13
L12: 33 c0 ?? xor eax, eax
L13: 85 c0 ?? test eax, eax
0f 85 ad 07 00 00 ?? jne basic block L186
L14: 8b 41 04 ?? mov eax, dword ds:[ecx + 4]
3b 42 04 ?? cmp eax, dword ds:[edx + 4]
74 79 ?? je basic block L24
L15: 0f b6 f0 ?? movzx esi, al
0f b6 42 04 ?? movzx eax, byte ds:[edx + 4]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L17
L16: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 87 07 00 00 ?? jne basic block L186
L17: 0f b6 71 05 ?? movzx esi, byte ds:[ecx + 5]
0f b6 42 05 ?? movzx eax, byte ds:[edx + 5]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L19
L18: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 68 07 00 00 ?? jne basic block L186
L19: 0f b6 71 06 ?? movzx esi, byte ds:[ecx + 6]
0f b6 42 06 ?? movzx eax, byte ds:[edx + 6]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L21
L20: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 49 07 00 00 ?? jne basic block L186
L21: 0f b6 71 07 ?? movzx esi, byte ds:[ecx + 7]
0f b6 42 07 ?? movzx eax, byte ds:[edx + 7]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L23
L22: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L23: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L25
L24: 33 c0 ?? xor eax, eax
L25: 85 c0 ?? test eax, eax
0f 85 22 07 00 00 ?? jne basic block L186
L26: 8b 41 08 ?? mov eax, dword ds:[ecx + 8]
3b 42 08 ?? cmp eax, dword ds:[edx + 8]
74 79 ?? je basic block L36
L27: 0f b6 f0 ?? movzx esi, al
0f b6 42 08 ?? movzx eax, byte ds:[edx + 8]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L29
L28: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 fc 06 00 00 ?? jne basic block L186
L29: 0f b6 71 09 ?? movzx esi, byte ds:[ecx + 9]
0f b6 42 09 ?? movzx eax, byte ds:[edx + 9]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L31
L30: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 dd 06 00 00 ?? jne basic block L186
L31: 0f b6 71 0a ?? movzx esi, byte ds:[ecx + 10]
0f b6 42 0a ?? movzx eax, byte ds:[edx + 10]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L33
L32: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 be 06 00 00 ?? jne basic block L186
L33: 0f b6 71 0b ?? movzx esi, byte ds:[ecx + 11]
0f b6 42 0b ?? movzx eax, byte ds:[edx + 11]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L35
L34: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L35: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L37
L36: 33 c0 ?? xor eax, eax
L37: 85 c0 ?? test eax, eax
0f 85 97 06 00 00 ?? jne basic block L186
L38: 8b 41 0c ?? mov eax, dword ds:[ecx + 12]
3b 42 0c ?? cmp eax, dword ds:[edx + 12]
74 79 ?? je basic block L48
L39: 0f b6 f0 ?? movzx esi, al
0f b6 42 0c ?? movzx eax, byte ds:[edx + 12]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L41
L40: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 71 06 00 00 ?? jne basic block L186
L41: 0f b6 71 0d ?? movzx esi, byte ds:[ecx + 13]
0f b6 42 0d ?? movzx eax, byte ds:[edx + 13]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L43
L42: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 52 06 00 00 ?? jne basic block L186
L43: 0f b6 71 0e ?? movzx esi, byte ds:[ecx + 14]
0f b6 42 0e ?? movzx eax, byte ds:[edx + 14]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L45
L44: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 33 06 00 00 ?? jne basic block L186
L45: 0f b6 71 0f ?? movzx esi, byte ds:[ecx + 15]
0f b6 42 0f ?? movzx eax, byte ds:[edx + 15]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L47
L46: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L47: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L49
L48: 33 c0 ?? xor eax, eax
L49: 85 c0 ?? test eax, eax
0f 85 0c 06 00 00 ?? jne basic block L186
L50: 8b 41 10 ?? mov eax, dword ds:[ecx + 0x10<16>]
3b 42 10 ?? cmp eax, dword ds:[edx + 0x10<16>]
74 79 ?? je basic block L60
L51: 0f b6 f0 ?? movzx esi, al
0f b6 42 10 ?? movzx eax, byte ds:[edx + 0x10<16>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L53
L52: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 e6 05 00 00 ?? jne basic block L186
L53: 0f b6 71 11 ?? movzx esi, byte ds:[ecx + 0x11<17>]
0f b6 42 11 ?? movzx eax, byte ds:[edx + 0x11<17>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L55
L54: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 c7 05 00 00 ?? jne basic block L186
L55: 0f b6 71 12 ?? movzx esi, byte ds:[ecx + 0x12<18>]
0f b6 42 12 ?? movzx eax, byte ds:[edx + 0x12<18>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L57
L56: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 a8 05 00 00 ?? jne basic block L186
L57: 0f b6 71 13 ?? movzx esi, byte ds:[ecx + 0x13<19>]
0f b6 42 13 ?? movzx eax, byte ds:[edx + 0x13<19>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L59
L58: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L59: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L61
L60: 33 c0 ?? xor eax, eax
L61: 85 c0 ?? test eax, eax
0f 85 81 05 00 00 ?? jne basic block L186
L62: 8b 41 14 ?? mov eax, dword ds:[ecx + 0x14<20>]
3b 42 14 ?? cmp eax, dword ds:[edx + 0x14<20>]
74 79 ?? je basic block L72
L63: 0f b6 f0 ?? movzx esi, al
0f b6 42 14 ?? movzx eax, byte ds:[edx + 0x14<20>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L65
L64: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 5b 05 00 00 ?? jne basic block L186
L65: 0f b6 71 15 ?? movzx esi, byte ds:[ecx + 0x15<21>]
0f b6 42 15 ?? movzx eax, byte ds:[edx + 0x15<21>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L67
L66: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 3c 05 00 00 ?? jne basic block L186
L67: 0f b6 71 16 ?? movzx esi, byte ds:[ecx + 0x16<22>]
0f b6 42 16 ?? movzx eax, byte ds:[edx + 0x16<22>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L69
L68: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 1d 05 00 00 ?? jne basic block L186
L69: 0f b6 71 17 ?? movzx esi, byte ds:[ecx + 0x17<23>]
0f b6 42 17 ?? movzx eax, byte ds:[edx + 0x17<23>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L71
L70: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L71: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L73
L72: 33 c0 ?? xor eax, eax
L73: 85 c0 ?? test eax, eax
0f 85 f6 04 00 00 ?? jne basic block L186
L74: 8b 41 18 ?? mov eax, dword ds:[ecx + 0x18<24>]
3b 42 18 ?? cmp eax, dword ds:[edx + 0x18<24>]
74 79 ?? je basic block L84
L75: 0f b6 f0 ?? movzx esi, al
0f b6 42 18 ?? movzx eax, byte ds:[edx + 0x18<24>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L77
L76: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 d0 04 00 00 ?? jne basic block L186
L77: 0f b6 71 19 ?? movzx esi, byte ds:[ecx + 0x19<25>]
0f b6 42 19 ?? movzx eax, byte ds:[edx + 0x19<25>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L79
L78: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 b1 04 00 00 ?? jne basic block L186
L79: 0f b6 71 1a ?? movzx esi, byte ds:[ecx + 0x1a<26>]
0f b6 42 1a ?? movzx eax, byte ds:[edx + 0x1a<26>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L81
L80: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 92 04 00 00 ?? jne basic block L186
L81: 0f b6 71 1b ?? movzx esi, byte ds:[ecx + 0x1b<27>]
0f b6 42 1b ?? movzx eax, byte ds:[edx + 0x1b<27>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L83
L82: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L83: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L85
L84: 33 c0 ?? xor eax, eax
L85: 85 c0 ?? test eax, eax
0f 85 6b 04 00 00 ?? jne basic block L186
L86: 8b 41 1c ?? mov eax, dword ds:[ecx + 0x1c<28>]
3b 42 1c ?? cmp eax, dword ds:[edx + 0x1c<28>]
74 79 ?? je basic block L96
L87: 0f b6 f0 ?? movzx esi, al
0f b6 42 1c ?? movzx eax, byte ds:[edx + 0x1c<28>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L89
L88: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 45 04 00 00 ?? jne basic block L186
L89: 0f b6 71 1d ?? movzx esi, byte ds:[ecx + 0x1d<29>]
0f b6 42 1d ?? movzx eax, byte ds:[edx + 0x1d<29>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L91
L90: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 26 04 00 00 ?? jne basic block L186
L91: 0f b6 71 1e ?? movzx esi, byte ds:[ecx + 0x1e<30>]
0f b6 42 1e ?? movzx eax, byte ds:[edx + 0x1e<30>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L93
L92: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 07 04 00 00 ?? jne basic block L186
L93: 0f b6 71 1f ?? movzx esi, byte ds:[ecx + 0x1f<31>]
0f b6 42 1f ?? movzx eax, byte ds:[edx + 0x1f<31>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L95
L94: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L95: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L97
L96: 33 c0 ?? xor eax, eax
L97: 85 c0 ?? test eax, eax
0f 85 e0 03 00 00 ?? jne basic block L186
L98: 83 c1 20 ?? add ecx, 0x20<32>
83 c2 20 ?? add edx, 0x20<32>
83 ef 20 ?? sub edi, 0x20<32>
L99: 83 ff 20 ?? cmp edi, 0x20<32>
0f 83 99 fb ff ff ?? jae basic block L2
L100: 03 cf ?? add ecx, edi
03 d7 ?? add edx, edi
83 ff 1f ?? cmp edi, 0x1f<31>
0f 87 bf 03 00 00 ?? ja basic block L185
L101: ff 24 bd 18 28 41 00 ?? jmp dword ds:[0x00412818 + edi * 4]
L102: 8b 41 e4 ?? mov eax, dword ds:[ecx + 0xe4<228,-28>]
3b 42 e4 ?? cmp eax, dword ds:[edx + 0xe4<228,-28>]
74 7a ?? je basic block L112
L103: 0f b6 42 e4 ?? movzx eax, byte ds:[edx + 0xe4<228,-28>]
0f b6 71 e4 ?? movzx esi, byte ds:[ecx + 0xe4<228,-28>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L105
L104: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 93 03 00 00 ?? jne basic block L186
L105: 0f b6 71 e5 ?? movzx esi, byte ds:[ecx + 0xe5<229,-27>]
0f b6 42 e5 ?? movzx eax, byte ds:[edx + 0xe5<229,-27>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L107
L106: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 74 03 00 00 ?? jne basic block L186
L107: 0f b6 71 e6 ?? movzx esi, byte ds:[ecx + 0xe6<230,-26>]
0f b6 42 e6 ?? movzx eax, byte ds:[edx + 0xe6<230,-26>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L109
L108: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 55 03 00 00 ?? jne basic block L186
L109: 0f b6 71 e7 ?? movzx esi, byte ds:[ecx + 0xe7<231,-25>]
0f b6 42 e7 ?? movzx eax, byte ds:[edx + 0xe7<231,-25>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L111
L110: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L111: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L113
L112: 33 c0 ?? xor eax, eax
L113: 85 c0 ?? test eax, eax
0f 85 2e 03 00 00 ?? jne basic block L186
L114: 8b 41 e8 ?? mov eax, dword ds:[ecx + 0xe8<232,-24>]
3b 42 e8 ?? cmp eax, dword ds:[edx + 0xe8<232,-24>]
74 79 ?? je basic block L124
L115: 0f b6 f0 ?? movzx esi, al
0f b6 42 e8 ?? movzx eax, byte ds:[edx + 0xe8<232,-24>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L117
L116: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 08 03 00 00 ?? jne basic block L186
L117: 0f b6 71 e9 ?? movzx esi, byte ds:[ecx + 0xe9<233,-23>]
0f b6 42 e9 ?? movzx eax, byte ds:[edx + 0xe9<233,-23>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L119
L118: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 e9 02 00 00 ?? jne basic block L186
L119: 0f b6 71 ea ?? movzx esi, byte ds:[ecx + 0xea<234,-22>]
0f b6 42 ea ?? movzx eax, byte ds:[edx + 0xea<234,-22>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L121
L120: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 ca 02 00 00 ?? jne basic block L186
L121: 0f b6 71 eb ?? movzx esi, byte ds:[ecx + 0xeb<235,-21>]
0f b6 42 eb ?? movzx eax, byte ds:[edx + 0xeb<235,-21>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L123
L122: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L123: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L125
L124: 33 c0 ?? xor eax, eax
L125: 85 c0 ?? test eax, eax
0f 85 a3 02 00 00 ?? jne basic block L186
L126: 8b 41 ec ?? mov eax, dword ds:[ecx + 0xec<236,-20>]
3b 42 ec ?? cmp eax, dword ds:[edx + 0xec<236,-20>]
74 79 ?? je basic block L136
L127: 0f b6 f0 ?? movzx esi, al
0f b6 42 ec ?? movzx eax, byte ds:[edx + 0xec<236,-20>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L129
L128: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 7d 02 00 00 ?? jne basic block L186
L129: 0f b6 71 ed ?? movzx esi, byte ds:[ecx + 0xed<237,-19>]
0f b6 42 ed ?? movzx eax, byte ds:[edx + 0xed<237,-19>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L131
L130: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 5e 02 00 00 ?? jne basic block L186
L131: 0f b6 71 ee ?? movzx esi, byte ds:[ecx + 0xee<238,-18>]
0f b6 42 ee ?? movzx eax, byte ds:[edx + 0xee<238,-18>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L133
L132: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 3f 02 00 00 ?? jne basic block L186
L133: 0f b6 71 ef ?? movzx esi, byte ds:[ecx + 0xef<239,-17>]
0f b6 42 ef ?? movzx eax, byte ds:[edx + 0xef<239,-17>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L135
L134: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L135: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L137
L136: 33 c0 ?? xor eax, eax
L137: 85 c0 ?? test eax, eax
0f 85 18 02 00 00 ?? jne basic block L186
L138: 8b 41 f0 ?? mov eax, dword ds:[ecx + 0xf0<240,-16>]
3b 42 f0 ?? cmp eax, dword ds:[edx + 0xf0<240,-16>]
74 79 ?? je basic block L148
L139: 0f b6 f0 ?? movzx esi, al
0f b6 42 f0 ?? movzx eax, byte ds:[edx + 0xf0<240,-16>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L141
L140: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 f2 01 00 00 ?? jne basic block L186
L141: 0f b6 71 f1 ?? movzx esi, byte ds:[ecx + 0xf1<241,-15>]
0f b6 42 f1 ?? movzx eax, byte ds:[edx + 0xf1<241,-15>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L143
L142: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 d3 01 00 00 ?? jne basic block L186
L143: 0f b6 71 f2 ?? movzx esi, byte ds:[ecx + 0xf2<242,-14>]
0f b6 42 f2 ?? movzx eax, byte ds:[edx + 0xf2<242,-14>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L145
L144: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 b4 01 00 00 ?? jne basic block L186
L145: 0f b6 71 f3 ?? movzx esi, byte ds:[ecx + 0xf3<243,-13>]
0f b6 42 f3 ?? movzx eax, byte ds:[edx + 0xf3<243,-13>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L147
L146: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L147: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L149
L148: 33 c0 ?? xor eax, eax
L149: 85 c0 ?? test eax, eax
0f 85 8d 01 00 00 ?? jne basic block L186
L150: 8b 41 f4 ?? mov eax, dword ds:[ecx + 0xf4<244,-12>]
3b 42 f4 ?? cmp eax, dword ds:[edx + 0xf4<244,-12>]
74 79 ?? je basic block L160
L151: 0f b6 f0 ?? movzx esi, al
0f b6 42 f4 ?? movzx eax, byte ds:[edx + 0xf4<244,-12>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L153
L152: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 67 01 00 00 ?? jne basic block L186
L153: 0f b6 71 f5 ?? movzx esi, byte ds:[ecx + 0xf5<245,-11>]
0f b6 42 f5 ?? movzx eax, byte ds:[edx + 0xf5<245,-11>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L155
L154: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 48 01 00 00 ?? jne basic block L186
L155: 0f b6 71 f6 ?? movzx esi, byte ds:[ecx + 0xf6<246,-10>]
0f b6 42 f6 ?? movzx eax, byte ds:[edx + 0xf6<246,-10>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L157
L156: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 29 01 00 00 ?? jne basic block L186
L157: 0f b6 71 f7 ?? movzx esi, byte ds:[ecx + 0xf7<247,-9>]
0f b6 42 f7 ?? movzx eax, byte ds:[edx + 0xf7<247,-9>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L159
L158: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L159: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L161
L160: 33 c0 ?? xor eax, eax
L161: 85 c0 ?? test eax, eax
0f 85 02 01 00 00 ?? jne basic block L186
L162: 8b 41 f8 ?? mov eax, dword ds:[ecx + 0xf8<248,-8>]
3b 42 f8 ?? cmp eax, dword ds:[edx + 0xf8<248,-8>]
74 79 ?? je basic block L172
L163: 0f b6 f0 ?? movzx esi, al
0f b6 42 f8 ?? movzx eax, byte ds:[edx + 0xf8<248,-8>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L165
L164: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 dc 00 00 00 ?? jne basic block L186
L165: 0f b6 71 f9 ?? movzx esi, byte ds:[ecx + 0xf9<249,-7>]
0f b6 42 f9 ?? movzx eax, byte ds:[edx + 0xf9<249,-7>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L167
L166: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 bd 00 00 00 ?? jne basic block L186
L167: 0f b6 71 fa ?? movzx esi, byte ds:[ecx + 0xfa<250,-6>]
0f b6 42 fa ?? movzx eax, byte ds:[edx + 0xfa<250,-6>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L169
L168: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 9e 00 00 00 ?? jne basic block L186
L169: 0f b6 71 fb ?? movzx esi, byte ds:[ecx + 0xfb<251,-5>]
0f b6 42 fb ?? movzx eax, byte ds:[edx + 0xfb<251,-5>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L171
L170: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L171: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L173
L172: 33 c0 ?? xor eax, eax
L173: 85 c0 ?? test eax, eax
75 7b ?? jne basic block L186
L174: 8b 41 fc ?? mov eax, dword ds:[ecx + 0xfc<252,-4>]
3b 42 fc ?? cmp eax, dword ds:[edx + 0xfc<252,-4>]
74 6b ?? je basic block L183
L175: 0f b6 f0 ?? movzx esi, al
0f b6 42 fc ?? movzx eax, byte ds:[edx + 0xfc<252,-4>]
2b f0 ?? sub esi, eax
74 0f ?? je basic block L177
L176: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
75 59 ?? jne basic block L186
L177: 0f b6 71 fd ?? movzx esi, byte ds:[ecx + 0xfd<253,-3>]
0f b6 42 fd ?? movzx eax, byte ds:[edx + 0xfd<253,-3>]
2b f0 ?? sub esi, eax
74 0f ?? je basic block L179
L178: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
75 3e ?? jne basic block L186
L179: 0f b6 71 fe ?? movzx esi, byte ds:[ecx + 0xfe<254,-2>]
0f b6 42 fe ?? movzx eax, byte ds:[edx + 0xfe<254,-2>]
2b f0 ?? sub esi, eax
74 0f ?? je basic block L181
L180: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
75 23 ?? jne basic block L186
L181: 0f b6 41 ff ?? movzx eax, byte ds:[ecx + 0xff<255,-1>]
0f b6 4a ff ?? movzx ecx, byte ds:[edx + 0xff<255,-1>]
2b c1 ?? sub eax, ecx
74 11 ?? je basic block L184
L182: 33 c9 ?? xor ecx, ecx
85 c0 ?? test eax, eax
0f 9f c1 ?? setg cl
8d 4c 09 ff ?? lea ecx, ds:[ecx + ecx + 0xff<255,-1>]
8b c1 ?? mov eax, ecx
eb 02 ?? jmp basic block L184
L183: 33 c0 ?? xor eax, eax
L184: 85 c0 ?? test eax, eax
75 02 ?? jne basic block L186
L185: 33 c0 ?? xor eax, eax
L186: 5f ?? pop edi
5e ?? pop esi
c3 ?? ret
L187: 8b 41 e3 ?? mov eax, dword ds:[ecx + 0xe3<227,-29>]
3b 42 e3 ?? cmp eax, dword ds:[edx + 0xe3<227,-29>]
74 6d ?? je basic block L197
L188: 0f b6 f0 ?? movzx esi, al
0f b6 42 e3 ?? movzx eax, byte ds:[edx + 0xe3<227,-29>]
2b f0 ?? sub esi, eax
74 0f ?? je basic block L190
L189: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
75 db ?? jne basic block L186
L190: 0f b6 71 e4 ?? movzx esi, byte ds:[ecx + 0xe4<228,-28>]
0f b6 42 e4 ?? movzx eax, byte ds:[edx + 0xe4<228,-28>]
2b f0 ?? sub esi, eax
74 0f ?? je basic block L192
L191: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
75 c0 ?? jne basic block L186
L192: 0f b6 71 e5 ?? movzx esi, byte ds:[ecx + 0xe5<229,-27>]
0f b6 42 e5 ?? movzx eax, byte ds:[edx + 0xe5<229,-27>]
2b f0 ?? sub esi, eax
74 0f ?? je basic block L194
L193: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
75 a5 ?? jne basic block L186
L194: 0f b6 71 e6 ?? movzx esi, byte ds:[ecx + 0xe6<230,-26>]
0f b6 42 e6 ?? movzx eax, byte ds:[edx + 0xe6<230,-26>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L196
L195: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L196: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L198
L197: 33 c0 ?? xor eax, eax
L198: 85 c0 ?? test eax, eax
75 82 ?? jne basic block L186
L199: 8b 41 e7 ?? mov eax, dword ds:[ecx + 0xe7<231,-25>]
3b 42 e7 ?? cmp eax, dword ds:[edx + 0xe7<231,-25>]
74 7a ?? je basic block L209
L200: 0f b6 42 e7 ?? movzx eax, byte ds:[edx + 0xe7<231,-25>]
0f b6 71 e7 ?? movzx esi, byte ds:[ecx + 0xe7<231,-25>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L202
L201: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 5b ff ff ff ?? jne basic block L186
L202: 0f b6 71 e8 ?? movzx esi, byte ds:[ecx + 0xe8<232,-24>]
0f b6 42 e8 ?? movzx eax, byte ds:[edx + 0xe8<232,-24>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L204
L203: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 3c ff ff ff ?? jne basic block L186
L204: 0f b6 71 e9 ?? movzx esi, byte ds:[ecx + 0xe9<233,-23>]
0f b6 42 e9 ?? movzx eax, byte ds:[edx + 0xe9<233,-23>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L206
L205: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 1d ff ff ff ?? jne basic block L186
L206: 0f b6 71 ea ?? movzx esi, byte ds:[ecx + 0xea<234,-22>]
0f b6 42 ea ?? movzx eax, byte ds:[edx + 0xea<234,-22>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L208
L207: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L208: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L210
L209: 33 c0 ?? xor eax, eax
L210: 85 c0 ?? test eax, eax
0f 85 f6 fe ff ff ?? jne basic block L186
L211: 8b 41 eb ?? mov eax, dword ds:[ecx + 0xeb<235,-21>]
3b 42 eb ?? cmp eax, dword ds:[edx + 0xeb<235,-21>]
74 79 ?? je basic block L221
L212: 0f b6 f0 ?? movzx esi, al
0f b6 42 eb ?? movzx eax, byte ds:[edx + 0xeb<235,-21>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L214
L213: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 d0 fe ff ff ?? jne basic block L186
L214: 0f b6 71 ec ?? movzx esi, byte ds:[ecx + 0xec<236,-20>]
0f b6 42 ec ?? movzx eax, byte ds:[edx + 0xec<236,-20>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L216
L215: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 b1 fe ff ff ?? jne basic block L186
L216: 0f b6 71 ed ?? movzx esi, byte ds:[ecx + 0xed<237,-19>]
0f b6 42 ed ?? movzx eax, byte ds:[edx + 0xed<237,-19>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L218
L217: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 92 fe ff ff ?? jne basic block L186
L218: 0f b6 71 ee ?? movzx esi, byte ds:[ecx + 0xee<238,-18>]
0f b6 42 ee ?? movzx eax, byte ds:[edx + 0xee<238,-18>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L220
L219: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L220: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L222
L221: 33 c0 ?? xor eax, eax
L222: 85 c0 ?? test eax, eax
0f 85 6b fe ff ff ?? jne basic block L186
L223: 8b 41 ef ?? mov eax, dword ds:[ecx + 0xef<239,-17>]
3b 42 ef ?? cmp eax, dword ds:[edx + 0xef<239,-17>]
74 79 ?? je basic block L233
L224: 0f b6 f0 ?? movzx esi, al
0f b6 42 ef ?? movzx eax, byte ds:[edx + 0xef<239,-17>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L226
L225: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 45 fe ff ff ?? jne basic block L186
L226: 0f b6 71 f0 ?? movzx esi, byte ds:[ecx + 0xf0<240,-16>]
0f b6 42 f0 ?? movzx eax, byte ds:[edx + 0xf0<240,-16>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L228
L227: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 26 fe ff ff ?? jne basic block L186
L228: 0f b6 71 f1 ?? movzx esi, byte ds:[ecx + 0xf1<241,-15>]
0f b6 42 f1 ?? movzx eax, byte ds:[edx + 0xf1<241,-15>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L230
L229: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 07 fe ff ff ?? jne basic block L186
L230: 0f b6 71 f2 ?? movzx esi, byte ds:[ecx + 0xf2<242,-14>]
0f b6 42 f2 ?? movzx eax, byte ds:[edx + 0xf2<242,-14>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L232
L231: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L232: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L234
L233: 33 c0 ?? xor eax, eax
L234: 85 c0 ?? test eax, eax
0f 85 e0 fd ff ff ?? jne basic block L186
L235: 8b 41 f3 ?? mov eax, dword ds:[ecx + 0xf3<243,-13>]
3b 42 f3 ?? cmp eax, dword ds:[edx + 0xf3<243,-13>]
74 79 ?? je basic block L245
L236: 0f b6 f0 ?? movzx esi, al
0f b6 42 f3 ?? movzx eax, byte ds:[edx + 0xf3<243,-13>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L238
L237: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 ba fd ff ff ?? jne basic block L186
L238: 0f b6 71 f4 ?? movzx esi, byte ds:[ecx + 0xf4<244,-12>]
0f b6 42 f4 ?? movzx eax, byte ds:[edx + 0xf4<244,-12>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L240
L239: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 9b fd ff ff ?? jne basic block L186
L240: 0f b6 71 f5 ?? movzx esi, byte ds:[ecx + 0xf5<245,-11>]
0f b6 42 f5 ?? movzx eax, byte ds:[edx + 0xf5<245,-11>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L242
L241: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 7c fd ff ff ?? jne basic block L186
L242: 0f b6 71 f6 ?? movzx esi, byte ds:[ecx + 0xf6<246,-10>]
0f b6 42 f6 ?? movzx eax, byte ds:[edx + 0xf6<246,-10>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L244
L243: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L244: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L246
L245: 33 c0 ?? xor eax, eax
L246: 85 c0 ?? test eax, eax
0f 85 55 fd ff ff ?? jne basic block L186
L247: 8b 41 f7 ?? mov eax, dword ds:[ecx + 0xf7<247,-9>]
3b 42 f7 ?? cmp eax, dword ds:[edx + 0xf7<247,-9>]
74 79 ?? je basic block L257
L248: 0f b6 f0 ?? movzx esi, al
0f b6 42 f7 ?? movzx eax, byte ds:[edx + 0xf7<247,-9>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L250
L249: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 2f fd ff ff ?? jne basic block L186
L250: 0f b6 71 f8 ?? movzx esi, byte ds:[ecx + 0xf8<248,-8>]
0f b6 42 f8 ?? movzx eax, byte ds:[edx + 0xf8<248,-8>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L252
L251: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 10 fd ff ff ?? jne basic block L186
L252: 0f b6 71 f9 ?? movzx esi, byte ds:[ecx + 0xf9<249,-7>]
0f b6 42 f9 ?? movzx eax, byte ds:[edx + 0xf9<249,-7>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L254
L253: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 f1 fc ff ff ?? jne basic block L186
L254: 0f b6 71 fa ?? movzx esi, byte ds:[ecx + 0xfa<250,-6>]
0f b6 42 fa ?? movzx eax, byte ds:[edx + 0xfa<250,-6>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L256
L255: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L256: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L258
L257: 33 c0 ?? xor eax, eax
L258: 85 c0 ?? test eax, eax
0f 85 ca fc ff ff ?? jne basic block L186
L259: 8b 41 fb ?? mov eax, dword ds:[ecx + 0xfb<251,-5>]
3b 42 fb ?? cmp eax, dword ds:[edx + 0xfb<251,-5>]
74 79 ?? je basic block L269
L260: 0f b6 f0 ?? movzx esi, al
0f b6 42 fb ?? movzx eax, byte ds:[edx + 0xfb<251,-5>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L262
L261: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 a4 fc ff ff ?? jne basic block L186
L262: 0f b6 71 fc ?? movzx esi, byte ds:[ecx + 0xfc<252,-4>]
0f b6 42 fc ?? movzx eax, byte ds:[edx + 0xfc<252,-4>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L264
L263: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 85 fc ff ff ?? jne basic block L186
L264: 0f b6 71 fd ?? movzx esi, byte ds:[ecx + 0xfd<253,-3>]
0f b6 42 fd ?? movzx eax, byte ds:[edx + 0xfd<253,-3>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L266
L265: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 66 fc ff ff ?? jne basic block L186
L266: 0f b6 71 fe ?? movzx esi, byte ds:[ecx + 0xfe<254,-2>]
0f b6 42 fe ?? movzx eax, byte ds:[edx + 0xfe<254,-2>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L268
L267: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L268: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L270
L269: 33 c0 ?? xor eax, eax
L270: 85 c0 ?? test eax, eax
0f 85 3f fc ff ff ?? jne basic block L186
L271: 0f b6 41 ff ?? movzx eax, byte ds:[ecx + 0xff<255,-1>]
0f b6 4a ff ?? movzx ecx, byte ds:[edx + 0xff<255,-1>]
2b c1 ?? sub eax, ecx
0f 84 2f fc ff ff ?? je basic block L186
L272: 33 c9 ?? xor ecx, ecx
85 c0 ?? test eax, eax
0f 9f c1 ?? setg cl
8d 4c 09 ff ?? lea ecx, ds:[ecx + ecx + 0xff<255,-1>]
8b c1 ?? mov eax, ecx
e9 1d fc ff ff ?? jmp basic block L186
L273: 8b 41 e2 ?? mov eax, dword ds:[ecx + 0xe2<226,-30>]
3b 42 e2 ?? cmp eax, dword ds:[edx + 0xe2<226,-30>]
74 79 ?? je basic block L283
L274: 0f b6 f0 ?? movzx esi, al
0f b6 42 e2 ?? movzx eax, byte ds:[edx + 0xe2<226,-30>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L276
L275: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 f7 fb ff ff ?? jne basic block L186
L276: 0f b6 71 e3 ?? movzx esi, byte ds:[ecx + 0xe3<227,-29>]
0f b6 42 e3 ?? movzx eax, byte ds:[edx + 0xe3<227,-29>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L278
L277: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 d8 fb ff ff ?? jne basic block L186
L278: 0f b6 71 e4 ?? movzx esi, byte ds:[ecx + 0xe4<228,-28>]
0f b6 42 e4 ?? movzx eax, byte ds:[edx + 0xe4<228,-28>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L280
L279: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 b9 fb ff ff ?? jne basic block L186
L280: 0f b6 71 e5 ?? movzx esi, byte ds:[ecx + 0xe5<229,-27>]
0f b6 42 e5 ?? movzx eax, byte ds:[edx + 0xe5<229,-27>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L282
L281: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L282: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L284
L283: 33 c0 ?? xor eax, eax
L284: 85 c0 ?? test eax, eax
0f 85 92 fb ff ff ?? jne basic block L186
L285: 8b 41 e6 ?? mov eax, dword ds:[ecx + 0xe6<230,-26>]
3b 42 e6 ?? cmp eax, dword ds:[edx + 0xe6<230,-26>]
74 7a ?? je basic block L295
L286: 0f b6 42 e6 ?? movzx eax, byte ds:[edx + 0xe6<230,-26>]
0f b6 71 e6 ?? movzx esi, byte ds:[ecx + 0xe6<230,-26>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L288
L287: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 6b fb ff ff ?? jne basic block L186
L288: 0f b6 71 e7 ?? movzx esi, byte ds:[ecx + 0xe7<231,-25>]
0f b6 42 e7 ?? movzx eax, byte ds:[edx + 0xe7<231,-25>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L290
L289: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 4c fb ff ff ?? jne basic block L186
L290: 0f b6 71 e8 ?? movzx esi, byte ds:[ecx + 0xe8<232,-24>]
0f b6 42 e8 ?? movzx eax, byte ds:[edx + 0xe8<232,-24>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L292
L291: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 2d fb ff ff ?? jne basic block L186
L292: 0f b6 71 e9 ?? movzx esi, byte ds:[ecx + 0xe9<233,-23>]
0f b6 42 e9 ?? movzx eax, byte ds:[edx + 0xe9<233,-23>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L294
L293: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L294: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L296
L295: 33 c0 ?? xor eax, eax
L296: 85 c0 ?? test eax, eax
0f 85 06 fb ff ff ?? jne basic block L186
L297: 8b 41 ea ?? mov eax, dword ds:[ecx + 0xea<234,-22>]
3b 42 ea ?? cmp eax, dword ds:[edx + 0xea<234,-22>]
74 79 ?? je basic block L307
L298: 0f b6 f0 ?? movzx esi, al
0f b6 42 ea ?? movzx eax, byte ds:[edx + 0xea<234,-22>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L300
L299: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 e0 fa ff ff ?? jne basic block L186
L300: 0f b6 71 eb ?? movzx esi, byte ds:[ecx + 0xeb<235,-21>]
0f b6 42 eb ?? movzx eax, byte ds:[edx + 0xeb<235,-21>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L302
L301: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 c1 fa ff ff ?? jne basic block L186
L302: 0f b6 71 ec ?? movzx esi, byte ds:[ecx + 0xec<236,-20>]
0f b6 42 ec ?? movzx eax, byte ds:[edx + 0xec<236,-20>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L304
L303: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 a2 fa ff ff ?? jne basic block L186
L304: 0f b6 71 ed ?? movzx esi, byte ds:[ecx + 0xed<237,-19>]
0f b6 42 ed ?? movzx eax, byte ds:[edx + 0xed<237,-19>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L306
L305: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L306: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L308
L307: 33 c0 ?? xor eax, eax
L308: 85 c0 ?? test eax, eax
0f 85 7b fa ff ff ?? jne basic block L186
L309: 8b 41 ee ?? mov eax, dword ds:[ecx + 0xee<238,-18>]
3b 42 ee ?? cmp eax, dword ds:[edx + 0xee<238,-18>]
74 79 ?? je basic block L319
L310: 0f b6 f0 ?? movzx esi, al
0f b6 42 ee ?? movzx eax, byte ds:[edx + 0xee<238,-18>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L312
L311: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 55 fa ff ff ?? jne basic block L186
L312: 0f b6 71 ef ?? movzx esi, byte ds:[ecx + 0xef<239,-17>]
0f b6 42 ef ?? movzx eax, byte ds:[edx + 0xef<239,-17>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L314
L313: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 36 fa ff ff ?? jne basic block L186
L314: 0f b6 71 f0 ?? movzx esi, byte ds:[ecx + 0xf0<240,-16>]
0f b6 42 f0 ?? movzx eax, byte ds:[edx + 0xf0<240,-16>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L316
L315: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 17 fa ff ff ?? jne basic block L186
L316: 0f b6 71 f1 ?? movzx esi, byte ds:[ecx + 0xf1<241,-15>]
0f b6 42 f1 ?? movzx eax, byte ds:[edx + 0xf1<241,-15>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L318
L317: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L318: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L320
L319: 33 c0 ?? xor eax, eax
L320: 85 c0 ?? test eax, eax
0f 85 f0 f9 ff ff ?? jne basic block L186
L321: 8b 41 f2 ?? mov eax, dword ds:[ecx + 0xf2<242,-14>]
3b 42 f2 ?? cmp eax, dword ds:[edx + 0xf2<242,-14>]
74 79 ?? je basic block L331
L322: 0f b6 f0 ?? movzx esi, al
0f b6 42 f2 ?? movzx eax, byte ds:[edx + 0xf2<242,-14>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L324
L323: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 ca f9 ff ff ?? jne basic block L186
L324: 0f b6 71 f3 ?? movzx esi, byte ds:[ecx + 0xf3<243,-13>]
0f b6 42 f3 ?? movzx eax, byte ds:[edx + 0xf3<243,-13>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L326
L325: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 ab f9 ff ff ?? jne basic block L186
L326: 0f b6 71 f4 ?? movzx esi, byte ds:[ecx + 0xf4<244,-12>]
0f b6 42 f4 ?? movzx eax, byte ds:[edx + 0xf4<244,-12>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L328
L327: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 8c f9 ff ff ?? jne basic block L186
L328: 0f b6 71 f5 ?? movzx esi, byte ds:[ecx + 0xf5<245,-11>]
0f b6 42 f5 ?? movzx eax, byte ds:[edx + 0xf5<245,-11>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L330
L329: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L330: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L332
L331: 33 c0 ?? xor eax, eax
L332: 85 c0 ?? test eax, eax
0f 85 65 f9 ff ff ?? jne basic block L186
L333: 8b 41 f6 ?? mov eax, dword ds:[ecx + 0xf6<246,-10>]
3b 42 f6 ?? cmp eax, dword ds:[edx + 0xf6<246,-10>]
74 79 ?? je basic block L343
L334: 0f b6 f0 ?? movzx esi, al
0f b6 42 f6 ?? movzx eax, byte ds:[edx + 0xf6<246,-10>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L336
L335: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 3f f9 ff ff ?? jne basic block L186
L336: 0f b6 71 f7 ?? movzx esi, byte ds:[ecx + 0xf7<247,-9>]
0f b6 42 f7 ?? movzx eax, byte ds:[edx + 0xf7<247,-9>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L338
L337: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 20 f9 ff ff ?? jne basic block L186
L338: 0f b6 71 f8 ?? movzx esi, byte ds:[ecx + 0xf8<248,-8>]
0f b6 42 f8 ?? movzx eax, byte ds:[edx + 0xf8<248,-8>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L340
L339: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 01 f9 ff ff ?? jne basic block L186
L340: 0f b6 71 f9 ?? movzx esi, byte ds:[ecx + 0xf9<249,-7>]
0f b6 42 f9 ?? movzx eax, byte ds:[edx + 0xf9<249,-7>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L342
L341: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L342: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L344
L343: 33 c0 ?? xor eax, eax
L344: 85 c0 ?? test eax, eax
0f 85 da f8 ff ff ?? jne basic block L186
L345: 8b 41 fa ?? mov eax, dword ds:[ecx + 0xfa<250,-6>]
3b 42 fa ?? cmp eax, dword ds:[edx + 0xfa<250,-6>]
74 79 ?? je basic block L355
L346: 0f b6 f0 ?? movzx esi, al
0f b6 42 fa ?? movzx eax, byte ds:[edx + 0xfa<250,-6>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L348
L347: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 b4 f8 ff ff ?? jne basic block L186
L348: 0f b6 71 fb ?? movzx esi, byte ds:[ecx + 0xfb<251,-5>]
0f b6 42 fb ?? movzx eax, byte ds:[edx + 0xfb<251,-5>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L350
L349: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 95 f8 ff ff ?? jne basic block L186
L350: 0f b6 71 fc ?? movzx esi, byte ds:[ecx + 0xfc<252,-4>]
0f b6 42 fc ?? movzx eax, byte ds:[edx + 0xfc<252,-4>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L352
L351: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 76 f8 ff ff ?? jne basic block L186
L352: 0f b6 71 fd ?? movzx esi, byte ds:[ecx + 0xfd<253,-3>]
0f b6 42 fd ?? movzx eax, byte ds:[edx + 0xfd<253,-3>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L354
L353: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L354: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L356
L355: 33 c0 ?? xor eax, eax
L356: 85 c0 ?? test eax, eax
0f 85 4f f8 ff ff ?? jne basic block L186
L357: 66 8b 41 fe ?? mov ax, word ds:[ecx + 0xfe<254,-2>]
66 3b 42 fe ?? cmp ax, word ds:[edx + 0xfe<254,-2>]
0f 84 3f f8 ff ff ?? je basic block L185
L358: e9 ed 03 00 00 ?? jmp basic block L445
L359: 8b 41 e1 ?? mov eax, dword ds:[ecx + 0xe1<225,-31>]
3b 42 e1 ?? cmp eax, dword ds:[edx + 0xe1<225,-31>]
74 7a ?? je basic block L369
L360: 0f b6 42 e1 ?? movzx eax, byte ds:[edx + 0xe1<225,-31>]
0f b6 71 e1 ?? movzx esi, byte ds:[ecx + 0xe1<225,-31>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L362
L361: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 15 f8 ff ff ?? jne basic block L186
L362: 0f b6 71 e2 ?? movzx esi, byte ds:[ecx + 0xe2<226,-30>]
0f b6 42 e2 ?? movzx eax, byte ds:[edx + 0xe2<226,-30>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L364
L363: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 f6 f7 ff ff ?? jne basic block L186
L364: 0f b6 71 e3 ?? movzx esi, byte ds:[ecx + 0xe3<227,-29>]
0f b6 42 e3 ?? movzx eax, byte ds:[edx + 0xe3<227,-29>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L366
L365: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 d7 f7 ff ff ?? jne basic block L186
L366: 0f b6 71 e4 ?? movzx esi, byte ds:[ecx + 0xe4<228,-28>]
0f b6 42 e4 ?? movzx eax, byte ds:[edx + 0xe4<228,-28>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L368
L367: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L368: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L370
L369: 33 c0 ?? xor eax, eax
L370: 85 c0 ?? test eax, eax
0f 85 b0 f7 ff ff ?? jne basic block L186
L371: 8b 41 e5 ?? mov eax, dword ds:[ecx + 0xe5<229,-27>]
3b 42 e5 ?? cmp eax, dword ds:[edx + 0xe5<229,-27>]
74 79 ?? je basic block L381
L372: 0f b6 f0 ?? movzx esi, al
0f b6 42 e5 ?? movzx eax, byte ds:[edx + 0xe5<229,-27>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L374
L373: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 8a f7 ff ff ?? jne basic block L186
L374: 0f b6 71 e6 ?? movzx esi, byte ds:[ecx + 0xe6<230,-26>]
0f b6 42 e6 ?? movzx eax, byte ds:[edx + 0xe6<230,-26>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L376
L375: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 6b f7 ff ff ?? jne basic block L186
L376: 0f b6 71 e7 ?? movzx esi, byte ds:[ecx + 0xe7<231,-25>]
0f b6 42 e7 ?? movzx eax, byte ds:[edx + 0xe7<231,-25>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L378
L377: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 4c f7 ff ff ?? jne basic block L186
L378: 0f b6 71 e8 ?? movzx esi, byte ds:[ecx + 0xe8<232,-24>]
0f b6 42 e8 ?? movzx eax, byte ds:[edx + 0xe8<232,-24>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L380
L379: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L380: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L382
L381: 33 c0 ?? xor eax, eax
L382: 85 c0 ?? test eax, eax
0f 85 25 f7 ff ff ?? jne basic block L186
L383: 8b 41 e9 ?? mov eax, dword ds:[ecx + 0xe9<233,-23>]
3b 42 e9 ?? cmp eax, dword ds:[edx + 0xe9<233,-23>]
74 79 ?? je basic block L393
L384: 0f b6 f0 ?? movzx esi, al
0f b6 42 e9 ?? movzx eax, byte ds:[edx + 0xe9<233,-23>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L386
L385: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 ff f6 ff ff ?? jne basic block L186
L386: 0f b6 71 ea ?? movzx esi, byte ds:[ecx + 0xea<234,-22>]
0f b6 42 ea ?? movzx eax, byte ds:[edx + 0xea<234,-22>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L388
L387: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 e0 f6 ff ff ?? jne basic block L186
L388: 0f b6 71 eb ?? movzx esi, byte ds:[ecx + 0xeb<235,-21>]
0f b6 42 eb ?? movzx eax, byte ds:[edx + 0xeb<235,-21>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L390
L389: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 c1 f6 ff ff ?? jne basic block L186
L390: 0f b6 71 ec ?? movzx esi, byte ds:[ecx + 0xec<236,-20>]
0f b6 42 ec ?? movzx eax, byte ds:[edx + 0xec<236,-20>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L392
L391: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L392: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L394
L393: 33 c0 ?? xor eax, eax
L394: 85 c0 ?? test eax, eax
0f 85 9a f6 ff ff ?? jne basic block L186
L395: 8b 41 ed ?? mov eax, dword ds:[ecx + 0xed<237,-19>]
3b 42 ed ?? cmp eax, dword ds:[edx + 0xed<237,-19>]
74 79 ?? je basic block L405
L396: 0f b6 f0 ?? movzx esi, al
0f b6 42 ed ?? movzx eax, byte ds:[edx + 0xed<237,-19>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L398
L397: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 74 f6 ff ff ?? jne basic block L186
L398: 0f b6 71 ee ?? movzx esi, byte ds:[ecx + 0xee<238,-18>]
0f b6 42 ee ?? movzx eax, byte ds:[edx + 0xee<238,-18>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L400
L399: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 55 f6 ff ff ?? jne basic block L186
L400: 0f b6 71 ef ?? movzx esi, byte ds:[ecx + 0xef<239,-17>]
0f b6 42 ef ?? movzx eax, byte ds:[edx + 0xef<239,-17>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L402
L401: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 36 f6 ff ff ?? jne basic block L186
L402: 0f b6 71 f0 ?? movzx esi, byte ds:[ecx + 0xf0<240,-16>]
0f b6 42 f0 ?? movzx eax, byte ds:[edx + 0xf0<240,-16>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L404
L403: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L404: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L406
L405: 33 c0 ?? xor eax, eax
L406: 85 c0 ?? test eax, eax
0f 85 0f f6 ff ff ?? jne basic block L186
L407: 8b 41 f1 ?? mov eax, dword ds:[ecx + 0xf1<241,-15>]
3b 42 f1 ?? cmp eax, dword ds:[edx + 0xf1<241,-15>]
74 79 ?? je basic block L417
L408: 0f b6 f0 ?? movzx esi, al
0f b6 42 f1 ?? movzx eax, byte ds:[edx + 0xf1<241,-15>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L410
L409: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 e9 f5 ff ff ?? jne basic block L186
L410: 0f b6 71 f2 ?? movzx esi, byte ds:[ecx + 0xf2<242,-14>]
0f b6 42 f2 ?? movzx eax, byte ds:[edx + 0xf2<242,-14>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L412
L411: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 ca f5 ff ff ?? jne basic block L186
L412: 0f b6 71 f3 ?? movzx esi, byte ds:[ecx + 0xf3<243,-13>]
0f b6 42 f3 ?? movzx eax, byte ds:[edx + 0xf3<243,-13>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L414
L413: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 ab f5 ff ff ?? jne basic block L186
L414: 0f b6 71 f4 ?? movzx esi, byte ds:[ecx + 0xf4<244,-12>]
0f b6 42 f4 ?? movzx eax, byte ds:[edx + 0xf4<244,-12>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L416
L415: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L416: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L418
L417: 33 c0 ?? xor eax, eax
L418: 85 c0 ?? test eax, eax
0f 85 84 f5 ff ff ?? jne basic block L186
L419: 8b 41 f5 ?? mov eax, dword ds:[ecx + 0xf5<245,-11>]
3b 42 f5 ?? cmp eax, dword ds:[edx + 0xf5<245,-11>]
74 79 ?? je basic block L429
L420: 0f b6 f0 ?? movzx esi, al
0f b6 42 f5 ?? movzx eax, byte ds:[edx + 0xf5<245,-11>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L422
L421: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 5e f5 ff ff ?? jne basic block L186
L422: 0f b6 71 f6 ?? movzx esi, byte ds:[ecx + 0xf6<246,-10>]
0f b6 42 f6 ?? movzx eax, byte ds:[edx + 0xf6<246,-10>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L424
L423: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 3f f5 ff ff ?? jne basic block L186
L424: 0f b6 71 f7 ?? movzx esi, byte ds:[ecx + 0xf7<247,-9>]
0f b6 42 f7 ?? movzx eax, byte ds:[edx + 0xf7<247,-9>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L426
L425: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 20 f5 ff ff ?? jne basic block L186
L426: 0f b6 71 f8 ?? movzx esi, byte ds:[ecx + 0xf8<248,-8>]
0f b6 42 f8 ?? movzx eax, byte ds:[edx + 0xf8<248,-8>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L428
L427: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L428: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L430
L429: 33 c0 ?? xor eax, eax
L430: 85 c0 ?? test eax, eax
0f 85 f9 f4 ff ff ?? jne basic block L186
L431: 8b 41 f9 ?? mov eax, dword ds:[ecx + 0xf9<249,-7>]
3b 42 f9 ?? cmp eax, dword ds:[edx + 0xf9<249,-7>]
74 79 ?? je basic block L441
L432: 0f b6 f0 ?? movzx esi, al
0f b6 42 f9 ?? movzx eax, byte ds:[edx + 0xf9<249,-7>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L434
L433: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 d3 f4 ff ff ?? jne basic block L186
L434: 0f b6 71 fa ?? movzx esi, byte ds:[ecx + 0xfa<250,-6>]
0f b6 42 fa ?? movzx eax, byte ds:[edx + 0xfa<250,-6>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L436
L435: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 b4 f4 ff ff ?? jne basic block L186
L436: 0f b6 71 fb ?? movzx esi, byte ds:[ecx + 0xfb<251,-5>]
0f b6 42 fb ?? movzx eax, byte ds:[edx + 0xfb<251,-5>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L438
L437: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 95 f4 ff ff ?? jne basic block L186
L438: 0f b6 71 fc ?? movzx esi, byte ds:[ecx + 0xfc<252,-4>]
0f b6 42 fc ?? movzx eax, byte ds:[edx + 0xfc<252,-4>]
2b f0 ?? sub esi, eax
74 0d ?? je basic block L440
L439: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
8b f0 ?? mov esi, eax
L440: 8b c6 ?? mov eax, esi
eb 02 ?? jmp basic block L442
L441: 33 c0 ?? xor eax, eax
L442: 85 c0 ?? test eax, eax
0f 85 6e f4 ff ff ?? jne basic block L186
L443: 0f b6 71 fd ?? movzx esi, byte ds:[ecx + 0xfd<253,-3>]
0f b6 42 fd ?? movzx eax, byte ds:[edx + 0xfd<253,-3>]
2b f0 ?? sub esi, eax
74 13 ?? je basic block L445
L444: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
85 c0 ?? test eax, eax
0f 85 4f f4 ff ff ?? jne basic block L186
L445: 0f b6 71 fe ?? movzx esi, byte ds:[ecx + 0xfe<254,-2>]
0f b6 42 fe ?? movzx eax, byte ds:[edx + 0xfe<254,-2>]
2b f0 ?? sub esi, eax
0f 84 00 f8 ff ff ?? je basic block L271
L446: 33 c0 ?? xor eax, eax
85 f6 ?? test esi, esi
0f 9f c0 ?? setg al
8d 44 00 ff ?? lea eax, ds:[eax + eax + 0xff<255,-1>]
e9 e8 f7 ff ff ?? jmp basic block L270
0x00412818: 42 1c 41 00 05 20 41 00 f5 23 41 00 d6 27 41 00 |B.A.. A..#A..'A.|
0x00412828: c9 1b 41 00 7a 1f 41 00 6a 23 41 00 4b 27 41 00 |..A.z.A.j#A.K'A.|
0x00412838: 42 1b 41 00 ef 1e 41 00 df 22 41 00 c0 26 41 00 |B.A...A.."A..&A.|
0x00412848: b7 1a 41 00 64 1e 41 00 54 22 41 00 35 26 41 00 |..A.d.A.T"A.5&A.|
0x00412858: 2c 1a 41 00 d9 1d 41 00 c9 21 41 00 aa 25 41 00 |,.A...A..!A..%A.|
0x00412868: a1 19 41 00 4e 1d 41 00 3e 21 41 00 1f 25 41 00 |..A.N.A.>!A..%A.|
0x00412878: 16 19 41 00 c2 1c 41 00 b2 20 41 00 94 24 41 00 |..A...A.. A..$A.|
0x00412888: 8a 18 41 00 47 1c 41 00 27 20 41 00 08 24 41 00 |..A.G.A.' A..$A.|
|
./vs2008/normal/Debug/ooex11.exe | 0x412898 | _memcmp | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
57 ?? push edi
8b 7d 10 ?? mov edi, dword ss:[ebp + 0x10<16>]
8b c7 ?? mov eax, edi
83 e8 00 ?? sub eax, 0
0f 84 e5 15 00 00 ?? je basic block L438
L2: 48 ?? dec eax
0f 84 cd 15 00 00 ?? je basic block L437
L3: 48 ?? dec eax
0f 84 98 15 00 00 ?? je basic block L434
L4: 48 ?? dec eax
0f 84 49 15 00 00 ?? je basic block L429
L5: 48 ?? dec eax
0f 84 b9 14 00 00 ?? je basic block L420
L6: 8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
53 ?? push ebx
6a 20 ?? push 0x20<32>
5a ?? pop edx
e9 72 04 00 00 ?? jmp basic block L96
L7: 8b 30 ?? mov esi, dword ds:[eax]
3b 31 ?? cmp esi, dword ds:[ecx]
74 7c ?? je basic block L16
L8: 0f b6 30 ?? movzx esi, byte ds:[eax]
0f b6 19 ?? movzx ebx, byte ds:[ecx]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L10
L9: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 69 04 00 00 ?? jne basic block L99
L10: 0f b6 70 01 ?? movzx esi, byte ds:[eax + 1]
0f b6 59 01 ?? movzx ebx, byte ds:[ecx + 1]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L12
L11: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 48 04 00 00 ?? jne basic block L99
L12: 0f b6 70 02 ?? movzx esi, byte ds:[eax + 2]
0f b6 59 02 ?? movzx ebx, byte ds:[ecx + 2]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L14
L13: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 27 04 00 00 ?? jne basic block L99
L14: 0f b6 70 03 ?? movzx esi, byte ds:[eax + 3]
0f b6 59 03 ?? movzx ebx, byte ds:[ecx + 3]
2b f3 ?? sub esi, ebx
74 11 ?? je basic block L17
L15: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
eb 02 ?? jmp basic block L17
L16: 33 f6 ?? xor esi, esi
L17: 85 f6 ?? test esi, esi
0f 85 02 04 00 00 ?? jne basic block L99
L18: 8b 70 04 ?? mov esi, dword ds:[eax + 4]
3b 71 04 ?? cmp esi, dword ds:[ecx + 4]
74 7e ?? je basic block L27
L19: 0f b6 70 04 ?? movzx esi, byte ds:[eax + 4]
0f b6 59 04 ?? movzx ebx, byte ds:[ecx + 4]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L21
L20: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 d9 03 00 00 ?? jne basic block L99
L21: 0f b6 70 05 ?? movzx esi, byte ds:[eax + 5]
0f b6 59 05 ?? movzx ebx, byte ds:[ecx + 5]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L23
L22: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 b8 03 00 00 ?? jne basic block L99
L23: 0f b6 70 06 ?? movzx esi, byte ds:[eax + 6]
0f b6 59 06 ?? movzx ebx, byte ds:[ecx + 6]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L25
L24: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 97 03 00 00 ?? jne basic block L99
L25: 0f b6 70 07 ?? movzx esi, byte ds:[eax + 7]
0f b6 59 07 ?? movzx ebx, byte ds:[ecx + 7]
2b f3 ?? sub esi, ebx
74 11 ?? je basic block L28
L26: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
eb 02 ?? jmp basic block L28
L27: 33 f6 ?? xor esi, esi
L28: 85 f6 ?? test esi, esi
0f 85 72 03 00 00 ?? jne basic block L99
L29: 8b 70 08 ?? mov esi, dword ds:[eax + 8]
3b 71 08 ?? cmp esi, dword ds:[ecx + 8]
74 7e ?? je basic block L38
L30: 0f b6 70 08 ?? movzx esi, byte ds:[eax + 8]
0f b6 59 08 ?? movzx ebx, byte ds:[ecx + 8]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L32
L31: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 49 03 00 00 ?? jne basic block L99
L32: 0f b6 70 09 ?? movzx esi, byte ds:[eax + 9]
0f b6 59 09 ?? movzx ebx, byte ds:[ecx + 9]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L34
L33: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 28 03 00 00 ?? jne basic block L99
L34: 0f b6 70 0a ?? movzx esi, byte ds:[eax + 10]
0f b6 59 0a ?? movzx ebx, byte ds:[ecx + 10]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L36
L35: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 07 03 00 00 ?? jne basic block L99
L36: 0f b6 70 0b ?? movzx esi, byte ds:[eax + 11]
0f b6 59 0b ?? movzx ebx, byte ds:[ecx + 11]
2b f3 ?? sub esi, ebx
74 11 ?? je basic block L39
L37: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
eb 02 ?? jmp basic block L39
L38: 33 f6 ?? xor esi, esi
L39: 85 f6 ?? test esi, esi
0f 85 e2 02 00 00 ?? jne basic block L99
L40: 8b 70 0c ?? mov esi, dword ds:[eax + 12]
3b 71 0c ?? cmp esi, dword ds:[ecx + 12]
74 7e ?? je basic block L49
L41: 0f b6 70 0c ?? movzx esi, byte ds:[eax + 12]
0f b6 59 0c ?? movzx ebx, byte ds:[ecx + 12]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L43
L42: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 b9 02 00 00 ?? jne basic block L99
L43: 0f b6 70 0d ?? movzx esi, byte ds:[eax + 13]
0f b6 59 0d ?? movzx ebx, byte ds:[ecx + 13]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L45
L44: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 98 02 00 00 ?? jne basic block L99
L45: 0f b6 70 0e ?? movzx esi, byte ds:[eax + 14]
0f b6 59 0e ?? movzx ebx, byte ds:[ecx + 14]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L47
L46: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 77 02 00 00 ?? jne basic block L99
L47: 0f b6 70 0f ?? movzx esi, byte ds:[eax + 15]
0f b6 59 0f ?? movzx ebx, byte ds:[ecx + 15]
2b f3 ?? sub esi, ebx
74 11 ?? je basic block L50
L48: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
eb 02 ?? jmp basic block L50
L49: 33 f6 ?? xor esi, esi
L50: 85 f6 ?? test esi, esi
0f 85 52 02 00 00 ?? jne basic block L99
L51: 8b 70 10 ?? mov esi, dword ds:[eax + 0x10<16>]
3b 71 10 ?? cmp esi, dword ds:[ecx + 0x10<16>]
74 7e ?? je basic block L60
L52: 0f b6 59 10 ?? movzx ebx, byte ds:[ecx + 0x10<16>]
0f b6 70 10 ?? movzx esi, byte ds:[eax + 0x10<16>]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L54
L53: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 29 02 00 00 ?? jne basic block L99
L54: 0f b6 70 11 ?? movzx esi, byte ds:[eax + 0x11<17>]
0f b6 59 11 ?? movzx ebx, byte ds:[ecx + 0x11<17>]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L56
L55: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 08 02 00 00 ?? jne basic block L99
L56: 0f b6 70 12 ?? movzx esi, byte ds:[eax + 0x12<18>]
0f b6 59 12 ?? movzx ebx, byte ds:[ecx + 0x12<18>]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L58
L57: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 e7 01 00 00 ?? jne basic block L99
L58: 0f b6 70 13 ?? movzx esi, byte ds:[eax + 0x13<19>]
0f b6 59 13 ?? movzx ebx, byte ds:[ecx + 0x13<19>]
2b f3 ?? sub esi, ebx
74 11 ?? je basic block L61
L59: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
eb 02 ?? jmp basic block L61
L60: 33 f6 ?? xor esi, esi
L61: 85 f6 ?? test esi, esi
0f 85 c2 01 00 00 ?? jne basic block L99
L62: 8b 70 14 ?? mov esi, dword ds:[eax + 0x14<20>]
3b 71 14 ?? cmp esi, dword ds:[ecx + 0x14<20>]
74 7e ?? je basic block L71
L63: 0f b6 70 14 ?? movzx esi, byte ds:[eax + 0x14<20>]
0f b6 59 14 ?? movzx ebx, byte ds:[ecx + 0x14<20>]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L65
L64: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 99 01 00 00 ?? jne basic block L99
L65: 0f b6 70 15 ?? movzx esi, byte ds:[eax + 0x15<21>]
0f b6 59 15 ?? movzx ebx, byte ds:[ecx + 0x15<21>]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L67
L66: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 78 01 00 00 ?? jne basic block L99
L67: 0f b6 70 16 ?? movzx esi, byte ds:[eax + 0x16<22>]
0f b6 59 16 ?? movzx ebx, byte ds:[ecx + 0x16<22>]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L69
L68: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 57 01 00 00 ?? jne basic block L99
L69: 0f b6 70 17 ?? movzx esi, byte ds:[eax + 0x17<23>]
0f b6 59 17 ?? movzx ebx, byte ds:[ecx + 0x17<23>]
2b f3 ?? sub esi, ebx
74 11 ?? je basic block L72
L70: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
eb 02 ?? jmp basic block L72
L71: 33 f6 ?? xor esi, esi
L72: 85 f6 ?? test esi, esi
0f 85 32 01 00 00 ?? jne basic block L99
L73: 8b 70 18 ?? mov esi, dword ds:[eax + 0x18<24>]
3b 71 18 ?? cmp esi, dword ds:[ecx + 0x18<24>]
74 7e ?? je basic block L82
L74: 0f b6 70 18 ?? movzx esi, byte ds:[eax + 0x18<24>]
0f b6 59 18 ?? movzx ebx, byte ds:[ecx + 0x18<24>]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L76
L75: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 09 01 00 00 ?? jne basic block L99
L76: 0f b6 70 19 ?? movzx esi, byte ds:[eax + 0x19<25>]
0f b6 59 19 ?? movzx ebx, byte ds:[ecx + 0x19<25>]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L78
L77: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 e8 00 00 00 ?? jne basic block L99
L78: 0f b6 70 1a ?? movzx esi, byte ds:[eax + 0x1a<26>]
0f b6 59 1a ?? movzx ebx, byte ds:[ecx + 0x1a<26>]
2b f3 ?? sub esi, ebx
74 15 ?? je basic block L80
L79: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
0f 85 c7 00 00 00 ?? jne basic block L99
L80: 0f b6 70 1b ?? movzx esi, byte ds:[eax + 0x1b<27>]
0f b6 59 1b ?? movzx ebx, byte ds:[ecx + 0x1b<27>]
2b f3 ?? sub esi, ebx
74 11 ?? je basic block L83
L81: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
eb 02 ?? jmp basic block L83
L82: 33 f6 ?? xor esi, esi
L83: 85 f6 ?? test esi, esi
0f 85 a2 00 00 00 ?? jne basic block L99
L84: 8b 70 1c ?? mov esi, dword ds:[eax + 0x1c<28>]
3b 71 1c ?? cmp esi, dword ds:[ecx + 0x1c<28>]
74 72 ?? je basic block L93
L85: 0f b6 70 1c ?? movzx esi, byte ds:[eax + 0x1c<28>]
0f b6 59 1c ?? movzx ebx, byte ds:[ecx + 0x1c<28>]
2b f3 ?? sub esi, ebx
74 11 ?? je basic block L87
L86: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
75 7d ?? jne basic block L99
L87: 0f b6 70 1d ?? movzx esi, byte ds:[eax + 0x1d<29>]
0f b6 59 1d ?? movzx ebx, byte ds:[ecx + 0x1d<29>]
2b f3 ?? sub esi, ebx
74 11 ?? je basic block L89
L88: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
75 60 ?? jne basic block L99
L89: 0f b6 70 1e ?? movzx esi, byte ds:[eax + 0x1e<30>]
0f b6 59 1e ?? movzx ebx, byte ds:[ecx + 0x1e<30>]
2b f3 ?? sub esi, ebx
74 11 ?? je basic block L91
L90: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
85 f6 ?? test esi, esi
75 43 ?? jne basic block L99
L91: 0f b6 70 1f ?? movzx esi, byte ds:[eax + 0x1f<31>]
0f b6 59 1f ?? movzx ebx, byte ds:[ecx + 0x1f<31>]
2b f3 ?? sub esi, ebx
74 11 ?? je basic block L94
L92: 33 db ?? xor ebx, ebx
85 f6 ?? test esi, esi
0f 9f c3 ?? setg bl
8d 5c 1b ff ?? lea ebx, ds:[ebx + ebx + 0xff<255,-1>]
8b f3 ?? mov esi, ebx
eb 02 ?? jmp basic block L94
L93: 33 f6 ?? xor esi, esi
L94: 85 f6 ?? test esi, esi
75 22 ?? jne basic block L99
L95: 03 c2 ?? add eax, edx
03 ca ?? add ecx, edx
2b fa ?? sub edi, edx
L96: 3b fa ?? cmp edi, edx
0f 83 86 fb ff ff ?? jae basic block L7
L97: 03 c7 ?? add eax, edi
03 cf ?? add ecx, edi
83 ff 1f ?? cmp edi, 0x1f<31>
0f 87 da 03 00 00 ?? ja basic block L178
L98: ff 24 bd 98 3e 41 00 ?? jmp dword ds:[0x00413e98<"91A"> + edi * 4]
L99: 8b c6 ?? mov eax, esi
e9 ce 03 00 00 ?? jmp basic block L179
L100: 8b 50 e4 ?? mov edx, dword ds:[eax + 0xe4<228,-28>]
3b 51 e4 ?? cmp edx, dword ds:[ecx + 0xe4<228,-28>]
74 71 ?? je basic block L109
L101: 0f b6 f2 ?? movzx esi, dl
0f b6 51 e4 ?? movzx edx, byte ds:[ecx + 0xe4<228,-28>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L103
L102: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
75 d5 ?? jne basic block L99
L103: 0f b6 70 e5 ?? movzx esi, byte ds:[eax + 0xe5<229,-27>]
0f b6 51 e5 ?? movzx edx, byte ds:[ecx + 0xe5<229,-27>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L105
L104: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
75 b8 ?? jne basic block L99
L105: 0f b6 70 e6 ?? movzx esi, byte ds:[eax + 0xe6<230,-26>]
0f b6 51 e6 ?? movzx edx, byte ds:[ecx + 0xe6<230,-26>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L107
L106: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
75 9b ?? jne basic block L99
L107: 0f b6 70 e7 ?? movzx esi, byte ds:[eax + 0xe7<231,-25>]
0f b6 51 e7 ?? movzx edx, byte ds:[ecx + 0xe7<231,-25>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L110
L108: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L110
L109: 33 f6 ?? xor esi, esi
L110: 85 f6 ?? test esi, esi
0f 85 76 ff ff ff ?? jne basic block L99
L111: 8b 50 e8 ?? mov edx, dword ds:[eax + 0xe8<232,-24>]
3b 51 e8 ?? cmp edx, dword ds:[ecx + 0xe8<232,-24>]
74 7d ?? je basic block L120
L112: 0f b6 f2 ?? movzx esi, dl
0f b6 51 e8 ?? movzx edx, byte ds:[ecx + 0xe8<232,-24>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L114
L113: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 4e ff ff ff ?? jne basic block L99
L114: 0f b6 70 e9 ?? movzx esi, byte ds:[eax + 0xe9<233,-23>]
0f b6 51 e9 ?? movzx edx, byte ds:[ecx + 0xe9<233,-23>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L116
L115: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 2d ff ff ff ?? jne basic block L99
L116: 0f b6 70 ea ?? movzx esi, byte ds:[eax + 0xea<234,-22>]
0f b6 51 ea ?? movzx edx, byte ds:[ecx + 0xea<234,-22>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L118
L117: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 0c ff ff ff ?? jne basic block L99
L118: 0f b6 70 eb ?? movzx esi, byte ds:[eax + 0xeb<235,-21>]
0f b6 51 eb ?? movzx edx, byte ds:[ecx + 0xeb<235,-21>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L121
L119: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L121
L120: 33 f6 ?? xor esi, esi
L121: 85 f6 ?? test esi, esi
0f 85 e7 fe ff ff ?? jne basic block L99
L122: 8b 50 ec ?? mov edx, dword ds:[eax + 0xec<236,-20>]
3b 51 ec ?? cmp edx, dword ds:[ecx + 0xec<236,-20>]
74 7d ?? je basic block L131
L123: 0f b6 f2 ?? movzx esi, dl
0f b6 51 ec ?? movzx edx, byte ds:[ecx + 0xec<236,-20>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L125
L124: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 bf fe ff ff ?? jne basic block L99
L125: 0f b6 70 ed ?? movzx esi, byte ds:[eax + 0xed<237,-19>]
0f b6 51 ed ?? movzx edx, byte ds:[ecx + 0xed<237,-19>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L127
L126: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 9e fe ff ff ?? jne basic block L99
L127: 0f b6 70 ee ?? movzx esi, byte ds:[eax + 0xee<238,-18>]
0f b6 51 ee ?? movzx edx, byte ds:[ecx + 0xee<238,-18>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L129
L128: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 7d fe ff ff ?? jne basic block L99
L129: 0f b6 70 ef ?? movzx esi, byte ds:[eax + 0xef<239,-17>]
0f b6 51 ef ?? movzx edx, byte ds:[ecx + 0xef<239,-17>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L132
L130: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L132
L131: 33 f6 ?? xor esi, esi
L132: 85 f6 ?? test esi, esi
0f 85 58 fe ff ff ?? jne basic block L99
L133: 8b 50 f0 ?? mov edx, dword ds:[eax + 0xf0<240,-16>]
3b 51 f0 ?? cmp edx, dword ds:[ecx + 0xf0<240,-16>]
74 7d ?? je basic block L142
L134: 0f b6 f2 ?? movzx esi, dl
0f b6 51 f0 ?? movzx edx, byte ds:[ecx + 0xf0<240,-16>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L136
L135: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 30 fe ff ff ?? jne basic block L99
L136: 0f b6 70 f1 ?? movzx esi, byte ds:[eax + 0xf1<241,-15>]
0f b6 51 f1 ?? movzx edx, byte ds:[ecx + 0xf1<241,-15>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L138
L137: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 0f fe ff ff ?? jne basic block L99
L138: 0f b6 70 f2 ?? movzx esi, byte ds:[eax + 0xf2<242,-14>]
0f b6 51 f2 ?? movzx edx, byte ds:[ecx + 0xf2<242,-14>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L140
L139: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 ee fd ff ff ?? jne basic block L99
L140: 0f b6 70 f3 ?? movzx esi, byte ds:[eax + 0xf3<243,-13>]
0f b6 51 f3 ?? movzx edx, byte ds:[ecx + 0xf3<243,-13>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L143
L141: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L143
L142: 33 f6 ?? xor esi, esi
L143: 85 f6 ?? test esi, esi
0f 85 c9 fd ff ff ?? jne basic block L99
L144: 8b 50 f4 ?? mov edx, dword ds:[eax + 0xf4<244,-12>]
3b 51 f4 ?? cmp edx, dword ds:[ecx + 0xf4<244,-12>]
74 7e ?? je basic block L153
L145: 0f b6 51 f4 ?? movzx edx, byte ds:[ecx + 0xf4<244,-12>]
0f b6 70 f4 ?? movzx esi, byte ds:[eax + 0xf4<244,-12>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L147
L146: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 a0 fd ff ff ?? jne basic block L99
L147: 0f b6 70 f5 ?? movzx esi, byte ds:[eax + 0xf5<245,-11>]
0f b6 51 f5 ?? movzx edx, byte ds:[ecx + 0xf5<245,-11>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L149
L148: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 7f fd ff ff ?? jne basic block L99
L149: 0f b6 70 f6 ?? movzx esi, byte ds:[eax + 0xf6<246,-10>]
0f b6 51 f6 ?? movzx edx, byte ds:[ecx + 0xf6<246,-10>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L151
L150: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 5e fd ff ff ?? jne basic block L99
L151: 0f b6 70 f7 ?? movzx esi, byte ds:[eax + 0xf7<247,-9>]
0f b6 51 f7 ?? movzx edx, byte ds:[ecx + 0xf7<247,-9>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L154
L152: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L154
L153: 33 f6 ?? xor esi, esi
L154: 85 f6 ?? test esi, esi
0f 85 39 fd ff ff ?? jne basic block L99
L155: 8b 50 f8 ?? mov edx, dword ds:[eax + 0xf8<248,-8>]
3b 51 f8 ?? cmp edx, dword ds:[ecx + 0xf8<248,-8>]
74 7d ?? je basic block L164
L156: 0f b6 f2 ?? movzx esi, dl
0f b6 51 f8 ?? movzx edx, byte ds:[ecx + 0xf8<248,-8>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L158
L157: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 11 fd ff ff ?? jne basic block L99
L158: 0f b6 70 f9 ?? movzx esi, byte ds:[eax + 0xf9<249,-7>]
0f b6 51 f9 ?? movzx edx, byte ds:[ecx + 0xf9<249,-7>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L160
L159: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 f0 fc ff ff ?? jne basic block L99
L160: 0f b6 70 fa ?? movzx esi, byte ds:[eax + 0xfa<250,-6>]
0f b6 51 fa ?? movzx edx, byte ds:[ecx + 0xfa<250,-6>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L162
L161: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 cf fc ff ff ?? jne basic block L99
L162: 0f b6 70 fb ?? movzx esi, byte ds:[eax + 0xfb<251,-5>]
0f b6 51 fb ?? movzx edx, byte ds:[ecx + 0xfb<251,-5>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L165
L163: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L165
L164: 33 f6 ?? xor esi, esi
L165: 85 f6 ?? test esi, esi
0f 85 aa fc ff ff ?? jne basic block L99
L166: 8b 50 fc ?? mov edx, dword ds:[eax + 0xfc<252,-4>]
3b 51 fc ?? cmp edx, dword ds:[ecx + 0xfc<252,-4>]
74 6f ?? je basic block L176
L167: 0f b6 f2 ?? movzx esi, dl
0f b6 51 fc ?? movzx edx, byte ds:[ecx + 0xfc<252,-4>]
2b f2 ?? sub esi, edx
74 0f ?? je basic block L169
L168: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
85 d2 ?? test edx, edx
75 36 ?? jne basic block L173
L169: 0f b6 70 fd ?? movzx esi, byte ds:[eax + 0xfd<253,-3>]
0f b6 51 fd ?? movzx edx, byte ds:[ecx + 0xfd<253,-3>]
2b f2 ?? sub esi, edx
74 0f ?? je basic block L171
L170: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
85 d2 ?? test edx, edx
75 1b ?? jne basic block L173
L171: 0f b6 70 fe ?? movzx esi, byte ds:[eax + 0xfe<254,-2>]
0f b6 51 fe ?? movzx edx, byte ds:[ecx + 0xfe<254,-2>]
2b f2 ?? sub esi, edx
74 13 ?? je basic block L174
L172: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
85 d2 ?? test edx, edx
74 04 ?? je basic block L174
L173: 8b c2 ?? mov eax, edx
eb 1d ?? jmp basic block L177
L174: 0f b6 40 ff ?? movzx eax, byte ds:[eax + 0xff<255,-1>]
0f b6 49 ff ?? movzx ecx, byte ds:[ecx + 0xff<255,-1>]
2b c1 ?? sub eax, ecx
74 11 ?? je basic block L177
L175: 33 c9 ?? xor ecx, ecx
85 c0 ?? test eax, eax
0f 9f c1 ?? setg cl
8d 4c 09 ff ?? lea ecx, ds:[ecx + ecx + 0xff<255,-1>]
8b c1 ?? mov eax, ecx
eb 02 ?? jmp basic block L177
L176: 33 c0 ?? xor eax, eax
L177: 85 c0 ?? test eax, eax
75 02 ?? jne basic block L179
L178: 33 c0 ?? xor eax, eax
L179: 5b ?? pop ebx
e9 53 0d 00 00 ?? jmp basic block L439
L180: 8b 50 e3 ?? mov edx, dword ds:[eax + 0xe3<227,-29>]
3b 51 e3 ?? cmp edx, dword ds:[ecx + 0xe3<227,-29>]
74 7d ?? je basic block L189
L181: 0f b6 f2 ?? movzx esi, dl
0f b6 51 e3 ?? movzx edx, byte ds:[ecx + 0xe3<227,-29>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L183
L182: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 fd fb ff ff ?? jne basic block L99
L183: 0f b6 70 e4 ?? movzx esi, byte ds:[eax + 0xe4<228,-28>]
0f b6 51 e4 ?? movzx edx, byte ds:[ecx + 0xe4<228,-28>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L185
L184: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 dc fb ff ff ?? jne basic block L99
L185: 0f b6 70 e5 ?? movzx esi, byte ds:[eax + 0xe5<229,-27>]
0f b6 51 e5 ?? movzx edx, byte ds:[ecx + 0xe5<229,-27>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L187
L186: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 bb fb ff ff ?? jne basic block L99
L187: 0f b6 70 e6 ?? movzx esi, byte ds:[eax + 0xe6<230,-26>]
0f b6 51 e6 ?? movzx edx, byte ds:[ecx + 0xe6<230,-26>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L190
L188: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L190
L189: 33 f6 ?? xor esi, esi
L190: 85 f6 ?? test esi, esi
0f 85 96 fb ff ff ?? jne basic block L99
L191: 8b 50 e7 ?? mov edx, dword ds:[eax + 0xe7<231,-25>]
3b 51 e7 ?? cmp edx, dword ds:[ecx + 0xe7<231,-25>]
74 7d ?? je basic block L200
L192: 0f b6 f2 ?? movzx esi, dl
0f b6 51 e7 ?? movzx edx, byte ds:[ecx + 0xe7<231,-25>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L194
L193: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 6e fb ff ff ?? jne basic block L99
L194: 0f b6 70 e8 ?? movzx esi, byte ds:[eax + 0xe8<232,-24>]
0f b6 51 e8 ?? movzx edx, byte ds:[ecx + 0xe8<232,-24>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L196
L195: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 4d fb ff ff ?? jne basic block L99
L196: 0f b6 70 e9 ?? movzx esi, byte ds:[eax + 0xe9<233,-23>]
0f b6 51 e9 ?? movzx edx, byte ds:[ecx + 0xe9<233,-23>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L198
L197: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 2c fb ff ff ?? jne basic block L99
L198: 0f b6 70 ea ?? movzx esi, byte ds:[eax + 0xea<234,-22>]
0f b6 51 ea ?? movzx edx, byte ds:[ecx + 0xea<234,-22>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L201
L199: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L201
L200: 33 f6 ?? xor esi, esi
L201: 85 f6 ?? test esi, esi
0f 85 07 fb ff ff ?? jne basic block L99
L202: 8b 50 eb ?? mov edx, dword ds:[eax + 0xeb<235,-21>]
3b 51 eb ?? cmp edx, dword ds:[ecx + 0xeb<235,-21>]
74 7d ?? je basic block L211
L203: 0f b6 f2 ?? movzx esi, dl
0f b6 51 eb ?? movzx edx, byte ds:[ecx + 0xeb<235,-21>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L205
L204: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 df fa ff ff ?? jne basic block L99
L205: 0f b6 70 ec ?? movzx esi, byte ds:[eax + 0xec<236,-20>]
0f b6 51 ec ?? movzx edx, byte ds:[ecx + 0xec<236,-20>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L207
L206: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 be fa ff ff ?? jne basic block L99
L207: 0f b6 70 ed ?? movzx esi, byte ds:[eax + 0xed<237,-19>]
0f b6 51 ed ?? movzx edx, byte ds:[ecx + 0xed<237,-19>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L209
L208: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 9d fa ff ff ?? jne basic block L99
L209: 0f b6 70 ee ?? movzx esi, byte ds:[eax + 0xee<238,-18>]
0f b6 51 ee ?? movzx edx, byte ds:[ecx + 0xee<238,-18>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L212
L210: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L212
L211: 33 f6 ?? xor esi, esi
L212: 85 f6 ?? test esi, esi
0f 85 78 fa ff ff ?? jne basic block L99
L213: 8b 50 ef ?? mov edx, dword ds:[eax + 0xef<239,-17>]
3b 51 ef ?? cmp edx, dword ds:[ecx + 0xef<239,-17>]
74 7d ?? je basic block L222
L214: 0f b6 f2 ?? movzx esi, dl
0f b6 51 ef ?? movzx edx, byte ds:[ecx + 0xef<239,-17>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L216
L215: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 50 fa ff ff ?? jne basic block L99
L216: 0f b6 70 f0 ?? movzx esi, byte ds:[eax + 0xf0<240,-16>]
0f b6 51 f0 ?? movzx edx, byte ds:[ecx + 0xf0<240,-16>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L218
L217: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 2f fa ff ff ?? jne basic block L99
L218: 0f b6 70 f1 ?? movzx esi, byte ds:[eax + 0xf1<241,-15>]
0f b6 51 f1 ?? movzx edx, byte ds:[ecx + 0xf1<241,-15>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L220
L219: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 0e fa ff ff ?? jne basic block L99
L220: 0f b6 70 f2 ?? movzx esi, byte ds:[eax + 0xf2<242,-14>]
0f b6 51 f2 ?? movzx edx, byte ds:[ecx + 0xf2<242,-14>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L223
L221: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L223
L222: 33 f6 ?? xor esi, esi
L223: 85 f6 ?? test esi, esi
0f 85 e9 f9 ff ff ?? jne basic block L99
L224: 8b 50 f3 ?? mov edx, dword ds:[eax + 0xf3<243,-13>]
3b 51 f3 ?? cmp edx, dword ds:[ecx + 0xf3<243,-13>]
74 7d ?? je basic block L233
L225: 0f b6 f2 ?? movzx esi, dl
0f b6 51 f3 ?? movzx edx, byte ds:[ecx + 0xf3<243,-13>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L227
L226: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 c1 f9 ff ff ?? jne basic block L99
L227: 0f b6 70 f4 ?? movzx esi, byte ds:[eax + 0xf4<244,-12>]
0f b6 51 f4 ?? movzx edx, byte ds:[ecx + 0xf4<244,-12>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L229
L228: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 a0 f9 ff ff ?? jne basic block L99
L229: 0f b6 70 f5 ?? movzx esi, byte ds:[eax + 0xf5<245,-11>]
0f b6 51 f5 ?? movzx edx, byte ds:[ecx + 0xf5<245,-11>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L231
L230: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 7f f9 ff ff ?? jne basic block L99
L231: 0f b6 70 f6 ?? movzx esi, byte ds:[eax + 0xf6<246,-10>]
0f b6 51 f6 ?? movzx edx, byte ds:[ecx + 0xf6<246,-10>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L234
L232: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L234
L233: 33 f6 ?? xor esi, esi
L234: 85 f6 ?? test esi, esi
0f 85 5a f9 ff ff ?? jne basic block L99
L235: 8b 50 f7 ?? mov edx, dword ds:[eax + 0xf7<247,-9>]
3b 51 f7 ?? cmp edx, dword ds:[ecx + 0xf7<247,-9>]
74 7e ?? je basic block L244
L236: 0f b6 51 f7 ?? movzx edx, byte ds:[ecx + 0xf7<247,-9>]
0f b6 70 f7 ?? movzx esi, byte ds:[eax + 0xf7<247,-9>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L238
L237: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 31 f9 ff ff ?? jne basic block L99
L238: 0f b6 70 f8 ?? movzx esi, byte ds:[eax + 0xf8<248,-8>]
0f b6 51 f8 ?? movzx edx, byte ds:[ecx + 0xf8<248,-8>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L240
L239: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 10 f9 ff ff ?? jne basic block L99
L240: 0f b6 70 f9 ?? movzx esi, byte ds:[eax + 0xf9<249,-7>]
0f b6 51 f9 ?? movzx edx, byte ds:[ecx + 0xf9<249,-7>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L242
L241: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 ef f8 ff ff ?? jne basic block L99
L242: 0f b6 70 fa ?? movzx esi, byte ds:[eax + 0xfa<250,-6>]
0f b6 51 fa ?? movzx edx, byte ds:[ecx + 0xfa<250,-6>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L245
L243: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L245
L244: 33 f6 ?? xor esi, esi
L245: 85 f6 ?? test esi, esi
0f 85 ca f8 ff ff ?? jne basic block L99
L246: 8b 50 fb ?? mov edx, dword ds:[eax + 0xfb<251,-5>]
3b 51 fb ?? cmp edx, dword ds:[ecx + 0xfb<251,-5>]
74 7d ?? je basic block L255
L247: 0f b6 f2 ?? movzx esi, dl
0f b6 51 fb ?? movzx edx, byte ds:[ecx + 0xfb<251,-5>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L249
L248: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 a2 f8 ff ff ?? jne basic block L99
L249: 0f b6 70 fc ?? movzx esi, byte ds:[eax + 0xfc<252,-4>]
0f b6 51 fc ?? movzx edx, byte ds:[ecx + 0xfc<252,-4>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L251
L250: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 81 f8 ff ff ?? jne basic block L99
L251: 0f b6 70 fd ?? movzx esi, byte ds:[eax + 0xfd<253,-3>]
0f b6 51 fd ?? movzx edx, byte ds:[ecx + 0xfd<253,-3>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L253
L252: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 60 f8 ff ff ?? jne basic block L99
L253: 0f b6 70 fe ?? movzx esi, byte ds:[eax + 0xfe<254,-2>]
0f b6 51 fe ?? movzx edx, byte ds:[ecx + 0xfe<254,-2>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L256
L254: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L256
L255: 33 f6 ?? xor esi, esi
L256: 85 f6 ?? test esi, esi
0f 85 3b f8 ff ff ?? jne basic block L99
L257: 0f b6 49 ff ?? movzx ecx, byte ds:[ecx + 0xff<255,-1>]
0f b6 40 ff ?? movzx eax, byte ds:[eax + 0xff<255,-1>]
2b c1 ?? sub eax, ecx
0f 84 00 fc ff ff ?? je basic block L179
L258: 33 c9 ?? xor ecx, ecx
85 c0 ?? test eax, eax
0f 9f c1 ?? setg cl
8d 4c 09 ff ?? lea ecx, ds:[ecx + ecx + 0xff<255,-1>]
8b c1 ?? mov eax, ecx
e9 ee fb ff ff ?? jmp basic block L179
L259: 8b 50 e2 ?? mov edx, dword ds:[eax + 0xe2<226,-30>]
3b 51 e2 ?? cmp edx, dword ds:[ecx + 0xe2<226,-30>]
74 7d ?? je basic block L268
L260: 0f b6 f2 ?? movzx esi, dl
0f b6 51 e2 ?? movzx edx, byte ds:[ecx + 0xe2<226,-30>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L262
L261: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 f1 f7 ff ff ?? jne basic block L99
L262: 0f b6 70 e3 ?? movzx esi, byte ds:[eax + 0xe3<227,-29>]
0f b6 51 e3 ?? movzx edx, byte ds:[ecx + 0xe3<227,-29>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L264
L263: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 d0 f7 ff ff ?? jne basic block L99
L264: 0f b6 70 e4 ?? movzx esi, byte ds:[eax + 0xe4<228,-28>]
0f b6 51 e4 ?? movzx edx, byte ds:[ecx + 0xe4<228,-28>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L266
L265: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 af f7 ff ff ?? jne basic block L99
L266: 0f b6 70 e5 ?? movzx esi, byte ds:[eax + 0xe5<229,-27>]
0f b6 51 e5 ?? movzx edx, byte ds:[ecx + 0xe5<229,-27>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L269
L267: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L269
L268: 33 f6 ?? xor esi, esi
L269: 85 f6 ?? test esi, esi
0f 85 8a f7 ff ff ?? jne basic block L99
L270: 8b 50 e6 ?? mov edx, dword ds:[eax + 0xe6<230,-26>]
3b 51 e6 ?? cmp edx, dword ds:[ecx + 0xe6<230,-26>]
74 7d ?? je basic block L279
L271: 0f b6 f2 ?? movzx esi, dl
0f b6 51 e6 ?? movzx edx, byte ds:[ecx + 0xe6<230,-26>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L273
L272: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 62 f7 ff ff ?? jne basic block L99
L273: 0f b6 70 e7 ?? movzx esi, byte ds:[eax + 0xe7<231,-25>]
0f b6 51 e7 ?? movzx edx, byte ds:[ecx + 0xe7<231,-25>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L275
L274: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 41 f7 ff ff ?? jne basic block L99
L275: 0f b6 70 e8 ?? movzx esi, byte ds:[eax + 0xe8<232,-24>]
0f b6 51 e8 ?? movzx edx, byte ds:[ecx + 0xe8<232,-24>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L277
L276: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 20 f7 ff ff ?? jne basic block L99
L277: 0f b6 70 e9 ?? movzx esi, byte ds:[eax + 0xe9<233,-23>]
0f b6 51 e9 ?? movzx edx, byte ds:[ecx + 0xe9<233,-23>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L280
L278: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L280
L279: 33 f6 ?? xor esi, esi
L280: 85 f6 ?? test esi, esi
0f 85 fb f6 ff ff ?? jne basic block L99
L281: 8b 50 ea ?? mov edx, dword ds:[eax + 0xea<234,-22>]
3b 51 ea ?? cmp edx, dword ds:[ecx + 0xea<234,-22>]
74 7d ?? je basic block L290
L282: 0f b6 f2 ?? movzx esi, dl
0f b6 51 ea ?? movzx edx, byte ds:[ecx + 0xea<234,-22>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L284
L283: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 d3 f6 ff ff ?? jne basic block L99
L284: 0f b6 70 eb ?? movzx esi, byte ds:[eax + 0xeb<235,-21>]
0f b6 51 eb ?? movzx edx, byte ds:[ecx + 0xeb<235,-21>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L286
L285: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 b2 f6 ff ff ?? jne basic block L99
L286: 0f b6 70 ec ?? movzx esi, byte ds:[eax + 0xec<236,-20>]
0f b6 51 ec ?? movzx edx, byte ds:[ecx + 0xec<236,-20>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L288
L287: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 91 f6 ff ff ?? jne basic block L99
L288: 0f b6 70 ed ?? movzx esi, byte ds:[eax + 0xed<237,-19>]
0f b6 51 ed ?? movzx edx, byte ds:[ecx + 0xed<237,-19>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L291
L289: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L291
L290: 33 f6 ?? xor esi, esi
L291: 85 f6 ?? test esi, esi
0f 85 6c f6 ff ff ?? jne basic block L99
L292: 8b 50 ee ?? mov edx, dword ds:[eax + 0xee<238,-18>]
3b 51 ee ?? cmp edx, dword ds:[ecx + 0xee<238,-18>]
74 7d ?? je basic block L301
L293: 0f b6 f2 ?? movzx esi, dl
0f b6 51 ee ?? movzx edx, byte ds:[ecx + 0xee<238,-18>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L295
L294: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 44 f6 ff ff ?? jne basic block L99
L295: 0f b6 70 ef ?? movzx esi, byte ds:[eax + 0xef<239,-17>]
0f b6 51 ef ?? movzx edx, byte ds:[ecx + 0xef<239,-17>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L297
L296: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 23 f6 ff ff ?? jne basic block L99
L297: 0f b6 70 f0 ?? movzx esi, byte ds:[eax + 0xf0<240,-16>]
0f b6 51 f0 ?? movzx edx, byte ds:[ecx + 0xf0<240,-16>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L299
L298: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 02 f6 ff ff ?? jne basic block L99
L299: 0f b6 70 f1 ?? movzx esi, byte ds:[eax + 0xf1<241,-15>]
0f b6 51 f1 ?? movzx edx, byte ds:[ecx + 0xf1<241,-15>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L302
L300: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L302
L301: 33 f6 ?? xor esi, esi
L302: 85 f6 ?? test esi, esi
0f 85 dd f5 ff ff ?? jne basic block L99
L303: 8b 50 f2 ?? mov edx, dword ds:[eax + 0xf2<242,-14>]
3b 51 f2 ?? cmp edx, dword ds:[ecx + 0xf2<242,-14>]
74 7d ?? je basic block L312
L304: 0f b6 f2 ?? movzx esi, dl
0f b6 51 f2 ?? movzx edx, byte ds:[ecx + 0xf2<242,-14>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L306
L305: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 b5 f5 ff ff ?? jne basic block L99
L306: 0f b6 70 f3 ?? movzx esi, byte ds:[eax + 0xf3<243,-13>]
0f b6 51 f3 ?? movzx edx, byte ds:[ecx + 0xf3<243,-13>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L308
L307: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 94 f5 ff ff ?? jne basic block L99
L308: 0f b6 70 f4 ?? movzx esi, byte ds:[eax + 0xf4<244,-12>]
0f b6 51 f4 ?? movzx edx, byte ds:[ecx + 0xf4<244,-12>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L310
L309: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 73 f5 ff ff ?? jne basic block L99
L310: 0f b6 70 f5 ?? movzx esi, byte ds:[eax + 0xf5<245,-11>]
0f b6 51 f5 ?? movzx edx, byte ds:[ecx + 0xf5<245,-11>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L313
L311: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L313
L312: 33 f6 ?? xor esi, esi
L313: 85 f6 ?? test esi, esi
0f 85 4e f5 ff ff ?? jne basic block L99
L314: 8b 50 f6 ?? mov edx, dword ds:[eax + 0xf6<246,-10>]
3b 51 f6 ?? cmp edx, dword ds:[ecx + 0xf6<246,-10>]
74 7e ?? je basic block L323
L315: 0f b6 51 f6 ?? movzx edx, byte ds:[ecx + 0xf6<246,-10>]
0f b6 70 f6 ?? movzx esi, byte ds:[eax + 0xf6<246,-10>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L317
L316: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 25 f5 ff ff ?? jne basic block L99
L317: 0f b6 51 f7 ?? movzx edx, byte ds:[ecx + 0xf7<247,-9>]
0f b6 70 f7 ?? movzx esi, byte ds:[eax + 0xf7<247,-9>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L319
L318: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 04 f5 ff ff ?? jne basic block L99
L319: 0f b6 51 f8 ?? movzx edx, byte ds:[ecx + 0xf8<248,-8>]
0f b6 70 f8 ?? movzx esi, byte ds:[eax + 0xf8<248,-8>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L321
L320: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 e3 f4 ff ff ?? jne basic block L99
L321: 0f b6 51 f9 ?? movzx edx, byte ds:[ecx + 0xf9<249,-7>]
0f b6 70 f9 ?? movzx esi, byte ds:[eax + 0xf9<249,-7>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L324
L322: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L324
L323: 33 f6 ?? xor esi, esi
L324: 85 f6 ?? test esi, esi
0f 85 be f4 ff ff ?? jne basic block L99
L325: 8b 50 fa ?? mov edx, dword ds:[eax + 0xfa<250,-6>]
3b 51 fa ?? cmp edx, dword ds:[ecx + 0xfa<250,-6>]
74 7d ?? je basic block L334
L326: 0f b6 f2 ?? movzx esi, dl
0f b6 51 fa ?? movzx edx, byte ds:[ecx + 0xfa<250,-6>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L328
L327: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 96 f4 ff ff ?? jne basic block L99
L328: 0f b6 70 fb ?? movzx esi, byte ds:[eax + 0xfb<251,-5>]
0f b6 51 fb ?? movzx edx, byte ds:[ecx + 0xfb<251,-5>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L330
L329: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 75 f4 ff ff ?? jne basic block L99
L330: 0f b6 70 fc ?? movzx esi, byte ds:[eax + 0xfc<252,-4>]
0f b6 51 fc ?? movzx edx, byte ds:[ecx + 0xfc<252,-4>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L332
L331: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 54 f4 ff ff ?? jne basic block L99
L332: 0f b6 70 fd ?? movzx esi, byte ds:[eax + 0xfd<253,-3>]
0f b6 51 fd ?? movzx edx, byte ds:[ecx + 0xfd<253,-3>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L335
L333: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L335
L334: 33 f6 ?? xor esi, esi
L335: 85 f6 ?? test esi, esi
0f 85 2f f4 ff ff ?? jne basic block L99
L336: 66 8b 50 fe ?? mov dx, word ds:[eax + 0xfe<254,-2>]
66 3b 51 fe ?? cmp dx, word ds:[ecx + 0xfe<254,-2>]
0f 84 f4 f7 ff ff ?? je basic block L178
L337: 0f b6 51 fe ?? movzx edx, byte ds:[ecx + 0xfe<254,-2>]
0f b6 70 fe ?? movzx esi, byte ds:[eax + 0xfe<254,-2>]
2b f2 ?? sub esi, edx
0f 84 d6 fb ff ff ?? je basic block L257
L338: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
85 d2 ?? test edx, edx
0f 85 13 04 00 00 ?? jne basic block L419
L339: e9 be fb ff ff ?? jmp basic block L257
L340: 8b 50 e1 ?? mov edx, dword ds:[eax + 0xe1<225,-31>]
3b 51 e1 ?? cmp edx, dword ds:[ecx + 0xe1<225,-31>]
74 7e ?? je basic block L349
L341: 0f b6 51 e1 ?? movzx edx, byte ds:[ecx + 0xe1<225,-31>]
0f b6 70 e1 ?? movzx esi, byte ds:[eax + 0xe1<225,-31>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L343
L342: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 d0 f3 ff ff ?? jne basic block L99
L343: 0f b6 70 e2 ?? movzx esi, byte ds:[eax + 0xe2<226,-30>]
0f b6 51 e2 ?? movzx edx, byte ds:[ecx + 0xe2<226,-30>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L345
L344: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 af f3 ff ff ?? jne basic block L99
L345: 0f b6 70 e3 ?? movzx esi, byte ds:[eax + 0xe3<227,-29>]
0f b6 51 e3 ?? movzx edx, byte ds:[ecx + 0xe3<227,-29>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L347
L346: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 8e f3 ff ff ?? jne basic block L99
L347: 0f b6 70 e4 ?? movzx esi, byte ds:[eax + 0xe4<228,-28>]
0f b6 51 e4 ?? movzx edx, byte ds:[ecx + 0xe4<228,-28>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L350
L348: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L350
L349: 33 f6 ?? xor esi, esi
L350: 85 f6 ?? test esi, esi
0f 85 69 f3 ff ff ?? jne basic block L99
L351: 8b 50 e5 ?? mov edx, dword ds:[eax + 0xe5<229,-27>]
3b 51 e5 ?? cmp edx, dword ds:[ecx + 0xe5<229,-27>]
74 7d ?? je basic block L360
L352: 0f b6 f2 ?? movzx esi, dl
0f b6 51 e5 ?? movzx edx, byte ds:[ecx + 0xe5<229,-27>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L354
L353: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 41 f3 ff ff ?? jne basic block L99
L354: 0f b6 70 e6 ?? movzx esi, byte ds:[eax + 0xe6<230,-26>]
0f b6 51 e6 ?? movzx edx, byte ds:[ecx + 0xe6<230,-26>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L356
L355: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 20 f3 ff ff ?? jne basic block L99
L356: 0f b6 70 e7 ?? movzx esi, byte ds:[eax + 0xe7<231,-25>]
0f b6 51 e7 ?? movzx edx, byte ds:[ecx + 0xe7<231,-25>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L358
L357: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 ff f2 ff ff ?? jne basic block L99
L358: 0f b6 70 e8 ?? movzx esi, byte ds:[eax + 0xe8<232,-24>]
0f b6 51 e8 ?? movzx edx, byte ds:[ecx + 0xe8<232,-24>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L361
L359: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L361
L360: 33 f6 ?? xor esi, esi
L361: 85 f6 ?? test esi, esi
0f 85 da f2 ff ff ?? jne basic block L99
L362: 8b 50 e9 ?? mov edx, dword ds:[eax + 0xe9<233,-23>]
3b 51 e9 ?? cmp edx, dword ds:[ecx + 0xe9<233,-23>]
74 7d ?? je basic block L371
L363: 0f b6 f2 ?? movzx esi, dl
0f b6 51 e9 ?? movzx edx, byte ds:[ecx + 0xe9<233,-23>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L365
L364: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 b2 f2 ff ff ?? jne basic block L99
L365: 0f b6 70 ea ?? movzx esi, byte ds:[eax + 0xea<234,-22>]
0f b6 51 ea ?? movzx edx, byte ds:[ecx + 0xea<234,-22>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L367
L366: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 91 f2 ff ff ?? jne basic block L99
L367: 0f b6 70 eb ?? movzx esi, byte ds:[eax + 0xeb<235,-21>]
0f b6 51 eb ?? movzx edx, byte ds:[ecx + 0xeb<235,-21>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L369
L368: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 70 f2 ff ff ?? jne basic block L99
L369: 0f b6 70 ec ?? movzx esi, byte ds:[eax + 0xec<236,-20>]
0f b6 51 ec ?? movzx edx, byte ds:[ecx + 0xec<236,-20>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L372
L370: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L372
L371: 33 f6 ?? xor esi, esi
L372: 85 f6 ?? test esi, esi
0f 85 4b f2 ff ff ?? jne basic block L99
L373: 8b 50 ed ?? mov edx, dword ds:[eax + 0xed<237,-19>]
3b 51 ed ?? cmp edx, dword ds:[ecx + 0xed<237,-19>]
74 7d ?? je basic block L382
L374: 0f b6 f2 ?? movzx esi, dl
0f b6 51 ed ?? movzx edx, byte ds:[ecx + 0xed<237,-19>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L376
L375: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 23 f2 ff ff ?? jne basic block L99
L376: 0f b6 70 ee ?? movzx esi, byte ds:[eax + 0xee<238,-18>]
0f b6 51 ee ?? movzx edx, byte ds:[ecx + 0xee<238,-18>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L378
L377: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 02 f2 ff ff ?? jne basic block L99
L378: 0f b6 70 ef ?? movzx esi, byte ds:[eax + 0xef<239,-17>]
0f b6 51 ef ?? movzx edx, byte ds:[ecx + 0xef<239,-17>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L380
L379: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 e1 f1 ff ff ?? jne basic block L99
L380: 0f b6 70 f0 ?? movzx esi, byte ds:[eax + 0xf0<240,-16>]
0f b6 51 f0 ?? movzx edx, byte ds:[ecx + 0xf0<240,-16>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L383
L381: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L383
L382: 33 f6 ?? xor esi, esi
L383: 85 f6 ?? test esi, esi
0f 85 bc f1 ff ff ?? jne basic block L99
L384: 8b 50 f1 ?? mov edx, dword ds:[eax + 0xf1<241,-15>]
3b 51 f1 ?? cmp edx, dword ds:[ecx + 0xf1<241,-15>]
74 7e ?? je basic block L393
L385: 0f b6 51 f1 ?? movzx edx, byte ds:[ecx + 0xf1<241,-15>]
0f b6 70 f1 ?? movzx esi, byte ds:[eax + 0xf1<241,-15>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L387
L386: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 93 f1 ff ff ?? jne basic block L99
L387: 0f b6 70 f2 ?? movzx esi, byte ds:[eax + 0xf2<242,-14>]
0f b6 51 f2 ?? movzx edx, byte ds:[ecx + 0xf2<242,-14>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L389
L388: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 72 f1 ff ff ?? jne basic block L99
L389: 0f b6 70 f3 ?? movzx esi, byte ds:[eax + 0xf3<243,-13>]
0f b6 51 f3 ?? movzx edx, byte ds:[ecx + 0xf3<243,-13>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L391
L390: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 51 f1 ff ff ?? jne basic block L99
L391: 0f b6 70 f4 ?? movzx esi, byte ds:[eax + 0xf4<244,-12>]
0f b6 51 f4 ?? movzx edx, byte ds:[ecx + 0xf4<244,-12>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L394
L392: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L394
L393: 33 f6 ?? xor esi, esi
L394: 85 f6 ?? test esi, esi
0f 85 2c f1 ff ff ?? jne basic block L99
L395: 8b 50 f5 ?? mov edx, dword ds:[eax + 0xf5<245,-11>]
3b 51 f5 ?? cmp edx, dword ds:[ecx + 0xf5<245,-11>]
74 7d ?? je basic block L404
L396: 0f b6 f2 ?? movzx esi, dl
0f b6 51 f5 ?? movzx edx, byte ds:[ecx + 0xf5<245,-11>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L398
L397: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 04 f1 ff ff ?? jne basic block L99
L398: 0f b6 70 f6 ?? movzx esi, byte ds:[eax + 0xf6<246,-10>]
0f b6 51 f6 ?? movzx edx, byte ds:[ecx + 0xf6<246,-10>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L400
L399: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 e3 f0 ff ff ?? jne basic block L99
L400: 0f b6 70 f7 ?? movzx esi, byte ds:[eax + 0xf7<247,-9>]
0f b6 51 f7 ?? movzx edx, byte ds:[ecx + 0xf7<247,-9>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L402
L401: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 c2 f0 ff ff ?? jne basic block L99
L402: 0f b6 70 f8 ?? movzx esi, byte ds:[eax + 0xf8<248,-8>]
0f b6 51 f8 ?? movzx edx, byte ds:[ecx + 0xf8<248,-8>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L405
L403: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L405
L404: 33 f6 ?? xor esi, esi
L405: 85 f6 ?? test esi, esi
0f 85 9d f0 ff ff ?? jne basic block L99
L406: 8b 50 f9 ?? mov edx, dword ds:[eax + 0xf9<249,-7>]
3b 51 f9 ?? cmp edx, dword ds:[ecx + 0xf9<249,-7>]
74 7d ?? je basic block L415
L407: 0f b6 f2 ?? movzx esi, dl
0f b6 51 f9 ?? movzx edx, byte ds:[ecx + 0xf9<249,-7>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L409
L408: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 75 f0 ff ff ?? jne basic block L99
L409: 0f b6 70 fa ?? movzx esi, byte ds:[eax + 0xfa<250,-6>]
0f b6 51 fa ?? movzx edx, byte ds:[ecx + 0xfa<250,-6>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L411
L410: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 54 f0 ff ff ?? jne basic block L99
L411: 0f b6 70 fb ?? movzx esi, byte ds:[eax + 0xfb<251,-5>]
0f b6 51 fb ?? movzx edx, byte ds:[ecx + 0xfb<251,-5>]
2b f2 ?? sub esi, edx
74 15 ?? je basic block L413
L412: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
85 f6 ?? test esi, esi
0f 85 33 f0 ff ff ?? jne basic block L99
L413: 0f b6 70 fc ?? movzx esi, byte ds:[eax + 0xfc<252,-4>]
0f b6 51 fc ?? movzx edx, byte ds:[ecx + 0xfc<252,-4>]
2b f2 ?? sub esi, edx
74 11 ?? je basic block L416
L414: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b f2 ?? mov esi, edx
eb 02 ?? jmp basic block L416
L415: 33 f6 ?? xor esi, esi
L416: 85 f6 ?? test esi, esi
0f 85 0e f0 ff ff ?? jne basic block L99
L417: 0f b6 70 fd ?? movzx esi, byte ds:[eax + 0xfd<253,-3>]
0f b6 51 fd ?? movzx edx, byte ds:[ecx + 0xfd<253,-3>]
2b f2 ?? sub esi, edx
0f 84 dd fb ff ff ?? je basic block L337
L418: 33 d2 ?? xor edx, edx
85 f6 ?? test esi, esi
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
85 d2 ?? test edx, edx
0f 84 ca fb ff ff ?? je basic block L337
L419: 8b c2 ?? mov eax, edx
e9 b9 f3 ff ff ?? jmp basic block L179
L420: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
8b 75 0c ?? mov esi, dword ss:[ebp + 12]
0f b6 01 ?? movzx eax, byte ds:[ecx]
0f b6 16 ?? movzx edx, byte ds:[esi]
2b c2 ?? sub eax, edx
74 15 ?? je basic block L422
L421: 33 d2 ?? xor edx, edx
85 c0 ?? test eax, eax
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b c2 ?? mov eax, edx
85 c0 ?? test eax, eax
0f 85 ed 00 00 00 ?? jne basic block L439
L422: 0f b6 41 01 ?? movzx eax, byte ds:[ecx + 1]
0f b6 56 01 ?? movzx edx, byte ds:[esi + 1]
2b c2 ?? sub eax, edx
74 15 ?? je basic block L424
L423: 33 d2 ?? xor edx, edx
85 c0 ?? test eax, eax
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b c2 ?? mov eax, edx
85 c0 ?? test eax, eax
0f 85 cc 00 00 00 ?? jne basic block L439
L424: 0f b6 41 02 ?? movzx eax, byte ds:[ecx + 2]
0f b6 56 02 ?? movzx edx, byte ds:[esi + 2]
2b c2 ?? sub eax, edx
74 15 ?? je basic block L426
L425: 33 d2 ?? xor edx, edx
85 c0 ?? test eax, eax
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b c2 ?? mov eax, edx
85 c0 ?? test eax, eax
0f 85 ab 00 00 00 ?? jne basic block L439
L426: 0f b6 41 03 ?? movzx eax, byte ds:[ecx + 3]
0f b6 4e 03 ?? movzx ecx, byte ds:[esi + 3]
L427: 2b c1 ?? sub eax, ecx
0f 84 9b 00 00 00 ?? je basic block L439
L428: 33 c9 ?? xor ecx, ecx
85 c0 ?? test eax, eax
0f 9f c1 ?? setg cl
8d 4c 09 ff ?? lea ecx, ds:[ecx + ecx + 0xff<255,-1>]
8b c1 ?? mov eax, ecx
e9 89 00 00 00 ?? jmp basic block L439
L429: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
8b 75 0c ?? mov esi, dword ss:[ebp + 12]
0f b6 01 ?? movzx eax, byte ds:[ecx]
0f b6 16 ?? movzx edx, byte ds:[esi]
2b c2 ?? sub eax, edx
74 11 ?? je basic block L431
L430: 33 d2 ?? xor edx, edx
85 c0 ?? test eax, eax
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b c2 ?? mov eax, edx
85 c0 ?? test eax, eax
75 68 ?? jne basic block L439
L431: 0f b6 41 01 ?? movzx eax, byte ds:[ecx + 1]
0f b6 56 01 ?? movzx edx, byte ds:[esi + 1]
2b c2 ?? sub eax, edx
74 11 ?? je basic block L433
L432: 33 d2 ?? xor edx, edx
85 c0 ?? test eax, eax
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b c2 ?? mov eax, edx
85 c0 ?? test eax, eax
75 4b ?? jne basic block L439
L433: 0f b6 41 02 ?? movzx eax, byte ds:[ecx + 2]
0f b6 4e 02 ?? movzx ecx, byte ds:[esi + 2]
eb 9e ?? jmp basic block L427
L434: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
8b 75 0c ?? mov esi, dword ss:[ebp + 12]
0f b6 01 ?? movzx eax, byte ds:[ecx]
0f b6 16 ?? movzx edx, byte ds:[esi]
2b c2 ?? sub eax, edx
74 11 ?? je basic block L436
L435: 33 d2 ?? xor edx, edx
85 c0 ?? test eax, eax
0f 9f c2 ?? setg dl
8d 54 12 ff ?? lea edx, ds:[edx + edx + 0xff<255,-1>]
8b c2 ?? mov eax, edx
85 c0 ?? test eax, eax
75 20 ?? jne basic block L439
L436: 0f b6 41 01 ?? movzx eax, byte ds:[ecx + 1]
0f b6 4e 01 ?? movzx ecx, byte ds:[esi + 1]
e9 70 ff ff ff ?? jmp basic block L427
L437: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
0f b6 00 ?? movzx eax, byte ds:[eax]
0f b6 09 ?? movzx ecx, byte ds:[ecx]
e9 5f ff ff ff ?? jmp basic block L427
L438: 33 c0 ?? xor eax, eax
L439: 5f ?? pop edi
5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
0x00413e98: 39 31 41 00 2b 35 41 00 37 39 41 00 58 3d 41 00 |91A.+5A.79A.X=A.|
0x00413ea8: bc 30 41 00 9c 34 41 00 a8 38 41 00 c9 3c 41 00 |.0A..4A..8A..<A.|
0x00413eb8: 2d 30 41 00 0c 34 41 00 18 38 41 00 3a 3c 41 00 |-0A..4A..8A.:<A.|
0x00413ec8: 9d 2f 41 00 7d 33 41 00 89 37 41 00 aa 3b 41 00 |./A.}3A..7A..;A.|
0x00413ed8: 0e 2f 41 00 ee 32 41 00 fa 36 41 00 1b 3b 41 00 |./A..2A..6A..;A.|
0x00413ee8: 7f 2e 41 00 5f 32 41 00 6b 36 41 00 8c 3a 41 00 |..A._2A.k6A..:A.|
0x00413ef8: f0 2d 41 00 d0 31 41 00 dc 35 41 00 fd 39 41 00 |.-A..1A..5A..9A.|
0x00413f08: 6d 2d 41 00 41 31 41 00 4d 35 41 00 6d 39 41 00 |m-A.A1A.M5A.m9A.|
|
./vs2008/normal/Debug/ooex11.exe | 0x413f18 | _strncmp | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
53 ?? push ebx
8b 5d 10 ?? mov ebx, dword ss:[ebp + 0x10<16>]
85 db ?? test ebx, ebx
75 07 ?? jne basic block L3
L2: 33 c0 ?? xor eax, eax
e9 9a 00 00 00 ?? jmp basic block L27
L3: 57 ?? push edi
83 fb 04 ?? cmp ebx, 4
72 75 ?? jb basic block L20
L4: 8d 7b fc ?? lea edi, ds:[ebx + 0xfc<252,-4>]
85 ff ?? test edi, edi
76 6e ?? jbe basic block L20
L5: 8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
L6: 8a 10 ?? mov dl, byte ds:[eax]
83 c0 04 ?? add eax, 4
83 c1 04 ?? add ecx, 4
84 d2 ?? test dl, dl
74 52 ?? je basic block L19
L7: 3a 51 fc ?? cmp dl, byte ds:[ecx + 0xfc<252,-4>]
75 4d ?? jne basic block L19
L8: 8a 50 fd ?? mov dl, byte ds:[eax + 0xfd<253,-3>]
84 d2 ?? test dl, dl
74 3c ?? je basic block L18
L9: 3a 51 fd ?? cmp dl, byte ds:[ecx + 0xfd<253,-3>]
75 37 ?? jne basic block L18
L10: 8a 50 fe ?? mov dl, byte ds:[eax + 0xfe<254,-2>]
84 d2 ?? test dl, dl
74 26 ?? je basic block L17
L11: 3a 51 fe ?? cmp dl, byte ds:[ecx + 0xfe<254,-2>]
75 21 ?? jne basic block L17
L12: 8a 50 ff ?? mov dl, byte ds:[eax + 0xff<255,-1>]
84 d2 ?? test dl, dl
74 10 ?? je basic block L16
L13: 3a 51 ff ?? cmp dl, byte ds:[ecx + 0xff<255,-1>]
75 0b ?? jne basic block L16
L14: 83 45 fc 04 ?? add dword ss:[ebp + 0xfc<252,-4>], 4
39 7d fc ?? cmp dword ss:[ebp + 0xfc<252,-4>], edi
72 c2 ?? jb basic block L6
L15: eb 3f ?? jmp basic block L24
L16: 0f b6 40 ff ?? movzx eax, byte ds:[eax + 0xff<255,-1>]
0f b6 49 ff ?? movzx ecx, byte ds:[ecx + 0xff<255,-1>]
eb 46 ?? jmp basic block L29
L17: 0f b6 40 fe ?? movzx eax, byte ds:[eax + 0xfe<254,-2>]
0f b6 49 fe ?? movzx ecx, byte ds:[ecx + 0xfe<254,-2>]
eb 3c ?? jmp basic block L29
L18: 0f b6 40 fd ?? movzx eax, byte ds:[eax + 0xfd<253,-3>]
0f b6 49 fd ?? movzx ecx, byte ds:[ecx + 0xfd<253,-3>]
eb 32 ?? jmp basic block L29
L19: 0f b6 40 fc ?? movzx eax, byte ds:[eax + 0xfc<252,-4>]
0f b6 49 fc ?? movzx ecx, byte ds:[ecx + 0xfc<252,-4>]
eb 28 ?? jmp basic block L29
L20: 8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
eb 0f ?? jmp basic block L24
L21: 8a 10 ?? mov dl, byte ds:[eax]
84 d2 ?? test dl, dl
74 14 ?? je basic block L28
L22: 3a 11 ?? cmp dl, byte ds:[ecx]
75 10 ?? jne basic block L28
L23: 40 ?? inc eax
41 ?? inc ecx
ff 45 fc ?? inc dword ss:[ebp + 0xfc<252,-4>]
L24: 39 5d fc ?? cmp dword ss:[ebp + 0xfc<252,-4>], ebx
72 ec ?? jb basic block L21
L25: 33 c0 ?? xor eax, eax
L26: 5f ?? pop edi
L27: 5b ?? pop ebx
c9 ?? leave
c3 ?? ret
L28: 0f b6 00 ?? movzx eax, byte ds:[eax]
0f b6 09 ?? movzx ecx, byte ds:[ecx]
L29: 2b c1 ?? sub eax, ecx
eb f2 ?? jmp basic block L26
|
./vs2008/normal/Debug/ooex11.exe | 0x413fe0 | _strpbrk | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
33 c0 ?? xor eax, eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
8b 55 0c ?? mov edx, dword ss:[ebp + 12]
8d 49 00 ?? lea ecx, ds:[ecx + 0]
L2: 8a 02 ?? mov al, byte ds:[edx]
0a c0 ?? or al, al
74 09 ?? je basic block L4
L3: 83 c2 01 ?? add edx, 1
0f ab 04 24 ?? btr dword ss:[esp], eax
eb f1 ?? jmp basic block L2
L4: 8b 75 08 ?? mov esi, dword ss:[ebp + 8]
8b ff ?? mov edi, edi
L5: 8a 06 ?? mov al, byte ds:[esi]
0a c0 ?? or al, al
74 0c ?? je basic block L8
L6: 83 c6 01 ?? add esi, 1
0f a3 04 24 ?? bt dword ss:[esp], eax
73 f1 ?? jae basic block L5
L7: 8d 46 ff ?? lea eax, ds:[esi + 0xff<255,-1>]
L8: 83 c4 20 ?? add esp, 0x20<32>
5e ?? pop esi
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414020 | _memmove | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
57 ?? push edi
56 ?? push esi
8b 75 0c ?? mov esi, dword ss:[ebp + 12]
8b 4d 10 ?? mov ecx, dword ss:[ebp + 0x10<16>]
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
8b c1 ?? mov eax, ecx
8b d1 ?? mov edx, ecx
03 c6 ?? add eax, esi
3b fe ?? cmp edi, esi
76 08 ?? jbe basic block L3
L2: 3b f8 ?? cmp edi, eax
0f 82 a4 01 00 00 ?? jb basic block L40
L3: 81 f9 00 01 00 00 ?? cmp ecx, 0x00000100<256>
72 1f ?? jb basic block L7
L4: 83 3d 6c 4b 42 00 00 ?? cmp dword ds:[0x00424b6c], 0
74 16 ?? je basic block L7
L5: 57 ?? push edi
56 ?? push esi
83 e7 0f ?? and edi, 15
83 e6 0f ?? and esi, 15
3b fe ?? cmp edi, esi
5e ?? pop esi
5f ?? pop edi
75 08 ?? jne basic block L7
L6: 5e ?? pop esi
5f ?? pop edi
5d ?? pop ebp
e9 a7 a7 ff ff ?? jmp function 0x0040e80e
L7: f7 c7 03 00 00 00 ?? test edi, 3
75 15 ?? jne basic block L11
L8: c1 e9 02 ?? shr ecx, 2
83 e2 03 ?? and edx, 3
83 f9 08 ?? cmp ecx, 8
72 2a ?? jb basic block L15
L9: f3 a5 ?? rep_movsd
ff 24 95 94 41 41 00 ?? jmp dword ds:[0x00414194 + edx * 4]
L10: 90 ?? nop
L11: 8b c7 ?? mov eax, edi
ba 03 00 00 00 ?? mov edx, 3
83 e9 04 ?? sub ecx, 4
72 0c ?? jb basic block L13
L12: 83 e0 03 ?? and eax, 3
03 c8 ?? add ecx, eax
ff 24 85 a8 40 41 00 ?? jmp dword ds:[0x004140a8 + eax * 4]
L13: ff 24 8d a4 41 41 00 ?? jmp dword ds:[basic block L32 + ecx * 4]
L14: 90 ?? nop
L15: ff 24 8d 28 41 41 00 ?? jmp dword ds:[0x00414128 + ecx * 4]
0x004140ac: b8 40 41 00 e4 40 41 00 08 41 41 00 |.@A..@A..AA.|
L16: 23 d1 ?? and edx, ecx
8a 06 ?? mov al, byte ds:[esi]
88 07 ?? mov byte ds:[edi], al
8a 46 01 ?? mov al, byte ds:[esi + 1]
88 47 01 ?? mov byte ds:[edi + 1], al
8a 46 02 ?? mov al, byte ds:[esi + 2]
c1 e9 02 ?? shr ecx, 2
88 47 02 ?? mov byte ds:[edi + 2], al
83 c6 03 ?? add esi, 3
83 c7 03 ?? add edi, 3
83 f9 08 ?? cmp ecx, 8
72 cc ?? jb basic block L15
L17: f3 a5 ?? rep_movsd
ff 24 95 94 41 41 00 ?? jmp dword ds:[0x00414194 + edx * 4]
L18: 8d 49 00 ?? lea ecx, ds:[ecx + 0]
L19: 23 d1 ?? and edx, ecx
8a 06 ?? mov al, byte ds:[esi]
88 07 ?? mov byte ds:[edi], al
8a 46 01 ?? mov al, byte ds:[esi + 1]
c1 e9 02 ?? shr ecx, 2
88 47 01 ?? mov byte ds:[edi + 1], al
83 c6 02 ?? add esi, 2
83 c7 02 ?? add edi, 2
83 f9 08 ?? cmp ecx, 8
72 a6 ?? jb basic block L15
L20: f3 a5 ?? rep_movsd
ff 24 95 94 41 41 00 ?? jmp dword ds:[0x00414194 + edx * 4]
L21: 90 ?? nop
L22: 23 d1 ?? and edx, ecx
8a 06 ?? mov al, byte ds:[esi]
88 07 ?? mov byte ds:[edi], al
83 c6 01 ?? add esi, 1
c1 e9 02 ?? shr ecx, 2
83 c7 01 ?? add edi, 1
83 f9 08 ?? cmp ecx, 8
72 88 ?? jb basic block L15
L23: f3 a5 ?? rep_movsd
ff 24 95 94 41 41 00 ?? jmp dword ds:[0x00414194 + edx * 4]
0x00414128: 8b 41 41 00 78 41 41 00 70 41 41 00 68 41 41 00 |.AA.xAA.pAA.hAA.|
0x00414138: 60 41 41 00 58 41 41 00 50 41 41 00 48 41 41 00 |`AA.XAA.PAA.HAA.|
L24: 8b 44 8e e4 ?? mov eax, dword ds:[esi + ecx * 4 + 0xe4<228,-28>]
89 44 8f e4 ?? mov dword ds:[edi + ecx * 4 + 0xe4<228,-28>], eax
L25: 8b 44 8e e8 ?? mov eax, dword ds:[esi + ecx * 4 + 0xe8<232,-24>]
89 44 8f e8 ?? mov dword ds:[edi + ecx * 4 + 0xe8<232,-24>], eax
L26: 8b 44 8e ec ?? mov eax, dword ds:[esi + ecx * 4 + 0xec<236,-20>]
89 44 8f ec ?? mov dword ds:[edi + ecx * 4 + 0xec<236,-20>], eax
L27: 8b 44 8e f0 ?? mov eax, dword ds:[esi + ecx * 4 + 0xf0<240,-16>]
89 44 8f f0 ?? mov dword ds:[edi + ecx * 4 + 0xf0<240,-16>], eax
L28: 8b 44 8e f4 ?? mov eax, dword ds:[esi + ecx * 4 + 0xf4<244,-12>]
89 44 8f f4 ?? mov dword ds:[edi + ecx * 4 + 0xf4<244,-12>], eax
L29: 8b 44 8e f8 ?? mov eax, dword ds:[esi + ecx * 4 + 0xf8<248,-8>]
89 44 8f f8 ?? mov dword ds:[edi + ecx * 4 + 0xf8<248,-8>], eax
L30: 8b 44 8e fc ?? mov eax, dword ds:[esi + ecx * 4 + 0xfc<252,-4>]
89 44 8f fc ?? mov dword ds:[edi + ecx * 4 + 0xfc<252,-4>], eax
8d 04 8d 00 00 00 00 ?? lea eax, ds:[0 + ecx * 4]
03 f0 ?? add esi, eax
03 f8 ?? add edi, eax
L31: ff 24 95 94 41 41 00 ?? jmp dword ds:[0x00414194 + edx * 4]
0x00414194: a4 41 41 00 ac 41 41 00 b8 41 41 00 cc 41 41 00 |.AA..AA..AA..AA.|
L32: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
5e ?? pop esi
5f ?? pop edi
c9 ?? leave
c3 ?? ret
L33: 90 ?? nop
L34: 8a 06 ?? mov al, byte ds:[esi]
88 07 ?? mov byte ds:[edi], al
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
5e ?? pop esi
5f ?? pop edi
c9 ?? leave
c3 ?? ret
L35: 90 ?? nop
L36: 8a 06 ?? mov al, byte ds:[esi]
88 07 ?? mov byte ds:[edi], al
8a 46 01 ?? mov al, byte ds:[esi + 1]
88 47 01 ?? mov byte ds:[edi + 1], al
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
5e ?? pop esi
5f ?? pop edi
c9 ?? leave
c3 ?? ret
L37: 8d 49 00 ?? lea ecx, ds:[ecx + 0]
L38: 8a 06 ?? mov al, byte ds:[esi]
88 07 ?? mov byte ds:[edi], al
8a 46 01 ?? mov al, byte ds:[esi + 1]
88 47 01 ?? mov byte ds:[edi + 1], al
8a 46 02 ?? mov al, byte ds:[esi + 2]
88 47 02 ?? mov byte ds:[edi + 2], al
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
5e ?? pop esi
5f ?? pop edi
c9 ?? leave
c3 ?? ret
L39: 90 ?? nop
L40: 8d 74 31 fc ?? lea esi, ds:[ecx + esi + 0xfc<252,-4>]
8d 7c 39 fc ?? lea edi, ds:[ecx + edi + 0xfc<252,-4>]
f7 c7 03 00 00 00 ?? test edi, 3
75 24 ?? jne basic block L46
L41: c1 e9 02 ?? shr ecx, 2
83 e2 03 ?? and edx, 3
83 f9 08 ?? cmp ecx, 8
72 0d ?? jb basic block L44
L42: fd ?? std
f3 a5 ?? rep_movsd
fc ?? cld
ff 24 95 30 43 41 00 ?? jmp dword ds:[0x00414330<"@CA"> + edx * 4]
L43: 8b ff ?? mov edi, edi
L44: f7 d9 ?? neg ecx
ff 24 8d e0 42 41 00 ?? jmp dword ds:[0x004142e0<"'CA"> + ecx * 4]
L45: 8d 49 00 ?? lea ecx, ds:[ecx + 0]
L46: 8b c7 ?? mov eax, edi
ba 03 00 00 00 ?? mov edx, 3
83 f9 04 ?? cmp ecx, 4
72 0c ?? jb basic block L48
L47: 83 e0 03 ?? and eax, 3
2b c8 ?? sub ecx, eax
ff 24 85 34 42 41 00 ?? jmp dword ds:[0x00414234 + eax * 4]
L48: ff 24 8d 30 43 41 00 ?? jmp dword ds:[0x00414330<"@CA"> + ecx * 4]
0x00414238: 44 42 41 00 68 42 41 00 90 42 41 00 |DBA.hBA..BA.|
L49: 8a 46 03 ?? mov al, byte ds:[esi + 3]
23 d1 ?? and edx, ecx
88 47 03 ?? mov byte ds:[edi + 3], al
83 ee 01 ?? sub esi, 1
c1 e9 02 ?? shr ecx, 2
83 ef 01 ?? sub edi, 1
83 f9 08 ?? cmp ecx, 8
72 b2 ?? jb basic block L44
L50: fd ?? std
f3 a5 ?? rep_movsd
fc ?? cld
ff 24 95 30 43 41 00 ?? jmp dword ds:[0x00414330<"@CA"> + edx * 4]
L51: 8d 49 00 ?? lea ecx, ds:[ecx + 0]
L52: 8a 46 03 ?? mov al, byte ds:[esi + 3]
23 d1 ?? and edx, ecx
88 47 03 ?? mov byte ds:[edi + 3], al
8a 46 02 ?? mov al, byte ds:[esi + 2]
c1 e9 02 ?? shr ecx, 2
88 47 02 ?? mov byte ds:[edi + 2], al
83 ee 02 ?? sub esi, 2
83 ef 02 ?? sub edi, 2
83 f9 08 ?? cmp ecx, 8
72 88 ?? jb basic block L44
L53: fd ?? std
f3 a5 ?? rep_movsd
fc ?? cld
ff 24 95 30 43 41 00 ?? jmp dword ds:[0x00414330<"@CA"> + edx * 4]
L54: 90 ?? nop
L55: 8a 46 03 ?? mov al, byte ds:[esi + 3]
23 d1 ?? and edx, ecx
88 47 03 ?? mov byte ds:[edi + 3], al
8a 46 02 ?? mov al, byte ds:[esi + 2]
88 47 02 ?? mov byte ds:[edi + 2], al
8a 46 01 ?? mov al, byte ds:[esi + 1]
c1 e9 02 ?? shr ecx, 2
88 47 01 ?? mov byte ds:[edi + 1], al
83 ee 03 ?? sub esi, 3
83 ef 03 ?? sub edi, 3
83 f9 08 ?? cmp ecx, 8
0f 82 56 ff ff ff ?? jb basic block L44
L56: fd ?? std
f3 a5 ?? rep_movsd
fc ?? cld
ff 24 95 30 43 41 00 ?? jmp dword ds:[0x00414330<"@CA"> + edx * 4]
0x004142c4: e4 42 41 00 ec 42 41 00 f4 42 41 00 fc 42 41 00 |.BA..BA..BA..BA.|
0x004142d4: 04 43 41 00 0c 43 41 00 14 43 41 00 27 43 41 00 |.CA..CA..CA.'CA.|
L57: 8b 44 8e 1c ?? mov eax, dword ds:[esi + ecx * 4 + 0x1c<28>]
89 44 8f 1c ?? mov dword ds:[edi + ecx * 4 + 0x1c<28>], eax
L58: 8b 44 8e 18 ?? mov eax, dword ds:[esi + ecx * 4 + 0x18<24>]
89 44 8f 18 ?? mov dword ds:[edi + ecx * 4 + 0x18<24>], eax
L59: 8b 44 8e 14 ?? mov eax, dword ds:[esi + ecx * 4 + 0x14<20>]
89 44 8f 14 ?? mov dword ds:[edi + ecx * 4 + 0x14<20>], eax
L60: 8b 44 8e 10 ?? mov eax, dword ds:[esi + ecx * 4 + 0x10<16>]
89 44 8f 10 ?? mov dword ds:[edi + ecx * 4 + 0x10<16>], eax
L61: 8b 44 8e 0c ?? mov eax, dword ds:[esi + ecx * 4 + 12]
89 44 8f 0c ?? mov dword ds:[edi + ecx * 4 + 12], eax
L62: 8b 44 8e 08 ?? mov eax, dword ds:[esi + ecx * 4 + 8]
89 44 8f 08 ?? mov dword ds:[edi + ecx * 4 + 8], eax
L63: 8b 44 8e 04 ?? mov eax, dword ds:[esi + ecx * 4 + 4]
89 44 8f 04 ?? mov dword ds:[edi + ecx * 4 + 4], eax
8d 04 8d 00 00 00 00 ?? lea eax, ds:[0 + ecx * 4]
03 f0 ?? add esi, eax
03 f8 ?? add edi, eax
L64: ff 24 95 30 43 41 00 ?? jmp dword ds:[0x00414330<"@CA"> + edx * 4]
0x00414330: 40 43 41 00 48 43 41 00 58 43 41 00 6c 43 41 00 |@CA.HCA.XCA.lCA.|
L65: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
5e ?? pop esi
5f ?? pop edi
c9 ?? leave
c3 ?? ret
L66: 90 ?? nop
L67: 8a 46 03 ?? mov al, byte ds:[esi + 3]
88 47 03 ?? mov byte ds:[edi + 3], al
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
5e ?? pop esi
5f ?? pop edi
c9 ?? leave
c3 ?? ret
L68: 8d 49 00 ?? lea ecx, ds:[ecx + 0]
L69: 8a 46 03 ?? mov al, byte ds:[esi + 3]
88 47 03 ?? mov byte ds:[edi + 3], al
8a 46 02 ?? mov al, byte ds:[esi + 2]
88 47 02 ?? mov byte ds:[edi + 2], al
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
5e ?? pop esi
5f ?? pop edi
c9 ?? leave
c3 ?? ret
L70: 90 ?? nop
L71: 8a 46 03 ?? mov al, byte ds:[esi + 3]
88 47 03 ?? mov byte ds:[edi + 3], al
8a 46 02 ?? mov al, byte ds:[esi + 2]
88 47 02 ?? mov byte ds:[edi + 2], al
8a 46 01 ?? mov al, byte ds:[esi + 1]
88 47 01 ?? mov byte ds:[edi + 1], al
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
5e ?? pop esi
5f ?? pop edi
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414385 | ___report_gsfailure | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec 28 03 00 00 ?? sub esp, 0x00000328<808>
a3 90 48 42 00 ?? mov dword ds:[0x00424890], eax
89 0d 8c 48 42 00 ?? mov dword ds:[0x0042488c], ecx
89 15 88 48 42 00 ?? mov dword ds:[0x00424888], edx
89 1d 84 48 42 00 ?? mov dword ds:[0x00424884], ebx
89 35 80 48 42 00 ?? mov dword ds:[0x00424880], esi
89 3d 7c 48 42 00 ?? mov dword ds:[0x0042487c], edi
66 8c 15 a8 48 42 00 ?? mov word ds:[0x004248a8], ss
66 8c 0d 9c 48 42 00 ?? mov word ds:[0x0042489c], cs
66 8c 1d 78 48 42 00 ?? mov word ds:[0x00424878], ds
66 8c 05 74 48 42 00 ?? mov word ds:[0x00424874], es
66 8c 25 70 48 42 00 ?? mov word ds:[0x00424870], fs
66 8c 2d 6c 48 42 00 ?? mov word ds:[0x0042486c], gs
9c ?? pushfd
8f 05 a0 48 42 00 ?? pop dword ds:[0x004248a0]
8b 45 00 ?? mov eax, dword ss:[ebp + 0]
a3 94 48 42 00 ?? mov dword ds:[0x00424894], eax
8b 45 04 ?? mov eax, dword ss:[ebp + 4]
a3 98 48 42 00 ?? mov dword ds:[0x00424898], eax
8d 45 08 ?? lea eax, ss:[ebp + 8]
a3 a4 48 42 00 ?? mov dword ds:[0x004248a4], eax
8b 85 e0 fc ff ff ?? mov eax, dword ss:[ebp + 0xfffffce0<4294966496,-800>]
c7 05 e0 47 42 00 01 00 ?? mov dword ds:[0x004247e0], 0x00010001
01 00
a1 98 48 42 00 ?? mov eax, dword ds:[0x00424898]
a3 94 47 42 00 ?? mov dword ds:[0x00424794], eax
c7 05 88 47 42 00 09 04 ?? mov dword ds:[0x00424788], 0xc0000409
00 c0
c7 05 8c 47 42 00 01 00 ?? mov dword ds:[0x0042478c], 1
00 00
a1 10 33 42 00 ?? mov eax, dword ds:[0x00423310]
89 85 d8 fc ff ff ?? mov dword ss:[ebp + 0xfffffcd8<4294966488,-808>], eax
a1 14 33 42 00 ?? mov eax, dword ds:[0x00423314]
89 85 dc fc ff ff ?? mov dword ss:[ebp + 0xfffffcdc<4294966492,-804>], eax
ff 15 4c 52 42 00 ?? call dword ds:[0x0042524c]
L2: a3 d8 47 42 00 ?? mov dword ds:[0x004247d8], eax
6a 01 ?? push 1
e8 ea 8b ff ff ?? call function 0x0040d03c
L3: 59 ?? pop ecx
6a 00 ?? push 0
ff 15 b4 51 42 00 ?? call dword ds:[0x004251b4<"JSB">]
L4: 68 5c 0f 42 00 ?? push 0x00420f5c
ff 15 48 52 42 00 ?? call dword ds:[0x00425248]
L5: 83 3d d8 47 42 00 00 ?? cmp dword ds:[0x004247d8], 0
75 08 ?? jne basic block L8
L6: 6a 01 ?? push 1
e8 c6 8b ff ff ?? call function 0x0040d03c
L7: 59 ?? pop ecx
L8: 68 09 04 00 c0 ?? push 0xc0000409
ff 15 44 52 42 00 ?? call dword ds:[0x00425244]
L9: 50 ?? push eax
ff 15 40 52 42 00 ?? call dword ds:[0x00425240]
L10: c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x41448b | fastzero_I | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 04 ?? sub esp, 4
89 7d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], edi
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
c1 e9 07 ?? shr ecx, 7
66 0f ef c0 ?? pxor xmm0, xmm0
eb 08 ?? jmp basic block L3
L2: 8d a4 24 00 00 00 00 ?? lea esp, ss:[esp + 0]
90 ?? nop
L3: 66 0f 7f 07 ?? movdqa v2qword ds:[edi], xmm0
66 0f 7f 47 10 ?? movdqa v2qword ds:[edi + 0x10<16>], xmm0
66 0f 7f 47 20 ?? movdqa v2qword ds:[edi + 0x20<32>], xmm0
66 0f 7f 47 30 ?? movdqa v2qword ds:[edi + 0x30<48>], xmm0
66 0f 7f 47 40 ?? movdqa v2qword ds:[edi + 0x40<64>], xmm0
66 0f 7f 47 50 ?? movdqa v2qword ds:[edi + 0x50<80>], xmm0
66 0f 7f 47 60 ?? movdqa v2qword ds:[edi + 0x60<96>], xmm0
66 0f 7f 47 70 ?? movdqa v2qword ds:[edi + 0x70<112>], xmm0
8d bf 80 00 00 00 ?? lea edi, ds:[edi + 0x00000080<128>]
49 ?? dec ecx
L4: 75 d0 ?? jne basic block L3
L5: 8b 7d fc ?? mov edi, dword ss:[ebp + 0xfc<252,-4>]
8b e5 ?? mov esp, ebp
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4144e2 | __VEC_memzero | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
89 7d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], edi
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
99 ?? cdq
8b f8 ?? mov edi, eax
33 fa ?? xor edi, edx
2b fa ?? sub edi, edx
83 e7 0f ?? and edi, 15
33 fa ?? xor edi, edx
2b fa ?? sub edi, edx
85 ff ?? test edi, edi
75 3c ?? jne basic block L7
L2: 8b 4d 10 ?? mov ecx, dword ss:[ebp + 0x10<16>]
8b d1 ?? mov edx, ecx
83 e2 7f ?? and edx, 0x7f<127>
89 55 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], edx
3b ca ?? cmp ecx, edx
74 12 ?? je basic block L5
L3: 2b ca ?? sub ecx, edx
51 ?? push ecx
50 ?? push eax
e8 73 ff ff ff ?? call function 0x0041448b
L4: 83 c4 08 ?? add esp, 8
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8b 55 f4 ?? mov edx, dword ss:[ebp + 0xf4<244,-12>]
L5: 85 d2 ?? test edx, edx
74 45 ?? je basic block L9
L6: 03 45 10 ?? add eax, dword ss:[ebp + 0x10<16>]
2b c2 ?? sub eax, edx
89 45 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], eax
33 c0 ?? xor eax, eax
8b 7d f8 ?? mov edi, dword ss:[ebp + 0xf8<248,-8>]
8b 4d f4 ?? mov ecx, dword ss:[ebp + 0xf4<244,-12>]
f3 aa ?? rep_stosb
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
eb 2e ?? jmp basic block L9
L7: f7 df ?? neg edi
83 c7 10 ?? add edi, 0x10<16>
89 7d f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], edi
33 c0 ?? xor eax, eax
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
8b 4d f0 ?? mov ecx, dword ss:[ebp + 0xf0<240,-16>]
f3 aa ?? rep_stosb
8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
8b 55 10 ?? mov edx, dword ss:[ebp + 0x10<16>]
03 c8 ?? add ecx, eax
2b d0 ?? sub edx, eax
52 ?? push edx
6a 00 ?? push 0
51 ?? push ecx
e8 7e ff ff ff ?? call basic block L1
L8: 83 c4 0c ?? add esp, 12
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
L9: 8b 7d fc ?? mov edi, dword ss:[ebp + 0xfc<252,-4>]
8b e5 ?? mov esp, ebp
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414571 | strtoxl | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 14 ?? sub esp, 0x14<20>
56 ?? push esi
57 ?? push edi
ff 75 08 ?? push dword ss:[ebp + 8]
8d 4d ec ?? lea ecx, ss:[ebp + 0xec<236,-20>]
e8 d3 5c ff ff ?? call function 0x0040a259
L2: 8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
8b 75 0c ?? mov esi, dword ss:[ebp + 12]
33 ff ?? xor edi, edi
3b c7 ?? cmp eax, edi
74 02 ?? je basic block L4
L3: 89 30 ?? mov dword ds:[eax], esi
L4: 3b f7 ?? cmp esi, edi
75 2c ?? jne basic block L10
L5: e8 4d 49 ff ff ?? call function 0x00408eea
L6: 57 ?? push edi
57 ?? push edi
57 ?? push edi
57 ?? push edi
57 ?? push edi
c7 00 16 00 00 00 ?? mov dword ds:[eax], 0x00000016<22>
e8 7b ee fe ff ?? call function 0x00403428
L7: 83 c4 14 ?? add esp, 0x14<20>
80 7d f8 00 ?? cmp byte ss:[ebp + 0xf8<248,-8>], 0
74 07 ?? je basic block L9
L8: 8b 45 f4 ?? mov eax, dword ss:[ebp + 0xf4<244,-12>]
83 60 70 fd ?? and dword ds:[eax + 0x70<112>], 0xfd<253,-3>
L9: 33 c0 ?? xor eax, eax
e9 d8 01 00 00 ?? jmp basic block L80
L10: 39 7d 14 ?? cmp dword ss:[ebp + 0x14<20>], edi
74 0c ?? je basic block L13
L11: 83 7d 14 02 ?? cmp dword ss:[ebp + 0x14<20>], 2
7c c9 ?? jl basic block L5
L12: 83 7d 14 24 ?? cmp dword ss:[ebp + 0x14<20>], 0x24<36>
7f c3 ?? jg basic block L5
L13: 8b 4d ec ?? mov ecx, dword ss:[ebp + 0xec<236,-20>]
53 ?? push ebx
8a 1e ?? mov bl, byte ds:[esi]
89 7d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], edi
8d 7e 01 ?? lea edi, ds:[esi + 1]
L14: 83 b9 ac 00 00 00 01 ?? cmp dword ds:[ecx + 0x000000ac<172>], 1
7e 17 ?? jle basic block L17
L15: 8d 45 ec ?? lea eax, ss:[ebp + 0xec<236,-20>]
50 ?? push eax
0f b6 c3 ?? movzx eax, bl
6a 08 ?? push 8
50 ?? push eax
e8 60 05 00 00 ?? call function 0x00414b59
L16: 8b 4d ec ?? mov ecx, dword ss:[ebp + 0xec<236,-20>]
83 c4 0c ?? add esp, 12
eb 10 ?? jmp basic block L18
L17: 8b 91 c8 00 00 00 ?? mov edx, dword ds:[ecx + 0x000000c8<200>]
0f b6 c3 ?? movzx eax, bl
0f b7 04 42 ?? movzx eax, word ds:[edx + eax * 2]
83 e0 08 ?? and eax, 8
L18: 85 c0 ?? test eax, eax
74 05 ?? je basic block L20
L19: 8a 1f ?? mov bl, byte ds:[edi]
47 ?? inc edi
eb c7 ?? jmp basic block L14
L20: 80 fb 2d ?? cmp bl, 0x2d<45>
75 06 ?? jne basic block L22
L21: 83 4d 18 02 ?? or dword ss:[ebp + 0x18<24>], 2
eb 05 ?? jmp basic block L23
L22: 80 fb 2b ?? cmp bl, 0x2b<43>
75 03 ?? jne basic block L24
L23: 8a 1f ?? mov bl, byte ds:[edi]
47 ?? inc edi
L24: 8b 45 14 ?? mov eax, dword ss:[ebp + 0x14<20>]
85 c0 ?? test eax, eax
0f 8c 4b 01 00 00 ?? jl basic block L74
L25: 83 f8 01 ?? cmp eax, 1
0f 84 42 01 00 00 ?? je basic block L74
L26: 83 f8 24 ?? cmp eax, 0x24<36>
0f 8f 39 01 00 00 ?? jg basic block L74
L27: 85 c0 ?? test eax, eax
75 2a ?? jne basic block L34
L28: 80 fb 30 ?? cmp bl, 0x30<48>
74 09 ?? je basic block L30
L29: c7 45 14 0a 00 00 00 ?? mov dword ss:[ebp + 0x14<20>], 10
eb 34 ?? jmp basic block L39
L30: 8a 07 ?? mov al, byte ds:[edi]
3c 78 ?? cmp al, 0x78<120>
74 0d ?? je basic block L33
L31: 3c 58 ?? cmp al, 0x58<88>
74 09 ?? je basic block L33
L32: c7 45 14 08 00 00 00 ?? mov dword ss:[ebp + 0x14<20>], 8
eb 21 ?? jmp basic block L39
L33: c7 45 14 10 00 00 00 ?? mov dword ss:[ebp + 0x14<20>], 0x00000010<16>
eb 0a ?? jmp basic block L36
L34: 83 f8 10 ?? cmp eax, 0x10<16>
75 13 ?? jne basic block L39
L35: 80 fb 30 ?? cmp bl, 0x30<48>
75 0e ?? jne basic block L39
L36: 8a 07 ?? mov al, byte ds:[edi]
3c 78 ?? cmp al, 0x78<120>
74 04 ?? je basic block L38
L37: 3c 58 ?? cmp al, 0x58<88>
75 04 ?? jne basic block L39
L38: 47 ?? inc edi
8a 1f ?? mov bl, byte ds:[edi]
47 ?? inc edi
L39: 8b b1 c8 00 00 00 ?? mov esi, dword ds:[ecx + 0x000000c8<200>]
b8 ff ff ff ff ?? mov eax, 0xffffffff<4294967295,-1>
33 d2 ?? xor edx, edx
f7 75 14 ?? div dword ss:[ebp + 0x14<20>]
L40: 0f b6 cb ?? movzx ecx, bl
0f b7 0c 4e ?? movzx ecx, word ds:[esi + ecx * 2]
f6 c1 04 ?? test cl, 4
74 08 ?? je basic block L42
L41: 0f be cb ?? movsx ecx, bl
83 e9 30 ?? sub ecx, 0x30<48>
eb 1b ?? jmp basic block L46
L42: f7 c1 03 01 00 00 ?? test ecx, 0x00000103<259>
74 31 ?? je basic block L51
L43: 8a cb ?? mov cl, bl
80 e9 61 ?? sub cl, 0x61<97>
80 f9 19 ?? cmp cl, 0x19<25>
0f be cb ?? movsx ecx, bl
77 03 ?? ja basic block L45
L44: 83 e9 20 ?? sub ecx, 0x20<32>
L45: 83 c1 c9 ?? add ecx, 0xc9<201,-55>
L46: 3b 4d 14 ?? cmp ecx, dword ss:[ebp + 0x14<20>]
73 19 ?? jae basic block L51
L47: 83 4d 18 08 ?? or dword ss:[ebp + 0x18<24>], 8
39 45 fc ?? cmp dword ss:[ebp + 0xfc<252,-4>], eax
72 27 ?? jb basic block L55
L48: 75 04 ?? jne basic block L50
L49: 3b ca ?? cmp ecx, edx
76 21 ?? jbe basic block L55
L50: 83 4d 18 04 ?? or dword ss:[ebp + 0x18<24>], 4
83 7d 10 00 ?? cmp dword ss:[ebp + 0x10<16>], 0
75 23 ?? jne basic block L56
L51: 8b 45 18 ?? mov eax, dword ss:[ebp + 0x18<24>]
4f ?? dec edi
a8 08 ?? test al, 8
75 20 ?? jne basic block L57
L52: 83 7d 10 00 ?? cmp dword ss:[ebp + 0x10<16>], 0
74 03 ?? je basic block L54
L53: 8b 7d 0c ?? mov edi, dword ss:[ebp + 12]
L54: 83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
eb 5b ?? jmp basic block L67
L55: 8b 5d fc ?? mov ebx, dword ss:[ebp + 0xfc<252,-4>]
0f af 5d 14 ?? imul ebx, dword ss:[ebp + 0x14<20>]
03 d9 ?? add ebx, ecx
89 5d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ebx
L56: 8a 1f ?? mov bl, byte ds:[edi]
47 ?? inc edi
eb 8b ?? jmp basic block L40
L57: be ff ff ff 7f ?? mov esi, 0x7fffffff
a8 04 ?? test al, 4
75 1b ?? jne basic block L63
L58: a8 01 ?? test al, 1
75 3d ?? jne basic block L67
L59: 83 e0 02 ?? and eax, 2
74 09 ?? je basic block L61
L60: 81 7d fc 00 00 00 80 ?? cmp dword ss:[ebp + 0xfc<252,-4>], 0x80000000
77 09 ?? ja basic block L63
L61: 85 c0 ?? test eax, eax
75 2b ?? jne basic block L67
L62: 39 75 fc ?? cmp dword ss:[ebp + 0xfc<252,-4>], esi
76 26 ?? jbe basic block L67
L63: e8 ac 47 ff ff ?? call function 0x00408eea
L64: f6 45 18 01 ?? test byte ss:[ebp + 0x18<24>], 1
c7 00 22 00 00 00 ?? mov dword ds:[eax], 0x00000022<34>
74 06 ?? je basic block L66
L65: 83 4d fc ff ?? or dword ss:[ebp + 0xfc<252,-4>], 0xff<255,-1>
eb 0f ?? jmp basic block L67
L66: f6 45 18 02 ?? test byte ss:[ebp + 0x18<24>], 2
6a 00 ?? push 0
58 ?? pop eax
0f 95 c0 ?? setne al
03 c6 ?? add eax, esi
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
L67: 8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
85 c0 ?? test eax, eax
74 02 ?? je basic block L69
L68: 89 38 ?? mov dword ds:[eax], edi
L69: f6 45 18 02 ?? test byte ss:[ebp + 0x18<24>], 2
74 03 ?? je basic block L71
L70: f7 5d fc ?? neg dword ss:[ebp + 0xfc<252,-4>]
L71: 80 7d f8 00 ?? cmp byte ss:[ebp + 0xf8<248,-8>], 0
74 07 ?? je basic block L73
L72: 8b 45 f4 ?? mov eax, dword ss:[ebp + 0xf4<244,-12>]
83 60 70 fd ?? and dword ds:[eax + 0x70<112>], 0xfd<253,-3>
L73: 8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
eb 18 ?? jmp basic block L79
L74: 8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
85 c0 ?? test eax, eax
74 02 ?? je basic block L76
L75: 89 30 ?? mov dword ds:[eax], esi
L76: 80 7d f8 00 ?? cmp byte ss:[ebp + 0xf8<248,-8>], 0
74 07 ?? je basic block L78
L77: 8b 45 f4 ?? mov eax, dword ss:[ebp + 0xf4<244,-12>]
83 60 70 fd ?? and dword ds:[eax + 0x70<112>], 0xfd<253,-3>
L78: 33 c0 ?? xor eax, eax
L79: 5b ?? pop ebx
L80: 5f ?? pop edi
5e ?? pop esi
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4147a0 | _strtol | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
50 ?? push eax
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
39 05 4c 47 42 00 ?? cmp dword ds:[0x0042474c], eax
75 07 ?? jne basic block L3
L2: 68 c0 3a 42 00 ?? push 0x00423ac0
eb 01 ?? jmp basic block L4
L3: 50 ?? push eax
L4: e8 ab fd ff ff ?? call function 0x00414571
L5: 83 c4 14 ?? add esp, 0x14<20>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4147cb | __strtol_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 00 ?? push 0
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
e8 8e fd ff ff ?? call function 0x00414571
L2: 83 c4 14 ?? add esp, 0x14<20>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4147e8 | _strtoul | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 3d 4c 47 42 00 00 ?? cmp dword ds:[0x0042474c], 0
6a 01 ?? push 1
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
75 07 ?? jne basic block L3
L2: 68 c0 3a 42 00 ?? push 0x00423ac0
eb 02 ?? jmp basic block L4
L3: 6a 00 ?? push 0
L4: e8 62 fd ff ff ?? call function 0x00414571
L5: 83 c4 14 ?? add esp, 0x14<20>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414814 | __strtoul_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 01 ?? push 1
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
e8 45 fd ff ff ?? call function 0x00414571
L2: 83 c4 14 ?? add esp, 0x14<20>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414831 | strtoxq | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 38 ?? sub esp, 0x38<56>
53 ?? push ebx
57 ?? push edi
ff 75 08 ?? push dword ss:[ebp + 8]
8d 4d c8 ?? lea ecx, ss:[ebp + 0xc8<200,-56>]
e8 13 5a ff ff ?? call function 0x0040a259
L2: 8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
8b 7d 0c ?? mov edi, dword ss:[ebp + 12]
33 db ?? xor ebx, ebx
3b c3 ?? cmp eax, ebx
74 02 ?? je basic block L4
L3: 89 38 ?? mov dword ds:[eax], edi
L4: 3b fb ?? cmp edi, ebx
75 2d ?? jne basic block L10
L5: e8 8d 46 ff ff ?? call function 0x00408eea
L6: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
c7 00 16 00 00 00 ?? mov dword ds:[eax], 0x00000016<22>
e8 bb eb fe ff ?? call function 0x00403428
L7: 83 c4 14 ?? add esp, 0x14<20>
38 5d d4 ?? cmp byte ss:[ebp + 0xd4<212,-44>], bl
74 07 ?? je basic block L9
L8: 8b 45 d0 ?? mov eax, dword ss:[ebp + 0xd0<208,-48>]
83 60 70 fd ?? and dword ds:[eax + 0x70<112>], 0xfd<253,-3>
L9: 33 c0 ?? xor eax, eax
33 d2 ?? xor edx, edx
e9 3f 02 00 00 ?? jmp basic block L83
L10: 39 5d 14 ?? cmp dword ss:[ebp + 0x14<20>], ebx
74 0c ?? je basic block L13
L11: 83 7d 14 02 ?? cmp dword ss:[ebp + 0x14<20>], 2
7c c8 ?? jl basic block L5
L12: 83 7d 14 24 ?? cmp dword ss:[ebp + 0x14<20>], 0x24<36>
7f c2 ?? jg basic block L5
L13: 56 ?? push esi
8b 75 c8 ?? mov esi, dword ss:[ebp + 0xc8<200,-56>]
89 5d f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], ebx
89 5d f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], ebx
L14: 8a 07 ?? mov al, byte ds:[edi]
47 ?? inc edi
83 be ac 00 00 00 01 ?? cmp dword ds:[esi + 0x000000ac<172>], 1
88 45 ff ?? mov byte ss:[ebp + 0xff<255,-1>], al
7e 18 ?? jle basic block L17
L15: 8d 45 c8 ?? lea eax, ss:[ebp + 0xc8<200,-56>]
50 ?? push eax
0f b6 45 ff ?? movzx eax, byte ss:[ebp + 0xff<255,-1>]
6a 08 ?? push 8
50 ?? push eax
e8 9a 02 00 00 ?? call function 0x00414b59
L16: 8b 75 c8 ?? mov esi, dword ss:[ebp + 0xc8<200,-56>]
83 c4 0c ?? add esp, 12
eb 11 ?? jmp basic block L18
L17: 0f b6 45 ff ?? movzx eax, byte ss:[ebp + 0xff<255,-1>]
8b 8e c8 00 00 00 ?? mov ecx, dword ds:[esi + 0x000000c8<200>]
0f b7 04 41 ?? movzx eax, word ds:[ecx + eax * 2]
83 e0 08 ?? and eax, 8
L18: 3b c3 ?? cmp eax, ebx
75 c4 ?? jne basic block L14
L19: 80 7d ff 2d ?? cmp byte ss:[ebp + 0xff<255,-1>], 0x2d<45>
89 7d f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], edi
75 06 ?? jne basic block L21
L20: 83 4d 18 02 ?? or dword ss:[ebp + 0x18<24>], 2
eb 06 ?? jmp basic block L22
L21: 80 7d ff 2b ?? cmp byte ss:[ebp + 0xff<255,-1>], 0x2b<43>
75 09 ?? jne basic block L23
L22: 8a 07 ?? mov al, byte ds:[edi]
47 ?? inc edi
89 7d f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], edi
88 45 ff ?? mov byte ss:[ebp + 0xff<255,-1>], al
L23: 6a 10 ?? push 0x10<16>
59 ?? pop ecx
39 5d 14 ?? cmp dword ss:[ebp + 0x14<20>], ebx
75 25 ?? jne basic block L30
L24: 80 7d ff 30 ?? cmp byte ss:[ebp + 0xff<255,-1>], 0x30<48>
74 09 ?? je basic block L26
L25: c7 45 14 0a 00 00 00 ?? mov dword ss:[ebp + 0x14<20>], 10
eb 35 ?? jmp basic block L35
L26: 8a 07 ?? mov al, byte ds:[edi]
3c 78 ?? cmp al, 0x78<120>
74 0d ?? je basic block L29
L27: 3c 58 ?? cmp al, 0x58<88>
74 09 ?? je basic block L29
L28: c7 45 14 08 00 00 00 ?? mov dword ss:[ebp + 0x14<20>], 8
eb 22 ?? jmp basic block L35
L29: 89 4d 14 ?? mov dword ss:[ebp + 0x14<20>], ecx
L30: 39 4d 14 ?? cmp dword ss:[ebp + 0x14<20>], ecx
75 1a ?? jne basic block L35
L31: 80 7d ff 30 ?? cmp byte ss:[ebp + 0xff<255,-1>], 0x30<48>
75 14 ?? jne basic block L35
L32: 8a 07 ?? mov al, byte ds:[edi]
3c 78 ?? cmp al, 0x78<120>
74 04 ?? je basic block L34
L33: 3c 58 ?? cmp al, 0x58<88>
75 0a ?? jne basic block L35
L34: 47 ?? inc edi
8a 07 ?? mov al, byte ds:[edi]
47 ?? inc edi
88 45 ff ?? mov byte ss:[ebp + 0xff<255,-1>], al
89 7d f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], edi
L35: 8b 45 14 ?? mov eax, dword ss:[ebp + 0x14<20>]
99 ?? cdq
52 ?? push edx
8b f8 ?? mov edi, eax
57 ?? push edi
6a ff ?? push 0xff<255,-1>
6a ff ?? push 0xff<255,-1>
89 55 dc ?? mov dword ss:[ebp + 0xdc<220,-36>], edx
e8 d6 87 ff ff ?? call function 0x0040d130
L36: 89 5d e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], ebx
8b 9e c8 00 00 00 ?? mov ebx, dword ds:[esi + 0x000000c8<200>]
89 4d e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], ecx
89 45 e8 ?? mov dword ss:[ebp + 0xe8<232,-24>], eax
89 55 ec ?? mov dword ss:[ebp + 0xec<236,-20>], edx
L37: 8a 4d ff ?? mov cl, byte ss:[ebp + 0xff<255,-1>]
0f b6 c1 ?? movzx eax, cl
0f b7 04 43 ?? movzx eax, word ds:[ebx + eax * 2]
a8 04 ?? test al, 4
74 08 ?? je basic block L39
L38: 0f be f1 ?? movsx esi, cl
83 ee 30 ?? sub esi, 0x30<48>
eb 18 ?? jmp basic block L43
L39: a9 03 01 00 00 ?? test eax, 0x00000103<259>
74 51 ?? je basic block L53
L40: 8a c1 ?? mov al, cl
2c 61 ?? sub al, 0x61<97>
3c 19 ?? cmp al, 0x19<25>
0f be c1 ?? movsx eax, cl
77 03 ?? ja basic block L42
L41: 83 e8 20 ?? sub eax, 0x20<32>
L42: 8d 70 c9 ?? lea esi, ds:[eax + 0xc9<201,-55>]
L43: 3b 75 14 ?? cmp esi, dword ss:[ebp + 0x14<20>]
73 3b ?? jae basic block L53
L44: 8b 4d f4 ?? mov ecx, dword ss:[ebp + 0xf4<244,-12>]
83 4d 18 08 ?? or dword ss:[ebp + 0x18<24>], 8
3b 4d ec ?? cmp ecx, dword ss:[ebp + 0xec<236,-20>]
72 51 ?? jb basic block L57
L45: 77 08 ?? ja basic block L47
L46: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
3b 45 e8 ?? cmp eax, dword ss:[ebp + 0xe8<232,-24>]
72 47 ?? jb basic block L57
L47: 8b 45 e8 ?? mov eax, dword ss:[ebp + 0xe8<232,-24>]
39 45 f0 ?? cmp dword ss:[ebp + 0xf0<240,-16>], eax
75 13 ?? jne basic block L52
L48: 3b 4d ec ?? cmp ecx, dword ss:[ebp + 0xec<236,-20>]
75 0e ?? jne basic block L52
L49: 33 c0 ?? xor eax, eax
3b 45 e4 ?? cmp eax, dword ss:[ebp + 0xe4<228,-28>]
72 33 ?? jb basic block L57
L50: 77 05 ?? ja basic block L52
L51: 3b 75 e0 ?? cmp esi, dword ss:[ebp + 0xe0<224,-32>]
76 2c ?? jbe basic block L57
L52: 83 4d 18 04 ?? or dword ss:[ebp + 0x18<24>], 4
83 7d 10 00 ?? cmp dword ss:[ebp + 0x10<16>], 0
75 3b ?? jne basic block L59
L53: 8b 45 18 ?? mov eax, dword ss:[ebp + 0x18<24>]
ff 4d f8 ?? dec dword ss:[ebp + 0xf8<248,-8>]
a8 08 ?? test al, 8
75 41 ?? jne basic block L60
L54: 33 c0 ?? xor eax, eax
39 45 10 ?? cmp dword ss:[ebp + 0x10<16>], eax
74 06 ?? je basic block L56
L55: 8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
89 4d f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], ecx
L56: 89 45 f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], eax
89 45 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], eax
e9 8f 00 00 00 ?? jmp basic block L76
L57: 51 ?? push ecx
ff 75 f0 ?? push dword ss:[ebp + 0xf0<240,-16>]
ff 75 dc ?? push dword ss:[ebp + 0xdc<220,-36>]
57 ?? push edi
e8 c7 87 ff ff ?? call function 0x0040d1d0
L58: 33 c9 ?? xor ecx, ecx
03 c6 ?? add eax, esi
13 d1 ?? adc edx, ecx
89 45 f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], eax
89 55 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], edx
L59: 8b 45 f8 ?? mov eax, dword ss:[ebp + 0xf8<248,-8>]
8a 00 ?? mov al, byte ds:[eax]
ff 45 f8 ?? inc dword ss:[ebp + 0xf8<248,-8>]
88 45 ff ?? mov byte ss:[ebp + 0xff<255,-1>], al
e9 47 ff ff ff ?? jmp basic block L37
L60: be ff ff ff 7f ?? mov esi, 0x7fffffff
bb 00 00 00 80 ?? mov ebx, 0x80000000
a8 04 ?? test al, 4
75 27 ?? jne basic block L70
L61: a8 01 ?? test al, 1
75 54 ?? jne basic block L76
L62: 83 e0 02 ?? and eax, 2
74 0d ?? je basic block L66
L63: 39 5d f4 ?? cmp dword ss:[ebp + 0xf4<244,-12>], ebx
77 19 ?? ja basic block L70
L64: 72 06 ?? jb basic block L66
L65: 83 7d f0 00 ?? cmp dword ss:[ebp + 0xf0<240,-16>], 0
77 11 ?? ja basic block L70
L66: 85 c0 ?? test eax, eax
75 3e ?? jne basic block L76
L67: 39 75 f4 ?? cmp dword ss:[ebp + 0xf4<244,-12>], esi
72 39 ?? jb basic block L76
L68: 77 06 ?? ja basic block L70
L69: 83 7d f0 ff ?? cmp dword ss:[ebp + 0xf0<240,-16>], 0xff<255,-1>
76 31 ?? jbe basic block L76
L70: e8 8b 44 ff ff ?? call function 0x00408eea
L71: f6 45 18 01 ?? test byte ss:[ebp + 0x18<24>], 1
c7 00 22 00 00 00 ?? mov dword ds:[eax], 0x00000022<34>
74 0a ?? je basic block L73
L72: 83 4d f0 ff ?? or dword ss:[ebp + 0xf0<240,-16>], 0xff<255,-1>
83 4d f4 ff ?? or dword ss:[ebp + 0xf4<244,-12>], 0xff<255,-1>
eb 16 ?? jmp basic block L76
L73: f6 45 18 02 ?? test byte ss:[ebp + 0x18<24>], 2
74 09 ?? je basic block L75
L74: 83 65 f0 00 ?? and dword ss:[ebp + 0xf0<240,-16>], 0
89 5d f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], ebx
eb 07 ?? jmp basic block L76
L75: 83 4d f0 ff ?? or dword ss:[ebp + 0xf0<240,-16>], 0xff<255,-1>
89 75 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], esi
L76: 8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
5e ?? pop esi
85 c0 ?? test eax, eax
74 05 ?? je basic block L78
L77: 8b 4d f8 ?? mov ecx, dword ss:[ebp + 0xf8<248,-8>]
89 08 ?? mov dword ds:[eax], ecx
L78: f6 45 18 02 ?? test byte ss:[ebp + 0x18<24>], 2
74 13 ?? je basic block L80
L79: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
8b 4d f4 ?? mov ecx, dword ss:[ebp + 0xf4<244,-12>]
f7 d8 ?? neg eax
83 d1 00 ?? adc ecx, 0
f7 d9 ?? neg ecx
89 45 f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], eax
89 4d f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], ecx
L80: 80 7d d4 00 ?? cmp byte ss:[ebp + 0xd4<212,-44>], 0
74 07 ?? je basic block L82
L81: 8b 45 d0 ?? mov eax, dword ss:[ebp + 0xd0<208,-48>]
83 60 70 fd ?? and dword ds:[eax + 0x70<112>], 0xfd<253,-3>
L82: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
8b 55 f4 ?? mov edx, dword ss:[ebp + 0xf4<244,-12>]
L83: 5f ?? pop edi
5b ?? pop ebx
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414ac8 | __strtoi64 | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
50 ?? push eax
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
39 05 4c 47 42 00 ?? cmp dword ds:[0x0042474c], eax
75 07 ?? jne basic block L3
L2: 68 c0 3a 42 00 ?? push 0x00423ac0
eb 01 ?? jmp basic block L4
L3: 50 ?? push eax
L4: e8 43 fd ff ff ?? call function 0x00414831
L5: 83 c4 14 ?? add esp, 0x14<20>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414af3 | __strtoi64_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 00 ?? push 0
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
e8 26 fd ff ff ?? call function 0x00414831
L2: 83 c4 14 ?? add esp, 0x14<20>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414b10 | __strtoui64 | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 3d 4c 47 42 00 00 ?? cmp dword ds:[0x0042474c], 0
6a 01 ?? push 1
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
75 07 ?? jne basic block L3
L2: 68 c0 3a 42 00 ?? push 0x00423ac0
eb 02 ?? jmp basic block L4
L3: 6a 00 ?? push 0
L4: e8 fa fc ff ff ?? call function 0x00414831
L5: 83 c4 14 ?? add esp, 0x14<20>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414b3c | __strtoui64_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 01 ?? push 1
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
e8 dd fc ff ff ?? call function 0x00414831
L2: 83 c4 14 ?? add esp, 0x14<20>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414b59 | __isctype_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 18 ?? sub esp, 0x18<24>
53 ?? push ebx
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
8d 4d e8 ?? lea ecx, ss:[ebp + 0xe8<232,-24>]
e8 ec 56 ff ff ?? call function 0x0040a259
L2: 8b 5d 08 ?? mov ebx, dword ss:[ebp + 8]
8d 43 01 ?? lea eax, ds:[ebx + 1]
3d 00 01 00 00 ?? cmp eax, 0x00000100<256>
77 0f ?? ja basic block L4
L3: 8b 45 e8 ?? mov eax, dword ss:[ebp + 0xe8<232,-24>]
8b 80 c8 00 00 00 ?? mov eax, dword ds:[eax + 0x000000c8<200>]
0f b7 04 58 ?? movzx eax, word ds:[eax + ebx * 2]
eb 75 ?? jmp basic block L14
L4: 89 5d 08 ?? mov dword ss:[ebp + 8], ebx
c1 7d 08 08 ?? sar dword ss:[ebp + 8], 8
8d 45 e8 ?? lea eax, ss:[ebp + 0xe8<232,-24>]
50 ?? push eax
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
25 ff 00 00 00 ?? and eax, 0x000000ff<255>
50 ?? push eax
e8 ae 0d 00 00 ?? call function 0x00415950
L5: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
74 12 ?? je basic block L7
L6: 8a 45 08 ?? mov al, byte ss:[ebp + 8]
6a 02 ?? push 2
88 45 f8 ?? mov byte ss:[ebp + 0xf8<248,-8>], al
88 5d f9 ?? mov byte ss:[ebp + 0xf9<249,-7>], bl
c6 45 fa 00 ?? mov byte ss:[ebp + 0xfa<250,-6>], 0
59 ?? pop ecx
eb 0a ?? jmp basic block L8
L7: 33 c9 ?? xor ecx, ecx
88 5d f8 ?? mov byte ss:[ebp + 0xf8<248,-8>], bl
c6 45 f9 00 ?? mov byte ss:[ebp + 0xf9<249,-7>], 0
41 ?? inc ecx
L8: 8b 45 e8 ?? mov eax, dword ss:[ebp + 0xe8<232,-24>]
6a 01 ?? push 1
ff 70 14 ?? push dword ds:[eax + 0x14<20>]
ff 70 04 ?? push dword ds:[eax + 4]
8d 45 fc ?? lea eax, ss:[ebp + 0xfc<252,-4>]
50 ?? push eax
51 ?? push ecx
8d 45 f8 ?? lea eax, ss:[ebp + 0xf8<248,-8>]
50 ?? push eax
8d 45 e8 ?? lea eax, ss:[ebp + 0xe8<232,-24>]
6a 01 ?? push 1
50 ?? push eax
e8 62 9b ff ff ?? call function 0x0040e745
L9: 83 c4 20 ?? add esp, 0x20<32>
85 c0 ?? test eax, eax
75 10 ?? jne basic block L13
L10: 38 45 f4 ?? cmp byte ss:[ebp + 0xf4<244,-12>], al
74 07 ?? je basic block L12
L11: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 60 70 fd ?? and dword ds:[eax + 0x70<112>], 0xfd<253,-3>
L12: 33 c0 ?? xor eax, eax
eb 14 ?? jmp basic block L16
L13: 0f b7 45 fc ?? movzx eax, word ss:[ebp + 0xfc<252,-4>]
L14: 23 45 0c ?? and eax, dword ss:[ebp + 12]
80 7d f4 00 ?? cmp byte ss:[ebp + 0xf4<244,-12>], 0
74 07 ?? je basic block L16
L15: 8b 4d f0 ?? mov ecx, dword ss:[ebp + 0xf0<240,-16>]
83 61 70 fd ?? and dword ds:[ecx + 0x70<112>], 0xfd<253,-3>
L16: 5b ?? pop ebx
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414c11 | __isctype | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 3d 4c 47 42 00 00 ?? cmp dword ds:[0x0042474c], 0
75 12 ?? jne basic block L3
L2: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8b 0d a8 3a 42 00 ?? mov ecx, dword ds:[0x00423aa8]
0f b7 04 41 ?? movzx eax, word ds:[ecx + eax * 2]
23 45 0c ?? and eax, dword ss:[ebp + 12]
5d ?? pop ebp
c3 ?? ret
L3: 6a 00 ?? push 0
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 1b ff ff ff ?? call function 0x00414b59
L4: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414c50 | __alloca_probe_16 | 0 |
L1: 51 ?? push ecx
8d 4c 24 08 ?? lea ecx, ss:[esp + 8]
2b c8 ?? sub ecx, eax
83 e1 0f ?? and ecx, 15
03 c1 ?? add eax, ecx
1b c9 ?? sbb ecx, ecx
0b c1 ?? or eax, ecx
59 ?? pop ecx
e9 ba 13 00 00 ?? jmp function 0x00416020
|
./vs2008/normal/Debug/ooex11.exe | 0x414c7c | ___ansicp | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 0c ?? sub esp, 12
a1 10 33 42 00 ?? mov eax, dword ds:[0x00423310]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
6a 06 ?? push 6
8d 45 f4 ?? lea eax, ss:[ebp + 0xf4<244,-12>]
50 ?? push eax
68 04 10 00 00 ?? push 0x00001004<4100>
ff 75 08 ?? push dword ss:[ebp + 8]
c6 45 fa 00 ?? mov byte ss:[ebp + 0xfa<250,-6>], 0
ff 15 98 52 42 00 ?? call dword ds:[0x00425298<"lWB">]
L2: 85 c0 ?? test eax, eax
75 05 ?? jne basic block L4
L3: 83 c8 ff ?? or eax, 0xff<255,-1>
eb 0a ?? jmp basic block L6
L4: 8d 45 f4 ?? lea eax, ss:[ebp + 0xf4<244,-12>]
50 ?? push eax
e8 4c 85 ff ff ?? call function 0x0040d204
L5: 59 ?? pop ecx
L6: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
33 cd ?? xor ecx, ebp
e8 6a 83 ff ff ?? call function 0x0040d02d
L7: c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414cc5 | ___convertcp | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 34 ?? sub esp, 0x34<52>
a1 10 33 42 00 ?? mov eax, dword ds:[0x00423310]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
8b 4d 18 ?? mov ecx, dword ss:[ebp + 0x18<24>]
89 45 d8 ?? mov dword ss:[ebp + 0xd8<216,-40>], eax
8b 45 14 ?? mov eax, dword ss:[ebp + 0x14<20>]
53 ?? push ebx
89 45 d0 ?? mov dword ss:[ebp + 0xd0<208,-48>], eax
8b 00 ?? mov eax, dword ds:[eax]
56 ?? push esi
89 45 dc ?? mov dword ss:[ebp + 0xdc<220,-36>], eax
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
57 ?? push edi
33 ff ?? xor edi, edi
89 4d cc ?? mov dword ss:[ebp + 0xcc<204,-52>], ecx
89 7d e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], edi
89 7d d4 ?? mov dword ss:[ebp + 0xd4<212,-44>], edi
3b 45 0c ?? cmp eax, dword ss:[ebp + 12]
0f 84 5f 01 00 00 ?? je basic block L48
L2: 8b 35 78 52 42 00 ?? mov esi, dword ds:[0x00425278]
8d 4d e8 ?? lea ecx, ss:[ebp + 0xe8<232,-24>]
51 ?? push ecx
50 ?? push eax
ff d6 ?? call esi
L3: 8b 1d a0 52 42 00 ?? mov ebx, dword ds:[0x004252a0]
85 c0 ?? test eax, eax
74 5e ?? je basic block L18
L4: 83 7d e8 01 ?? cmp dword ss:[ebp + 0xe8<232,-24>], 1
75 58 ?? jne basic block L18
L5: 8d 45 e8 ?? lea eax, ss:[ebp + 0xe8<232,-24>]
50 ?? push eax
ff 75 0c ?? push dword ss:[ebp + 12]
ff d6 ?? call esi
L6: 85 c0 ?? test eax, eax
74 4b ?? je basic block L18
L7: 83 7d e8 01 ?? cmp dword ss:[ebp + 0xe8<232,-24>], 1
75 45 ?? jne basic block L18
L8: 8b 75 dc ?? mov esi, dword ss:[ebp + 0xdc<220,-36>]
c7 45 d4 01 00 00 00 ?? mov dword ss:[ebp + 0xd4<212,-44>], 1
83 fe ff ?? cmp esi, 0xff<255,-1>
75 0c ?? jne basic block L11
L9: ff 75 d8 ?? push dword ss:[ebp + 0xd8<216,-40>]
e8 e4 e9 fe ff ?? call function 0x00403730
L10: 8b f0 ?? mov esi, eax
59 ?? pop ecx
46 ?? inc esi
L11: 3b f7 ?? cmp esi, edi
L12: 7e 5b ?? jle basic block L26
L13: 81 fe f0 ff ff 7f ?? cmp esi, 0x7ffffff0
77 53 ?? ja basic block L26
L14: 8d 44 36 08 ?? lea eax, ds:[esi + esi + 8]
3d 00 04 00 00 ?? cmp eax, 0x00000400<1024>
77 2f ?? ja basic block L21
L15: e8 e4 fe ff ff ?? call function 0x00414c50
L16: 8b c4 ?? mov eax, esp
3b c7 ?? cmp eax, edi
74 38 ?? je basic block L25
L17: c7 00 cc cc 00 00 ?? mov dword ds:[eax], 0x0000cccc<52428>
eb 2d ?? jmp basic block L24
L18: 57 ?? push edi
57 ?? push edi
ff 75 dc ?? push dword ss:[ebp + 0xdc<220,-36>]
ff 75 d8 ?? push dword ss:[ebp + 0xd8<216,-40>]
6a 01 ?? push 1
ff 75 08 ?? push dword ss:[ebp + 8]
ff d3 ?? call ebx
L19: 8b f0 ?? mov esi, eax
3b f7 ?? cmp esi, edi
75 c3 ?? jne basic block L12
L20: 33 c0 ?? xor eax, eax
e9 d1 00 00 00 ?? jmp basic block L49
L21: 50 ?? push eax
e8 5a 3e ff ff ?? call function 0x00408bf6
L22: 59 ?? pop ecx
3b c7 ?? cmp eax, edi
74 09 ?? je basic block L25
L23: c7 00 dd dd 00 00 ?? mov dword ds:[eax], 0x0000dddd<56797>
L24: 83 c0 08 ?? add eax, 8
L25: 89 45 e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], eax
eb 03 ?? jmp basic block L27
L26: 89 7d e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], edi
L27: 39 7d e4 ?? cmp dword ss:[ebp + 0xe4<228,-28>], edi
74 d8 ?? je basic block L20
L28: 8d 04 36 ?? lea eax, ds:[esi + esi]
50 ?? push eax
57 ?? push edi
ff 75 e4 ?? push dword ss:[ebp + 0xe4<228,-28>]
e8 8c 82 ff ff ?? call function 0x0040d050
L29: 83 c4 0c ?? add esp, 12
56 ?? push esi
ff 75 e4 ?? push dword ss:[ebp + 0xe4<228,-28>]
ff 75 dc ?? push dword ss:[ebp + 0xdc<220,-36>]
ff 75 d8 ?? push dword ss:[ebp + 0xd8<216,-40>]
6a 01 ?? push 1
ff 75 08 ?? push dword ss:[ebp + 8]
ff d3 ?? call ebx
L30: 85 c0 ?? test eax, eax
74 7f ?? je basic block L46
L31: 8b 5d cc ?? mov ebx, dword ss:[ebp + 0xcc<204,-52>]
3b df ?? cmp ebx, edi
74 1d ?? je basic block L35
L32: 57 ?? push edi
57 ?? push edi
ff 75 1c ?? push dword ss:[ebp + 0x1c<28>]
53 ?? push ebx
56 ?? push esi
ff 75 e4 ?? push dword ss:[ebp + 0xe4<228,-28>]
57 ?? push edi
ff 75 0c ?? push dword ss:[ebp + 12]
ff 15 e0 51 42 00 ?? call dword ds:[0x004251e0<"\"TB">]
L33: 85 c0 ?? test eax, eax
74 60 ?? je basic block L46
L34: 89 5d e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], ebx
eb 5b ?? jmp basic block L46
L35: 8b 1d e0 51 42 00 ?? mov ebx, dword ds:[0x004251e0<"\"TB">]
39 7d d4 ?? cmp dword ss:[ebp + 0xd4<212,-44>], edi
75 14 ?? jne basic block L38
L36: 57 ?? push edi
57 ?? push edi
57 ?? push edi
57 ?? push edi
56 ?? push esi
ff 75 e4 ?? push dword ss:[ebp + 0xe4<228,-28>]
57 ?? push edi
ff 75 0c ?? push dword ss:[ebp + 12]
ff d3 ?? call ebx
L37: 8b f0 ?? mov esi, eax
3b f7 ?? cmp esi, edi
74 3c ?? je basic block L46
L38: 56 ?? push esi
6a 01 ?? push 1
e8 6b 50 ff ff ?? call function 0x00409e92
L39: 59 ?? pop ecx
59 ?? pop ecx
89 45 e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], eax
3b c7 ?? cmp eax, edi
74 2b ?? je basic block L46
L40: 57 ?? push edi
57 ?? push edi
56 ?? push esi
50 ?? push eax
56 ?? push esi
ff 75 e4 ?? push dword ss:[ebp + 0xe4<228,-28>]
57 ?? push edi
ff 75 0c ?? push dword ss:[ebp + 12]
ff d3 ?? call ebx
L41: 3b c7 ?? cmp eax, edi
75 0e ?? jne basic block L44
L42: ff 75 e0 ?? push dword ss:[ebp + 0xe0<224,-32>]
e8 e6 e7 fe ff ?? call function 0x00403630
L43: 59 ?? pop ecx
89 7d e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], edi
eb 0b ?? jmp basic block L46
L44: 83 7d dc ff ?? cmp dword ss:[ebp + 0xdc<220,-36>], 0xff<255,-1>
74 05 ?? je basic block L46
L45: 8b 4d d0 ?? mov ecx, dword ss:[ebp + 0xd0<208,-48>]
89 01 ?? mov dword ds:[ecx], eax
L46: ff 75 e4 ?? push dword ss:[ebp + 0xe4<228,-28>]
e8 d0 8d ff ff ?? call function 0x0040dc33
L47: 59 ?? pop ecx
L48: 8b 45 e0 ?? mov eax, dword ss:[ebp + 0xe0<224,-32>]
L49: 8d 65 c0 ?? lea esp, ss:[ebp + 0xc0<192,-64>]
5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
33 cd ?? xor ecx, ebp
e8 b6 81 ff ff ?? call function 0x0040d02d
L50: c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414e79 | __get_daylight | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
56 ?? push esi
33 f6 ?? xor esi, esi
3b c6 ?? cmp eax, esi
75 1d ?? jne basic block L5
L2: e8 5d 40 ff ff ?? call function 0x00408eea
L3: 56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
c7 00 16 00 00 00 ?? mov dword ds:[eax], 0x00000016<22>
e8 8b e5 fe ff ?? call function 0x00403428
L4: 83 c4 14 ?? add esp, 0x14<20>
6a 16 ?? push 0x16<22>
58 ?? pop eax
eb 0a ?? jmp basic block L6
L5: 8b 0d f4 3b 42 00 ?? mov ecx, dword ds:[0x00423bf4]
89 08 ?? mov dword ds:[eax], ecx
33 c0 ?? xor eax, eax
L6: 5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414eb2 | __get_dstbias | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
56 ?? push esi
33 f6 ?? xor esi, esi
3b c6 ?? cmp eax, esi
75 1d ?? jne basic block L5
L2: e8 24 40 ff ff ?? call function 0x00408eea
L3: 56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
c7 00 16 00 00 00 ?? mov dword ds:[eax], 0x00000016<22>
e8 52 e5 fe ff ?? call function 0x00403428
L4: 83 c4 14 ?? add esp, 0x14<20>
6a 16 ?? push 0x16<22>
58 ?? pop eax
eb 0a ?? jmp basic block L6
L5: 8b 0d f8 3b 42 00 ?? mov ecx, dword ds:[0x00423bf8]
89 08 ?? mov dword ds:[eax], ecx
33 c0 ?? xor eax, eax
L6: 5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414eeb | __get_timezone | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
56 ?? push esi
33 f6 ?? xor esi, esi
3b c6 ?? cmp eax, esi
75 1d ?? jne basic block L5
L2: e8 eb 3f ff ff ?? call function 0x00408eea
L3: 56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
c7 00 16 00 00 00 ?? mov dword ds:[eax], 0x00000016<22>
e8 19 e5 fe ff ?? call function 0x00403428
L4: 83 c4 14 ?? add esp, 0x14<20>
6a 16 ?? push 0x16<22>
58 ?? pop eax
eb 0a ?? jmp basic block L6
L5: 8b 0d f0 3b 42 00 ?? mov ecx, dword ds:[0x00423bf0]
89 08 ?? mov dword ds:[eax], ecx
33 c0 ?? xor eax, eax
L6: 5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414f24 | __get_tzname | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 0c ?? mov eax, dword ss:[ebp + 12]
53 ?? push ebx
33 db ?? xor ebx, ebx
56 ?? push esi
3b c3 ?? cmp eax, ebx
74 3a ?? je basic block L11
L2: 39 5d 10 ?? cmp dword ss:[ebp + 0x10<16>], ebx
76 3a ?? jbe basic block L12
L3: 3b c3 ?? cmp eax, ebx
74 02 ?? je basic block L5
L4: 88 18 ?? mov byte ds:[eax], bl
L5: 57 ?? push edi
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
3b fb ?? cmp edi, ebx
74 0c ?? je basic block L8
L6: 8b 45 14 ?? mov eax, dword ss:[ebp + 0x14<20>]
3b c3 ?? cmp eax, ebx
74 40 ?? je basic block L15
L7: 83 f8 01 ?? cmp eax, 1
74 3b ?? je basic block L15
L8: e8 92 3f ff ff ?? call function 0x00408eea
L9: 6a 16 ?? push 0x16<22>
5e ?? pop esi
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
89 30 ?? mov dword ds:[eax], esi
e8 c1 e4 fe ff ?? call function 0x00403428
L10: 83 c4 14 ?? add esp, 0x14<20>
8b c6 ?? mov eax, esi
eb 55 ?? jmp basic block L22
L11: 39 5d 10 ?? cmp dword ss:[ebp + 0x10<16>], ebx
74 c6 ?? je basic block L3
L12: e8 72 3f ff ff ?? call function 0x00408eea
L13: 6a 16 ?? push 0x16<22>
5e ?? pop esi
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
89 30 ?? mov dword ds:[eax], esi
e8 a1 e4 fe ff ?? call function 0x00403428
L14: 83 c4 14 ?? add esp, 0x14<20>
8b c6 ?? mov eax, esi
eb 36 ?? jmp basic block L23
L15: 8d 34 85 80 3c 42 00 ?? lea esi, ds:[0x00423c80 + eax * 4]
ff 36 ?? push dword ds:[esi]
e8 94 e7 fe ff ?? call function 0x00403730
L16: 40 ?? inc eax
59 ?? pop ecx
89 07 ?? mov dword ds:[edi], eax
39 5d 0c ?? cmp dword ss:[ebp + 12], ebx
75 04 ?? jne basic block L18
L17: 33 c0 ?? xor eax, eax
eb 1a ?? jmp basic block L22
L18: 3b 45 10 ?? cmp eax, dword ss:[ebp + 0x10<16>]
76 05 ?? jbe basic block L20
L19: 6a 22 ?? push 0x22<34>
58 ?? pop eax
eb 10 ?? jmp basic block L22
L20: ff 36 ?? push dword ds:[esi]
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
e8 fe e6 fe ff ?? call function 0x004036be
L21: 83 c4 0c ?? add esp, 12
L22: 5f ?? pop edi
L23: 5e ?? pop esi
5b ?? pop ebx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414fc8 | ___daylight | 0 |
L1: b8 f4 3b 42 00 ?? mov eax, 0x00423bf4
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414fce | ___dstbias | 0 |
L1: b8 f8 3b 42 00 ?? mov eax, 0x00423bf8
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414fd4 | ___timezone | 0 |
L1: b8 f0 3b 42 00 ?? mov eax, 0x00423bf0
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414fda | ___tzname | 0 |
L1: b8 80 3c 42 00 ?? mov eax, 0x00423c80
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414fe0 | __set_daylight | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
e8 de ff ff ff ?? call function 0x00414fc8
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
89 08 ?? mov dword ds:[eax], ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x414ff1 | __set_dstbias | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
e8 d3 ff ff ff ?? call function 0x00414fce
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
89 08 ?? mov dword ds:[eax], ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415002 | __set_timezone | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
e8 c8 ff ff ff ?? call function 0x00414fd4
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
89 08 ?? mov dword ds:[eax], ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415013 | _tzset_nolock | 0 |
L1: 6a 2c ?? push 0x2c<44>
68 d8 26 42 00 ?? push 0x004226d8
e8 dd df fe ff ?? call function 0x00402ffc
L2: 33 db ?? xor ebx, ebx
89 5d c8 ?? mov dword ss:[ebp + 0xc8<200,-56>], ebx
89 5d d4 ?? mov dword ss:[ebp + 0xd4<212,-44>], ebx
89 5d e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], ebx
89 5d dc ?? mov dword ss:[ebp + 0xdc<220,-36>], ebx
89 5d d8 ?? mov dword ss:[ebp + 0xd8<216,-40>], ebx
89 5d e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], ebx
6a 07 ?? push 7
e8 c3 e5 fe ff ?? call function 0x004035fd
L3: 59 ?? pop ecx
89 5d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ebx
e8 97 ff ff ff ?? call function 0x00414fda
L4: 89 45 e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], eax
8d 45 e4 ?? lea eax, ss:[ebp + 0xe4<228,-28>]
50 ?? push eax
e8 9c fe ff ff ?? call function 0x00414eeb
L5: 59 ?? pop ecx
3b c3 ?? cmp eax, ebx
74 0d ?? je basic block L8
L6: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
e8 63 e2 fe ff ?? call function 0x004032c1
L7: 83 c4 14 ?? add esp, 0x14<20>
L8: 8d 45 dc ?? lea eax, ss:[ebp + 0xdc<220,-36>]
50 ?? push eax
e8 0f fe ff ff ?? call function 0x00414e79
L9: 59 ?? pop ecx
3b c3 ?? cmp eax, ebx
74 0d ?? je basic block L12
L10: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
e8 48 e2 fe ff ?? call function 0x004032c1
L11: 83 c4 14 ?? add esp, 0x14<20>
L12: 8d 45 d8 ?? lea eax, ss:[ebp + 0xd8<216,-40>]
50 ?? push eax
e8 2d fe ff ff ?? call function 0x00414eb2
L13: 59 ?? pop ecx
3b c3 ?? cmp eax, ebx
74 0d ?? je basic block L16
L14: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
e8 2d e2 fe ff ?? call function 0x004032c1
L15: 83 c4 14 ?? add esp, 0x14<20>
L16: e8 1c a9 ff ff ?? call function 0x0040f9b8
L17: 89 45 cc ?? mov dword ss:[ebp + 0xcc<204,-52>], eax
89 1d 5c 4b 42 00 ?? mov dword ds:[0x00424b5c], ebx
83 cf ff ?? or edi, 0xff<255,-1>
89 3d 94 3c 42 00 ?? mov dword ds:[0x00423c94], edi
89 3d 88 3c 42 00 ?? mov dword ds:[0x00423c88], edi
68 a4 0f 42 00 ?? push 0x00420fa4<"TZ">
e8 8d 0f 00 00 ?? call function 0x0041604b
L18: 59 ?? pop ecx
8b f0 ?? mov esi, eax
89 75 c4 ?? mov dword ss:[ebp + 0xc4<196,-60>], esi
3b f3 ?? cmp esi, ebx
74 7c ?? je basic block L34
L19: 38 1e ?? cmp byte ds:[esi], bl
74 78 ?? je basic block L34
L20: a1 60 4b 42 00 ?? mov eax, dword ds:[0x00424b60]
3b c3 ?? cmp eax, ebx
74 21 ?? je basic block L26
L21: 50 ?? push eax
56 ?? push esi
e8 54 c8 fe ff ?? call function 0x00401930
L22: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
0f 84 49 01 00 00 ?? je basic block L55
L23: a1 60 4b 42 00 ?? mov eax, dword ds:[0x00424b60]
3b c3 ?? cmp eax, ebx
74 07 ?? je basic block L26
L24: 50 ?? push eax
e8 3b e5 fe ff ?? call function 0x00403630
L25: 59 ?? pop ecx
L26: 56 ?? push esi
e8 34 e6 fe ff ?? call function 0x00403730
L27: 40 ?? inc eax
50 ?? push eax
e8 4a 4d ff ff ?? call function 0x00409e4d
L28: 59 ?? pop ecx
59 ?? pop ecx
a3 60 4b 42 00 ?? mov dword ds:[0x00424b60], eax
3b c3 ?? cmp eax, ebx
0f 84 1d 01 00 00 ?? je basic block L55
L29: 56 ?? push esi
56 ?? push esi
e8 17 e6 fe ff ?? call function 0x00403730
L30: 59 ?? pop ecx
40 ?? inc eax
50 ?? push eax
ff 35 60 4b 42 00 ?? push dword ds:[0x00424b60]
e8 97 e5 fe ff ?? call function 0x004036be
L31: 83 c4 0c ?? add esp, 12
3b c3 ?? cmp eax, ebx
0f 84 04 01 00 00 ?? je basic block L56
L32: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
e8 85 e1 fe ff ?? call function 0x004032c1
L33: 83 c4 14 ?? add esp, 0x14<20>
e9 f2 00 00 00 ?? jmp basic block L56
L34: a1 60 4b 42 00 ?? mov eax, dword ds:[0x00424b60]
3b c3 ?? cmp eax, ebx
74 0d ?? je basic block L37
L35: 50 ?? push eax
e8 dd e4 fe ff ?? call function 0x00403630
L36: 59 ?? pop ecx
89 1d 60 4b 42 00 ?? mov dword ds:[0x00424b60], ebx
L37: 68 b0 4a 42 00 ?? push 0x00424ab0
ff 15 c4 52 42 00 ?? call dword ds:[0x004252c4<"8XB">]
L38: 3b c7 ?? cmp eax, edi
0f 84 c2 00 00 00 ?? je basic block L55
L39: 33 c9 ?? xor ecx, ecx
41 ?? inc ecx
89 0d 5c 4b 42 00 ?? mov dword ds:[0x00424b5c], ecx
a1 b0 4a 42 00 ?? mov eax, dword ds:[0x00424ab0]
6b c0 3c ?? imul eax, eax, 0x3c<60>
89 45 e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], eax
66 39 1d f6 4a 42 00 ?? cmp word ds:[0x00424af6], bx
74 0e ?? je basic block L41
L40: 8b 15 04 4b 42 00 ?? mov edx, dword ds:[0x00424b04]
6b d2 3c ?? imul edx, edx, 0x3c<60>
03 c2 ?? add eax, edx
89 45 e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], eax
L41: 66 39 1d 4a 4b 42 00 ?? cmp word ds:[0x00424b4a], bx
74 1a ?? je basic block L44
L42: a1 58 4b 42 00 ?? mov eax, dword ds:[0x00424b58]
3b c3 ?? cmp eax, ebx
74 11 ?? je basic block L44
L43: 89 4d dc ?? mov dword ss:[ebp + 0xdc<220,-36>], ecx
2b 05 04 4b 42 00 ?? sub eax, dword ds:[0x00424b04]
6b c0 3c ?? imul eax, eax, 0x3c<60>
89 45 d8 ?? mov dword ss:[ebp + 0xd8<216,-40>], eax
eb 06 ?? jmp basic block L45
L44: 89 5d dc ?? mov dword ss:[ebp + 0xdc<220,-36>], ebx
89 5d d8 ?? mov dword ss:[ebp + 0xd8<216,-40>], ebx
L45: 8d 45 d0 ?? lea eax, ss:[ebp + 0xd0<208,-48>]
50 ?? push eax
53 ?? push ebx
6a 3f ?? push 0x3f<63>
8b 45 e0 ?? mov eax, dword ss:[ebp + 0xe0<224,-32>]
ff 30 ?? push dword ds:[eax]
57 ?? push edi
68 b4 4a 42 00 ?? push 0x00424ab4
53 ?? push ebx
ff 75 cc ?? push dword ss:[ebp + 0xcc<204,-52>]
8b 3d e0 51 42 00 ?? mov edi, dword ds:[0x004251e0<"\"TB">]
ff d7 ?? call edi
L46: 85 c0 ?? test eax, eax
74 0f ?? je basic block L49
L47: 39 5d d0 ?? cmp dword ss:[ebp + 0xd0<208,-48>], ebx
75 0a ?? jne basic block L49
L48: 8b 45 e0 ?? mov eax, dword ss:[ebp + 0xe0<224,-32>]
8b 00 ?? mov eax, dword ds:[eax]
88 58 3f ?? mov byte ds:[eax + 0x3f<63>], bl
eb 07 ?? jmp basic block L50
L49: 8b 45 e0 ?? mov eax, dword ss:[ebp + 0xe0<224,-32>]
8b 00 ?? mov eax, dword ds:[eax]
88 18 ?? mov byte ds:[eax], bl
L50: 8d 45 d0 ?? lea eax, ss:[ebp + 0xd0<208,-48>]
50 ?? push eax
53 ?? push ebx
6a 3f ?? push 0x3f<63>
8b 45 e0 ?? mov eax, dword ss:[ebp + 0xe0<224,-32>]
ff 70 04 ?? push dword ds:[eax + 4]
6a ff ?? push 0xff<255,-1>
68 08 4b 42 00 ?? push 0x00424b08
53 ?? push ebx
ff 75 cc ?? push dword ss:[ebp + 0xcc<204,-52>]
ff d7 ?? call edi
L51: 85 c0 ?? test eax, eax
74 10 ?? je basic block L54
L52: 39 5d d0 ?? cmp dword ss:[ebp + 0xd0<208,-48>], ebx
75 0b ?? jne basic block L54
L53: 8b 45 e0 ?? mov eax, dword ss:[ebp + 0xe0<224,-32>]
8b 40 04 ?? mov eax, dword ds:[eax + 4]
88 58 3f ?? mov byte ds:[eax + 0x3f<63>], bl
eb 08 ?? jmp basic block L55
L54: 8b 45 e0 ?? mov eax, dword ss:[ebp + 0xe0<224,-32>]
8b 40 04 ?? mov eax, dword ds:[eax + 4]
88 18 ?? mov byte ds:[eax], bl
L55: c7 45 d4 01 00 00 00 ?? mov dword ss:[ebp + 0xd4<212,-44>], 1
L56: ff 75 e4 ?? push dword ss:[ebp + 0xe4<228,-28>]
e8 c4 fd ff ff ?? call function 0x00415002
L57: ff 75 dc ?? push dword ss:[ebp + 0xdc<220,-36>]
e8 9a fd ff ff ?? call function 0x00414fe0
L58: ff 75 d8 ?? push dword ss:[ebp + 0xd8<216,-40>]
e8 a3 fd ff ff ?? call function 0x00414ff1
L59: 83 c4 0c ?? add esp, 12
c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
e8 62 00 00 00 ?? call function 0x004152bf
L60: 39 5d d4 ?? cmp dword ss:[ebp + 0xd4<212,-44>], ebx
0f 85 ed 00 00 00 ?? jne basic block L96
L61: 6a 03 ?? push 3
56 ?? push esi
6a 40 ?? push 0x40<64>
8b 7d e0 ?? mov edi, dword ss:[ebp + 0xe0<224,-32>]
ff 37 ?? push dword ds:[edi]
e8 88 4a ff ff ?? call function 0x00409cfd
L62: 83 c4 10 ?? add esp, 0x10<16>
85 c0 ?? test eax, eax
74 0d ?? je basic block L65
L63: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
e8 3b e0 fe ff ?? call function 0x004032c1
L64: 83 c4 14 ?? add esp, 0x14<20>
L65: 83 c6 03 ?? add esi, 3
80 3e 2d ?? cmp byte ds:[esi], 0x2d<45>
75 08 ?? jne basic block L67
L66: c7 45 c8 01 00 00 00 ?? mov dword ss:[ebp + 0xc8<200,-56>], 1
46 ?? inc esi
L67: 56 ?? push esi
e8 65 7f ff ff ?? call function 0x0040d204
L68: 59 ?? pop ecx
69 c0 10 0e 00 00 ?? imul eax, eax, 0x00000e10<3600>
89 45 e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], eax
L69: 8a 06 ?? mov al, byte ds:[esi]
3c 2b ?? cmp al, 0x2b<43>
74 08 ?? je basic block L72
L70: 3c 30 ?? cmp al, 0x30<48>
7c 15 ?? jl basic block L73
L71: 3c 39 ?? cmp al, 0x39<57>
7f 11 ?? jg basic block L73
L72: 46 ?? inc esi
eb ef ?? jmp basic block L69
L73: 80 3e 3a ?? cmp byte ds:[esi], 0x3a<58>
75 38 ?? jne basic block L85
L74: 46 ?? inc esi
56 ?? push esi
e8 30 7f ff ff ?? call function 0x0040d204
L75: 59 ?? pop ecx
6b c0 3c ?? imul eax, eax, 0x3c<60>
01 45 e4 ?? add dword ss:[ebp + 0xe4<228,-28>], eax
eb 05 ?? jmp basic block L78
L76: 3c 39 ?? cmp al, 0x39<57>
7f 07 ?? jg basic block L79
L77: 46 ?? inc esi
L78: 8a 06 ?? mov al, byte ds:[esi]
3c 30 ?? cmp al, 0x30<48>
7d f5 ?? jge basic block L76
L79: 80 3e 3a ?? cmp byte ds:[esi], 0x3a<58>
75 18 ?? jne basic block L85
L80: 46 ?? inc esi
56 ?? push esi
e8 10 7f ff ff ?? call function 0x0040d204
L81: 59 ?? pop ecx
01 45 e4 ?? add dword ss:[ebp + 0xe4<228,-28>], eax
eb 05 ?? jmp basic block L84
L82: 3c 39 ?? cmp al, 0x39<57>
7f 07 ?? jg basic block L85
L83: 46 ?? inc esi
L84: 8a 06 ?? mov al, byte ds:[esi]
3c 30 ?? cmp al, 0x30<48>
7d f5 ?? jge basic block L82
L85: 39 5d c8 ?? cmp dword ss:[ebp + 0xc8<200,-56>], ebx
74 03 ?? je basic block L87
L86: f7 5d e4 ?? neg dword ss:[ebp + 0xe4<228,-28>]
L87: 0f be 06 ?? movsx eax, byte ds:[esi]
89 45 dc ?? mov dword ss:[ebp + 0xdc<220,-36>], eax
3b c3 ?? cmp eax, ebx
74 23 ?? je basic block L92
L88: 6a 03 ?? push 3
56 ?? push esi
6a 40 ?? push 0x40<64>
ff 77 04 ?? push dword ds:[edi + 4]
e8 d9 49 ff ff ?? call function 0x00409cfd
L89: 83 c4 10 ?? add esp, 0x10<16>
85 c0 ?? test eax, eax
74 14 ?? je basic block L93
L90: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
e8 8c df fe ff ?? call function 0x004032c1
L91: 83 c4 14 ?? add esp, 0x14<20>
eb 05 ?? jmp basic block L93
L92: 8b 47 04 ?? mov eax, dword ds:[edi + 4]
88 18 ?? mov byte ds:[eax], bl
L93: 8b 75 e4 ?? mov esi, dword ss:[ebp + 0xe4<228,-28>]
e8 8d fc ff ff ?? call function 0x00414fd4
L94: 89 30 ?? mov dword ds:[eax], esi
8b 75 dc ?? mov esi, dword ss:[ebp + 0xdc<220,-36>]
e8 77 fc ff ff ?? call function 0x00414fc8
L95: 89 30 ?? mov dword ds:[eax], esi
L96: e8 e9 dc fe ff ?? call function 0x00403041
L97: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415359 | cvtdate | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 0c ?? sub esp, 12
83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
83 7d 0c 01 ?? cmp dword ss:[ebp + 12], 1
53 ?? push ebx
56 ?? push esi
57 ?? push edi
8b 7d 10 ?? mov edi, dword ss:[ebp + 0x10<16>]
8b f0 ?? mov esi, eax
8b c7 ?? mov eax, edi
0f 85 f9 00 00 00 ?? jne basic block L20
L2: 25 03 00 00 80 ?? and eax, 0x80000003
79 05 ?? jns basic block L4
L3: 48 ?? dec eax
83 c8 fc ?? or eax, 0xfc<252,-4>
40 ?? inc eax
L4: 89 45 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], eax
75 0c ?? jne basic block L6
L5: 8b c7 ?? mov eax, edi
6a 64 ?? push 0x64<100>
99 ?? cdq
5b ?? pop ebx
f7 fb ?? idiv ebx
85 d2 ?? test edx, edx
75 1f ?? jne basic block L8
L6: 8d 87 6c 07 00 00 ?? lea eax, ds:[edi + 0x0000076c<1900>]
99 ?? cdq
bb 90 01 00 00 ?? mov ebx, 0x00000190<400>
f7 fb ?? idiv ebx
85 d2 ?? test edx, edx
74 0d ?? je basic block L8
L7: 8b c6 ?? mov eax, esi
c1 e0 02 ?? shl eax, 2
8b b0 d0 3c 42 00 ?? mov esi, dword ds:[eax + 0x00423cd0]
eb 0b ?? jmp basic block L9
L8: 8b c6 ?? mov eax, esi
c1 e0 02 ?? shl eax, 2
8b b0 9c 3c 42 00 ?? mov esi, dword ds:[eax + 0x00423c9c]
L9: 89 45 0c ?? mov dword ss:[ebp + 12], eax
8d 87 2b 01 00 00 ?? lea eax, ds:[edi + 0x0000012b<299>]
99 ?? cdq
8d 5f ff ?? lea ebx, ds:[edi + 0xff<255,-1>]
bf 90 01 00 00 ?? mov edi, 0x00000190<400>
f7 ff ?? idiv edi
6a 64 ?? push 0x64<100>
5f ?? pop edi
46 ?? inc esi
6a 07 ?? push 7
89 45 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], eax
8b c3 ?? mov eax, ebx
99 ?? cdq
f7 ff ?? idiv edi
8b 55 f8 ?? mov edx, dword ss:[ebp + 0xf8<248,-8>]
8b 7d 10 ?? mov edi, dword ss:[ebp + 0x10<16>]
2b d0 ?? sub edx, eax
8b da ?? mov ebx, edx
8d 47 ff ?? lea eax, ds:[edi + 0xff<255,-1>]
99 ?? cdq
83 e2 03 ?? and edx, 3
03 c2 ?? add eax, edx
c1 f8 02 ?? sar eax, 2
8b d7 ?? mov edx, edi
69 d2 6d 01 00 00 ?? imul edx, edx, 0x0000016d<365>
03 c6 ?? add eax, esi
03 c3 ?? add eax, ebx
8d 84 02 25 9c ff ff ?? lea eax, ds:[edx + eax + 0xffff9c25<4294941733,-25563>]
99 ?? cdq
5b ?? pop ebx
f7 fb ?? idiv ebx
8b 45 14 ?? mov eax, dword ss:[ebp + 0x14<20>]
6b c0 07 ?? imul eax, eax, 7
2b c2 ?? sub eax, edx
03 45 18 ?? add eax, dword ss:[ebp + 0x18<24>]
3b 55 18 ?? cmp edx, dword ss:[ebp + 0x18<24>]
7f 06 ?? jg basic block L11
L10: 8d 74 06 f9 ?? lea esi, ds:[esi + eax + 0xf9<249,-7>]
eb 02 ?? jmp basic block L12
L11: 03 f0 ?? add esi, eax
L12: 83 7d 14 05 ?? cmp dword ss:[ebp + 0x14<20>], 5
0f 85 80 00 00 00 ?? jne basic block L28
L13: 83 7d f4 00 ?? cmp dword ss:[ebp + 0xf4<244,-12>], 0
75 0c ?? jne basic block L15
L14: 8b c7 ?? mov eax, edi
6a 64 ?? push 0x64<100>
99 ?? cdq
5b ?? pop ebx
f7 fb ?? idiv ebx
85 d2 ?? test edx, edx
75 1d ?? jne basic block L17
L15: 8d 87 6c 07 00 00 ?? lea eax, ds:[edi + 0x0000076c<1900>]
99 ?? cdq
bb 90 01 00 00 ?? mov ebx, 0x00000190<400>
f7 fb ?? idiv ebx
85 d2 ?? test edx, edx
74 0b ?? je basic block L17
L16: 8b 45 0c ?? mov eax, dword ss:[ebp + 12]
8b 80 d4 3c 42 00 ?? mov eax, dword ds:[eax + 0x00423cd4]
eb 09 ?? jmp basic block L18
L17: 8b 45 0c ?? mov eax, dword ss:[ebp + 12]
8b 80 a0 3c 42 00 ?? mov eax, dword ds:[eax + 0x00423ca0]
L18: 3b f0 ?? cmp esi, eax
7e 44 ?? jle basic block L28
L19: 83 ee 07 ?? sub esi, 7
eb 3f ?? jmp basic block L28
L20: 25 03 00 00 80 ?? and eax, 0x80000003
79 05 ?? jns basic block L22
L21: 48 ?? dec eax
83 c8 fc ?? or eax, 0xfc<252,-4>
40 ?? inc eax
L22: 75 0c ?? jne basic block L24
L23: 8b c7 ?? mov eax, edi
6a 64 ?? push 0x64<100>
99 ?? cdq
5b ?? pop ebx
f7 fb ?? idiv ebx
85 d2 ?? test edx, edx
75 1b ?? jne basic block L26
L24: 8d 87 6c 07 00 00 ?? lea eax, ds:[edi + 0x0000076c<1900>]
99 ?? cdq
bb 90 01 00 00 ?? mov ebx, 0x00000190<400>
f7 fb ?? idiv ebx
85 d2 ?? test edx, edx
74 09 ?? je basic block L26
L25: 8b 34 b5 d0 3c 42 00 ?? mov esi, dword ds:[0x00423cd0 + esi * 4]
eb 07 ?? jmp basic block L27
L26: 8b 34 b5 9c 3c 42 00 ?? mov esi, dword ds:[0x00423c9c + esi * 4]
L27: 03 75 1c ?? add esi, dword ss:[ebp + 0x1c<28>]
L28: 6b c9 3c ?? imul ecx, ecx, 0x3c<60>
03 4d 20 ?? add ecx, dword ss:[ebp + 0x20<32>]
6b c9 3c ?? imul ecx, ecx, 0x3c<60>
03 4d 24 ?? add ecx, dword ss:[ebp + 0x24<36>]
69 c9 e8 03 00 00 ?? imul ecx, ecx, 0x000003e8<1000>
03 4d 28 ?? add ecx, dword ss:[ebp + 0x28<40>]
83 7d 08 01 ?? cmp dword ss:[ebp + 8], 1
75 14 ?? jne basic block L30
L29: 89 35 8c 3c 42 00 ?? mov dword ds:[0x00423c8c], esi
89 0d 90 3c 42 00 ?? mov dword ds:[0x00423c90], ecx
89 3d 88 3c 42 00 ?? mov dword ds:[0x00423c88], edi
eb 6b ?? jmp basic block L39
L30: 8d 45 fc ?? lea eax, ss:[ebp + 0xfc<252,-4>]
50 ?? push eax
89 35 98 3c 42 00 ?? mov dword ds:[0x00423c98], esi
89 0d 9c 3c 42 00 ?? mov dword ds:[0x00423c9c], ecx
e8 bd f9 ff ff ?? call function 0x00414eb2
L31: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 0f ?? je basic block L34
L32: 33 c0 ?? xor eax, eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
e8 bb dd fe ff ?? call function 0x004032c1
L33: 83 c4 14 ?? add esp, 0x14<20>
L34: 8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
69 c0 e8 03 00 00 ?? imul eax, eax, 0x000003e8<1000>
01 05 9c 3c 42 00 ?? add dword ds:[0x00423c9c], eax
79 12 ?? jns basic block L36
L35: 81 05 9c 3c 42 00 00 5c ?? add dword ds:[0x00423c9c], 0x05265c00
26 05
ff 0d 98 3c 42 00 ?? dec dword ds:[0x00423c98]
eb 19 ?? jmp basic block L38
L36: b8 00 5c 26 05 ?? mov eax, 0x05265c00
39 05 9c 3c 42 00 ?? cmp dword ds:[0x00423c9c], eax
7c 0c ?? jl basic block L38
L37: 29 05 9c 3c 42 00 ?? sub dword ds:[0x00423c9c], eax
ff 05 98 3c 42 00 ?? inc dword ds:[0x00423c98]
L38: 89 3d 94 3c 42 00 ?? mov dword ds:[0x00423c94], edi
L39: 5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415550 | _isindst_nolock | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 0c ?? sub esp, 12
56 ?? push esi
8d 45 fc ?? lea eax, ss:[ebp + 0xfc<252,-4>]
33 f6 ?? xor esi, esi
50 ?? push eax
89 75 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], esi
e8 12 f9 ff ff ?? call function 0x00414e79
L2: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 0d ?? je basic block L5
L3: 56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
e8 4b dd fe ff ?? call function 0x004032c1
L4: 83 c4 14 ?? add esp, 0x14<20>
L5: 39 75 fc ?? cmp dword ss:[ebp + 0xfc<252,-4>], esi
75 07 ?? jne basic block L7
L6: 33 c0 ?? xor eax, eax
e9 58 01 00 00 ?? jmp basic block L31
L7: 8b 57 14 ?? mov edx, dword ds:[edi + 0x14<20>]
53 ?? push ebx
33 db ?? xor ebx, ebx
43 ?? inc ebx
3b 15 88 3c 42 00 ?? cmp edx, dword ds:[0x00423c88]
75 0c ?? jne basic block L9
L8: 3b 15 94 3c 42 00 ?? cmp edx, dword ds:[0x00423c94]
0f 84 18 01 00 00 ?? je basic block L24
L9: 39 35 5c 4b 42 00 ?? cmp dword ds:[0x00424b5c], esi
0f 84 b8 00 00 00 ?? je basic block L19
L10: 0f b7 05 56 4b 42 00 ?? movzx eax, word ds:[0x00424b56]
0f b7 0d 50 4b 42 00 ?? movzx ecx, word ds:[0x00424b50]
50 ?? push eax
0f b7 05 54 4b 42 00 ?? movzx eax, word ds:[0x00424b54]
50 ?? push eax
0f b7 05 52 4b 42 00 ?? movzx eax, word ds:[0x00424b52]
50 ?? push eax
66 39 35 48 4b 42 00 ?? cmp word ds:[0x00424b48], si
75 15 ?? jne basic block L12
L11: 0f b7 05 4c 4b 42 00 ?? movzx eax, word ds:[0x00424b4c]
56 ?? push esi
50 ?? push eax
0f b7 05 4e 4b 42 00 ?? movzx eax, word ds:[0x00424b4e]
50 ?? push eax
52 ?? push edx
53 ?? push ebx
eb 0c ?? jmp basic block L13
L12: 0f b7 05 4e 4b 42 00 ?? movzx eax, word ds:[0x00424b4e]
50 ?? push eax
56 ?? push esi
56 ?? push esi
52 ?? push edx
56 ?? push esi
L13: 0f b7 05 4a 4b 42 00 ?? movzx eax, word ds:[0x00424b4a]
53 ?? push ebx
e8 57 fd ff ff ?? call function 0x00415359
L14: 0f b7 05 02 4b 42 00 ?? movzx eax, word ds:[0x00424b02]
0f b7 0d fc 4a 42 00 ?? movzx ecx, word ds:[0x00424afc]
83 c4 24 ?? add esp, 0x24<36>
50 ?? push eax
0f b7 05 00 4b 42 00 ?? movzx eax, word ds:[0x00424b00]
50 ?? push eax
0f b7 05 fe 4a 42 00 ?? movzx eax, word ds:[0x00424afe]
50 ?? push eax
66 39 35 f4 4a 42 00 ?? cmp word ds:[0x00424af4], si
75 17 ?? jne basic block L16
L15: 0f b7 05 f8 4a 42 00 ?? movzx eax, word ds:[0x00424af8]
56 ?? push esi
50 ?? push eax
0f b7 05 fa 4a 42 00 ?? movzx eax, word ds:[0x00424afa]
50 ?? push eax
ff 77 14 ?? push dword ds:[edi + 0x14<20>]
53 ?? push ebx
eb 0e ?? jmp basic block L17
L16: 0f b7 05 fa 4a 42 00 ?? movzx eax, word ds:[0x00424afa]
50 ?? push eax
56 ?? push esi
56 ?? push esi
ff 77 14 ?? push dword ds:[edi + 0x14<20>]
56 ?? push esi
L17: 0f b7 05 f6 4a 42 00 ?? movzx eax, word ds:[0x00424af6]
56 ?? push esi
e8 fa fc ff ff ?? call function 0x00415359
L18: 83 c4 24 ?? add esp, 0x24<36>
eb 54 ?? jmp basic block L24
L19: 83 fa 6b ?? cmp edx, 0x6b<107>
6a 03 ?? push 3
58 ?? pop eax
6a 02 ?? push 2
59 ?? pop ecx
c7 45 f4 0b 00 00 00 ?? mov dword ss:[ebp + 0xf4<244,-12>], 11
89 5d f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], ebx
7d 13 ?? jge basic block L21
L20: 6a 04 ?? push 4
58 ?? pop eax
8b cb ?? mov ecx, ebx
c7 45 f4 0a 00 00 00 ?? mov dword ss:[ebp + 0xf4<244,-12>], 10
c7 45 f8 05 00 00 00 ?? mov dword ss:[ebp + 0xf8<248,-8>], 5
L21: 56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
51 ?? push ecx
52 ?? push edx
53 ?? push ebx
53 ?? push ebx
6a 02 ?? push 2
59 ?? pop ecx
e8 bc fc ff ff ?? call function 0x00415359
L22: 8b 45 f4 ?? mov eax, dword ss:[ebp + 0xf4<244,-12>]
56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
ff 75 f8 ?? push dword ss:[ebp + 0xf8<248,-8>]
ff 77 14 ?? push dword ds:[edi + 0x14<20>]
53 ?? push ebx
56 ?? push esi
6a 02 ?? push 2
59 ?? pop ecx
e8 a4 fc ff ff ?? call function 0x00415359
L23: 83 c4 48 ?? add esp, 0x48<72>
L24: 8b 0d 8c 3c 42 00 ?? mov ecx, dword ds:[0x00423c8c]
a1 98 3c 42 00 ?? mov eax, dword ds:[0x00423c98]
3b c8 ?? cmp ecx, eax
8b 57 1c ?? mov edx, dword ds:[edi + 0x1c<28>]
7d 16 ?? jge basic block L32
L25: 3b d1 ?? cmp edx, ecx
7c 22 ?? jl basic block L36
L26: 3b d0 ?? cmp edx, eax
7f 1e ?? jg basic block L36
L27: 3b d1 ?? cmp edx, ecx
7e 1e ?? jle basic block L37
L28: 3b d0 ?? cmp edx, eax
7d 1a ?? jge basic block L37
L29: 8b c3 ?? mov eax, ebx
L30: 5b ?? pop ebx
L31: 5e ?? pop esi
c9 ?? leave
c3 ?? ret
L32: 3b d0 ?? cmp edx, eax
7c f6 ?? jl basic block L29
L33: 3b d1 ?? cmp edx, ecx
7f f2 ?? jg basic block L29
L34: 3b d0 ?? cmp edx, eax
7e 08 ?? jle basic block L37
L35: 3b d1 ?? cmp edx, ecx
7d 04 ?? jge basic block L37
L36: 33 c0 ?? xor eax, eax
eb e8 ?? jmp basic block L30
L37: 8b 47 08 ?? mov eax, dword ds:[edi + 8]
6b c0 3c ?? imul eax, eax, 0x3c<60>
03 47 04 ?? add eax, dword ds:[edi + 4]
6b c0 3c ?? imul eax, eax, 0x3c<60>
03 07 ?? add eax, dword ds:[edi]
69 c0 e8 03 00 00 ?? imul eax, eax, 0x000003e8<1000>
3b d1 ?? cmp edx, ecx
75 0d ?? jne basic block L39
L38: 33 c9 ?? xor ecx, ecx
3b 05 90 3c 42 00 ?? cmp eax, dword ds:[0x00423c90]
0f 9d c1 ?? setge cl
eb 0b ?? jmp basic block L40
L39: 33 c9 ?? xor ecx, ecx
3b 05 9c 3c 42 00 ?? cmp eax, dword ds:[0x00423c9c]
0f 9c c1 ?? setl cl
L40: 8b c1 ?? mov eax, ecx
eb b4 ?? jmp basic block L30
|
./vs2008/normal/Debug/ooex11.exe | 0x415728 | ___tzset | 0 |
L1: 6a 08 ?? push 8
68 f8 26 42 00 ?? push 0x004226f8
e8 c8 d8 fe ff ?? call function 0x00402ffc
L2: 33 f6 ?? xor esi, esi
39 35 64 4b 42 00 ?? cmp dword ds:[0x00424b64], esi
75 2a ?? jne basic block L8
L3: 6a 06 ?? push 6
e8 b8 de fe ff ?? call function 0x004035fd
L4: 59 ?? pop ecx
89 75 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], esi
39 35 64 4b 42 00 ?? cmp dword ds:[0x00424b64], esi
75 0b ?? jne basic block L7
L5: e8 bd f8 ff ff ?? call function 0x00415013
L6: ff 05 64 4b 42 00 ?? inc dword ds:[0x00424b64]
L7: c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
e8 06 00 00 00 ?? call function 0x0041576e
L8: e8 d4 d8 fe ff ?? call function 0x00403041
L9: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415777 | __tzset | 0 |
L1: 6a 08 ?? push 8
68 18 27 42 00 ?? push 0x00422718
e8 79 d8 fe ff ?? call function 0x00402ffc
L2: 6a 06 ?? push 6
e8 73 de fe ff ?? call function 0x004035fd
L3: 59 ?? pop ecx
83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
e8 7f f8 ff ff ?? call function 0x00415013
L4: c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
e8 06 00 00 00 ?? call function 0x004157a6
L5: e8 9c d8 fe ff ?? call function 0x00403041
L6: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4157af | __isindst | 0 |
L1: 6a 0c ?? push 12
68 38 27 42 00 ?? push 0x00422738
e8 41 d8 fe ff ?? call function 0x00402ffc
L2: 6a 06 ?? push 6
e8 3b de fe ff ?? call function 0x004035fd
L3: 59 ?? pop ecx
83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
e8 81 fd ff ff ?? call function 0x00415550
L4: 89 45 e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], eax
c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
e8 09 00 00 00 ?? call function 0x004157e7
L5: 8b 45 e4 ?? mov eax, dword ss:[ebp + 0xe4<228,-28>]
e8 5b d8 fe ff ?? call function 0x00403041
L6: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4157f0 | ___ascii_stricmp | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 55 0c ?? mov edx, dword ss:[ebp + 12]
56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
57 ?? push edi
L2: 0f b6 06 ?? movzx eax, byte ds:[esi]
8d 48 bf ?? lea ecx, ds:[eax + 0xbf<191,-65>]
46 ?? inc esi
83 f9 19 ?? cmp ecx, 0x19<25>
77 03 ?? ja basic block L4
L3: 83 c0 20 ?? add eax, 0x20<32>
L4: 0f b6 0a ?? movzx ecx, byte ds:[edx]
8d 79 bf ?? lea edi, ds:[ecx + 0xbf<191,-65>]
42 ?? inc edx
83 ff 19 ?? cmp edi, 0x19<25>
77 03 ?? ja basic block L6
L5: 83 c1 20 ?? add ecx, 0x20<32>
L6: 85 c0 ?? test eax, eax
74 04 ?? je basic block L8
L7: 3b c1 ?? cmp eax, ecx
74 da ?? je basic block L2
L8: 5f ?? pop edi
2b c1 ?? sub eax, ecx
5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415829 | __stricmp_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
53 ?? push ebx
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
e8 1c 4a ff ff ?? call function 0x0040a259
L2: 33 db ?? xor ebx, ebx
39 5d 08 ?? cmp dword ss:[ebp + 8], ebx
75 2e ?? jne basic block L8
L3: e8 a1 36 ff ff ?? call function 0x00408eea
L4: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
c7 00 16 00 00 00 ?? mov dword ds:[eax], 0x00000016<22>
e8 cf db fe ff ?? call function 0x00403428
L5: 83 c4 14 ?? add esp, 0x14<20>
38 5d fc ?? cmp byte ss:[ebp + 0xfc<252,-4>], bl
74 07 ?? je basic block L7
L6: 8b 45 f8 ?? mov eax, dword ss:[ebp + 0xf8<248,-8>]
83 60 70 fd ?? and dword ds:[eax + 0x70<112>], 0xfd<253,-3>
L7: b8 ff ff ff 7f ?? mov eax, 0x7fffffff
e9 89 00 00 00 ?? jmp basic block L26
L8: 57 ?? push edi
8b 7d 0c ?? mov edi, dword ss:[ebp + 12]
3b fb ?? cmp edi, ebx
75 2b ?? jne basic block L14
L9: e8 6b 36 ff ff ?? call function 0x00408eea
L10: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
c7 00 16 00 00 00 ?? mov dword ds:[eax], 0x00000016<22>
e8 99 db fe ff ?? call function 0x00403428
L11: 83 c4 14 ?? add esp, 0x14<20>
38 5d fc ?? cmp byte ss:[ebp + 0xfc<252,-4>], bl
74 07 ?? je basic block L13
L12: 8b 45 f8 ?? mov eax, dword ss:[ebp + 0xf8<248,-8>]
83 60 70 fd ?? and dword ds:[eax + 0x70<112>], 0xfd<253,-3>
L13: b8 ff ff ff 7f ?? mov eax, 0x7fffffff
eb 55 ?? jmp basic block L25
L14: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
39 58 14 ?? cmp dword ds:[eax + 0x14<20>], ebx
75 0d ?? jne basic block L17
L15: 57 ?? push edi
ff 75 08 ?? push dword ss:[ebp + 8]
e8 3a ff ff ff ?? call function 0x004157f0
L16: 59 ?? pop ecx
59 ?? pop ecx
eb 34 ?? jmp basic block L23
L17: 56 ?? push esi
L18: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
0f b6 00 ?? movzx eax, byte ds:[eax]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
51 ?? push ecx
50 ?? push eax
e8 8e 0b 00 00 ?? call function 0x00416459
L19: ff 45 08 ?? inc dword ss:[ebp + 8]
8b f0 ?? mov esi, eax
0f b6 07 ?? movzx eax, byte ds:[edi]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
51 ?? push ecx
50 ?? push eax
e8 7c 0b 00 00 ?? call function 0x00416459
L20: 83 c4 10 ?? add esp, 0x10<16>
47 ?? inc edi
3b f3 ?? cmp esi, ebx
74 04 ?? je basic block L22
L21: 3b f0 ?? cmp esi, eax
74 d2 ?? je basic block L18
L22: 2b f0 ?? sub esi, eax
8b c6 ?? mov eax, esi
5e ?? pop esi
L23: 38 5d fc ?? cmp byte ss:[ebp + 0xfc<252,-4>], bl
74 07 ?? je basic block L25
L24: 8b 4d f8 ?? mov ecx, dword ss:[ebp + 0xf8<248,-8>]
83 61 70 fd ?? and dword ds:[ecx + 0x70<112>], 0xfd<253,-3>
L25: 5f ?? pop edi
L26: 5b ?? pop ebx
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4158fe | __stricmp | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
33 f6 ?? xor esi, esi
39 35 4c 47 42 00 ?? cmp dword ds:[0x0042474c], esi
75 30 ?? jne basic block L8
L2: 39 75 08 ?? cmp dword ss:[ebp + 8], esi
75 1f ?? jne basic block L6
L3: e8 d2 35 ff ff ?? call function 0x00408eea
L4: 56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
c7 00 16 00 00 00 ?? mov dword ds:[eax], 0x00000016<22>
e8 00 db fe ff ?? call function 0x00403428
L5: 83 c4 14 ?? add esp, 0x14<20>
b8 ff ff ff 7f ?? mov eax, 0x7fffffff
eb 1b ?? jmp basic block L10
L6: 39 75 0c ?? cmp dword ss:[ebp + 12], esi
74 dc ?? je basic block L3
L7: 5e ?? pop esi
5d ?? pop ebp
e9 b2 fe ff ff ?? jmp function 0x004157f0
L8: 56 ?? push esi
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 df fe ff ff ?? call function 0x00415829
L9: 83 c4 0c ?? add esp, 12
L10: 5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415950 | __isleadbyte_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
ff 75 0c ?? push dword ss:[ebp + 12]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
e8 f6 48 ff ff ?? call function 0x0040a259
L2: 0f b6 45 08 ?? movzx eax, byte ss:[ebp + 8]
8b 4d f0 ?? mov ecx, dword ss:[ebp + 0xf0<240,-16>]
8b 89 c8 00 00 00 ?? mov ecx, dword ds:[ecx + 0x000000c8<200>]
0f b7 04 41 ?? movzx eax, word ds:[ecx + eax * 2]
25 00 80 00 00 ?? and eax, 0x00008000<32768>
80 7d fc 00 ?? cmp byte ss:[ebp + 0xfc<252,-4>], 0
74 07 ?? je basic block L4
L3: 8b 4d f8 ?? mov ecx, dword ss:[ebp + 0xf8<248,-8>]
83 61 70 fd ?? and dword ds:[ecx + 0x70<112>], 0xfd<253,-3>
L4: c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415988 | _isleadbyte | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 00 ?? push 0
ff 75 08 ?? push dword ss:[ebp + 8]
e8 b9 ff ff ff ?? call function 0x00415950
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x41599b | __iswalpha_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
68 03 01 00 00 ?? push 0x00000103<259>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 ea 0b 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4159b5 | _iswalpha | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
68 03 01 00 00 ?? push 0x00000103<259>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 5d 0c 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4159cb | __iswupper_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
6a 01 ?? push 1
ff 75 08 ?? push dword ss:[ebp + 8]
e8 bd 0b 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4159e2 | _iswupper | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 01 ?? push 1
ff 75 08 ?? push dword ss:[ebp + 8]
e8 33 0c 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x4159f5 | __iswlower_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
6a 02 ?? push 2
ff 75 08 ?? push dword ss:[ebp + 8]
e8 93 0b 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415a0c | _iswlower | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 02 ?? push 2
ff 75 08 ?? push dword ss:[ebp + 8]
e8 09 0c 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415a1f | __iswdigit_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
6a 04 ?? push 4
ff 75 08 ?? push dword ss:[ebp + 8]
e8 69 0b 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415a36 | _iswdigit | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 04 ?? push 4
ff 75 08 ?? push dword ss:[ebp + 8]
e8 df 0b 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415a49 | __iswxdigit_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
68 80 00 00 00 ?? push 0x00000080<128>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 3c 0b 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415a63 | _iswxdigit | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
68 80 00 00 00 ?? push 0x00000080<128>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 af 0b 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415a79 | __iswspace_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
6a 08 ?? push 8
ff 75 08 ?? push dword ss:[ebp + 8]
e8 0f 0b 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415a90 | _iswspace | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 08 ?? push 8
ff 75 08 ?? push dword ss:[ebp + 8]
e8 85 0b 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415aa3 | __iswpunct_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
6a 10 ?? push 0x10<16>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 e5 0a 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415aba | _iswpunct | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 10 ?? push 0x10<16>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 5b 0b 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415acd | __iswalnum_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
68 07 01 00 00 ?? push 0x00000107<263>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 b8 0a 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415ae7 | _iswalnum | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
68 07 01 00 00 ?? push 0x00000107<263>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 2b 0b 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415afd | __iswprint_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
68 57 01 00 00 ?? push 0x00000157<343>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 88 0a 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415b17 | _iswprint | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
68 57 01 00 00 ?? push 0x00000157<343>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 fb 0a 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415b2d | __iswgraph_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
68 17 01 00 00 ?? push 0x00000117<279>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 58 0a 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415b47 | _iswgraph | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
68 17 01 00 00 ?? push 0x00000117<279>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 cb 0a 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415b5d | __iswcntrl_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
6a 20 ?? push 0x20<32>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 2b 0a 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415b74 | _iswcntrl | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 20 ?? push 0x20<32>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 a1 0a 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415b87 | _iswascii | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
b8 80 00 00 00 ?? mov eax, 0x00000080<128>
66 39 45 08 ?? cmp word ss:[ebp + 8], ax
1b c0 ?? sbb eax, eax
f7 d8 ?? neg eax
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415b9b | __iswcsym_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
68 07 01 00 00 ?? push 0x00000107<263>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 ea 09 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
85 c0 ?? test eax, eax
75 09 ?? jne basic block L5
L3: 66 83 7d 08 5f ?? cmp word ss:[ebp + 8], 0x5f<95>
74 02 ?? je basic block L5
L4: 5d ?? pop ebp
c3 ?? ret
L5: 33 c0 ?? xor eax, eax
40 ?? inc eax
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415bc5 | ___iswcsym | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
68 07 01 00 00 ?? push 0x00000107<263>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 4d 0a 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 09 ?? jne basic block L5
L3: 66 83 7d 08 5f ?? cmp word ss:[ebp + 8], 0x5f<95>
74 02 ?? je basic block L5
L4: 5d ?? pop ebp
c3 ?? ret
L5: 33 c0 ?? xor eax, eax
40 ?? inc eax
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415beb | __iswcsymf_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
68 03 01 00 00 ?? push 0x00000103<259>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 9a 09 00 00 ?? call function 0x0041659a
L2: 83 c4 0c ?? add esp, 12
85 c0 ?? test eax, eax
75 09 ?? jne basic block L5
L3: 66 83 7d 08 5f ?? cmp word ss:[ebp + 8], 0x5f<95>
74 02 ?? je basic block L5
L4: 5d ?? pop ebp
c3 ?? ret
L5: 33 c0 ?? xor eax, eax
40 ?? inc eax
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415c15 | ___iswcsymf | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
68 03 01 00 00 ?? push 0x00000103<259>
ff 75 08 ?? push dword ss:[ebp + 8]
e8 fd 09 00 00 ?? call function 0x00416624
L2: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 09 ?? jne basic block L5
L3: 66 83 7d 08 5f ?? cmp word ss:[ebp + 8], 0x5f<95>
74 02 ?? je basic block L5
L4: 5d ?? pop ebp
c3 ?? ret
L5: 33 c0 ?? xor eax, eax
40 ?? inc eax
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415c3b | __strnicmp_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
53 ?? push ebx
33 db ?? xor ebx, ebx
56 ?? push esi
57 ?? push edi
39 5d 10 ?? cmp dword ss:[ebp + 0x10<16>], ebx
0f 84 d5 00 00 00 ?? je basic block L27
L2: ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
e8 fd 45 ff ff ?? call function 0x0040a259
L3: 39 5d 08 ?? cmp dword ss:[ebp + 8], ebx
75 2e ?? jne basic block L9
L4: e8 84 32 ff ff ?? call function 0x00408eea
L5: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
c7 00 16 00 00 00 ?? mov dword ds:[eax], 0x00000016<22>
e8 b2 d7 fe ff ?? call function 0x00403428
L6: 83 c4 14 ?? add esp, 0x14<20>
38 5d fc ?? cmp byte ss:[ebp + 0xfc<252,-4>], bl
74 07 ?? je basic block L8
L7: 8b 45 f8 ?? mov eax, dword ss:[ebp + 0xf8<248,-8>]
83 60 70 fd ?? and dword ds:[eax + 0x70<112>], 0xfd<253,-3>
L8: b8 ff ff ff 7f ?? mov eax, 0x7fffffff
e9 99 00 00 00 ?? jmp basic block L28
L9: 8b 7d 0c ?? mov edi, dword ss:[ebp + 12]
3b fb ?? cmp edi, ebx
74 cb ?? je basic block L4
L10: be ff ff ff 7f ?? mov esi, 0x7fffffff
39 75 10 ?? cmp dword ss:[ebp + 0x10<16>], esi
76 28 ?? jbe basic block L16
L11: e8 45 32 ff ff ?? call function 0x00408eea
L12: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
c7 00 16 00 00 00 ?? mov dword ds:[eax], 0x00000016<22>
e8 73 d7 fe ff ?? call function 0x00403428
L13: 83 c4 14 ?? add esp, 0x14<20>
38 5d fc ?? cmp byte ss:[ebp + 0xfc<252,-4>], bl
74 07 ?? je basic block L15
L14: 8b 45 f8 ?? mov eax, dword ss:[ebp + 0xf8<248,-8>]
83 60 70 fd ?? and dword ds:[eax + 0x70<112>], 0xfd<253,-3>
L15: 8b c6 ?? mov eax, esi
eb 60 ?? jmp basic block L28
L16: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
39 58 14 ?? cmp dword ds:[eax + 0x14<20>], ebx
75 1d ?? jne basic block L21
L17: ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
57 ?? push edi
ff 75 08 ?? push dword ss:[ebp + 8]
e8 d4 09 00 00 ?? call function 0x004166b0
L18: 83 c4 0c ?? add esp, 12
L19: 38 5d fc ?? cmp byte ss:[ebp + 0xfc<252,-4>], bl
74 44 ?? je basic block L28
L20: 8b 4d f8 ?? mov ecx, dword ss:[ebp + 0xf8<248,-8>]
83 61 70 fd ?? and dword ds:[ecx + 0x70<112>], 0xfd<253,-3>
eb 3b ?? jmp basic block L28
L21: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
0f b6 00 ?? movzx eax, byte ds:[eax]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
51 ?? push ecx
50 ?? push eax
e8 5c 07 00 00 ?? call function 0x00416459
L22: ff 45 08 ?? inc dword ss:[ebp + 8]
8b f0 ?? mov esi, eax
0f b6 07 ?? movzx eax, byte ds:[edi]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
51 ?? push ecx
50 ?? push eax
e8 4a 07 00 00 ?? call function 0x00416459
L23: 83 c4 10 ?? add esp, 0x10<16>
47 ?? inc edi
ff 4d 10 ?? dec dword ss:[ebp + 0x10<16>]
74 08 ?? je basic block L26
L24: 3b f3 ?? cmp esi, ebx
74 04 ?? je basic block L26
L25: 3b f0 ?? cmp esi, eax
74 cd ?? je basic block L21
L26: 2b f0 ?? sub esi, eax
8b c6 ?? mov eax, esi
eb b9 ?? jmp basic block L19
L27: 33 c0 ?? xor eax, eax
L28: 5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415d2d | __strnicmp | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
33 f6 ?? xor esi, esi
39 35 4c 47 42 00 ?? cmp dword ds:[0x0042474c], esi
75 39 ?? jne basic block L9
L2: 39 75 08 ?? cmp dword ss:[ebp + 8], esi
75 1f ?? jne basic block L6
L3: e8 a3 31 ff ff ?? call function 0x00408eea
L4: 56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
c7 00 16 00 00 00 ?? mov dword ds:[eax], 0x00000016<22>
e8 d1 d6 fe ff ?? call function 0x00403428
L5: 83 c4 14 ?? add esp, 0x14<20>
b8 ff ff ff 7f ?? mov eax, 0x7fffffff
eb 27 ?? jmp basic block L11
L6: 39 75 0c ?? cmp dword ss:[ebp + 12], esi
74 dc ?? je basic block L3
L7: 81 7d 10 ff ff ff 7f ?? cmp dword ss:[ebp + 0x10<16>], 0x7fffffff
77 d3 ?? ja basic block L3
L8: 5e ?? pop esi
5d ?? pop ebp
e9 3a 09 00 00 ?? jmp function 0x004166b0
L9: 56 ?? push esi
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 b6 fe ff ff ?? call function 0x00415c3b
L10: 83 c4 10 ?? add esp, 0x10<16>
L11: 5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415d8b | xtoa_s | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
53 ?? push ebx
56 ?? push esi
8b f1 ?? mov esi, ecx
33 db ?? xor ebx, ebx
3b f3 ?? cmp esi, ebx
75 1e ?? jne basic block L5
L2: e8 4a 31 ff ff ?? call function 0x00408eea
L3: 6a 16 ?? push 0x16<22>
5e ?? pop esi
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
89 30 ?? mov dword ds:[eax], esi
e8 79 d6 fe ff ?? call function 0x00403428
L4: 83 c4 14 ?? add esp, 0x14<20>
8b c6 ?? mov eax, esi
e9 a9 00 00 00 ?? jmp basic block L29
L5: 57 ?? push edi
39 5d 08 ?? cmp dword ss:[ebp + 8], ebx
77 1e ?? ja basic block L10
L6: e8 26 31 ff ff ?? call function 0x00408eea
L7: 6a 16 ?? push 0x16<22>
L8: 5e ?? pop esi
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
89 30 ?? mov dword ds:[eax], esi
e8 55 d6 fe ff ?? call function 0x00403428
L9: 83 c4 14 ?? add esp, 0x14<20>
8b c6 ?? mov eax, esi
e9 84 00 00 00 ?? jmp basic block L28
L10: 33 c9 ?? xor ecx, ecx
39 5d 10 ?? cmp dword ss:[ebp + 0x10<16>], ebx
88 1e ?? mov byte ds:[esi], bl
0f 95 c1 ?? setne cl
41 ?? inc ecx
39 4d 08 ?? cmp dword ss:[ebp + 8], ecx
77 09 ?? ja basic block L13
L11: e8 f8 30 ff ff ?? call function 0x00408eea
L12: 6a 22 ?? push 0x22<34>
eb d0 ?? jmp basic block L8
L13: 8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
83 c1 fe ?? add ecx, 0xfe<254,-2>
83 f9 22 ?? cmp ecx, 0x22<34>
77 be ?? ja basic block L6
L14: 89 5d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ebx
8b ce ?? mov ecx, esi
39 5d 10 ?? cmp dword ss:[ebp + 0x10<16>], ebx
74 0f ?? je basic block L16
L15: c6 06 2d ?? mov byte ds:[esi], 0x2d<45>
8d 4e 01 ?? lea ecx, ds:[esi + 1]
c7 45 fc 01 00 00 00 ?? mov dword ss:[ebp + 0xfc<252,-4>], 1
f7 d8 ?? neg eax
L16: 8b f9 ?? mov edi, ecx
L17: 33 d2 ?? xor edx, edx
f7 75 0c ?? div dword ss:[ebp + 12]
83 fa 09 ?? cmp edx, 9
76 05 ?? jbe basic block L19
L18: 80 c2 57 ?? add dl, 0x57<87>
eb 03 ?? jmp basic block L20
L19: 80 c2 30 ?? add dl, 0x30<48>
L20: 88 11 ?? mov byte ds:[ecx], dl
41 ?? inc ecx
ff 45 fc ?? inc dword ss:[ebp + 0xfc<252,-4>]
33 db ?? xor ebx, ebx
3b c3 ?? cmp eax, ebx
76 08 ?? jbe basic block L22
L21: 8b 55 08 ?? mov edx, dword ss:[ebp + 8]
39 55 fc ?? cmp dword ss:[ebp + 0xfc<252,-4>], edx
72 da ?? jb basic block L17
L22: 8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
3b 45 08 ?? cmp eax, dword ss:[ebp + 8]
72 04 ?? jb basic block L24
L23: 88 1e ?? mov byte ds:[esi], bl
eb 9f ?? jmp basic block L11
L24: 88 19 ?? mov byte ds:[ecx], bl
49 ?? dec ecx
L25: 8a 17 ?? mov dl, byte ds:[edi]
8a 01 ?? mov al, byte ds:[ecx]
88 11 ?? mov byte ds:[ecx], dl
49 ?? dec ecx
88 07 ?? mov byte ds:[edi], al
47 ?? inc edi
3b f9 ?? cmp edi, ecx
L26: 72 f2 ?? jb basic block L25
L27: 33 c0 ?? xor eax, eax
L28: 5f ?? pop edi
L29: 5e ?? pop esi
5b ?? pop ebx
c9 ?? leave
c2 0c 00 ?? ret 12
|
./vs2008/normal/Debug/ooex11.exe | 0x415e68 | __itoa_s | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 7d 14 0a ?? cmp dword ss:[ebp + 0x14<20>], 10
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
75 0a ?? jne basic block L4
L2: 85 c0 ?? test eax, eax
7d 06 ?? jge basic block L4
L3: 6a 01 ?? push 1
6a 0a ?? push 10
eb 05 ?? jmp basic block L5
L4: 6a 00 ?? push 0
ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
L5: ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
e8 fb fe ff ff ?? call function 0x00415d8b
L6: 5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415e92 | __ltoa_s | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
83 7d 14 0a ?? cmp dword ss:[ebp + 0x14<20>], 10
75 06 ?? jne basic block L4
L2: 39 45 08 ?? cmp dword ss:[ebp + 8], eax
7d 01 ?? jge basic block L4
L3: 40 ?? inc eax
L4: 8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
50 ?? push eax
ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
e8 d4 fe ff ff ?? call function 0x00415d8b
L5: 5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x415eb9 | __ultoa_s | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
6a 00 ?? push 0
ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
e8 ba fe ff ff ?? call function 0x00415d8b
L2: 5d ?? pop ebp
c3 ?? ret
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.