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 | 0x40d0ca | __purecall | 0 |
L1: ff 35 0c 47 42 00 ?? push dword ds:[0x0042470c]
e8 9f 58 ff ff ?? call function 0x00402974
L2: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 02 ?? je basic block L4
L3: ff d0 ?? call eax
L4: 6a 19 ?? push 0x19<25>
e8 d5 4c ff ff ?? call function 0x00401db8
L5: 6a 01 ?? push 1
6a 00 ?? push 0
e8 da 03 00 00 ?? ... |
./vs2008/normal/Debug/ooex11.exe | 0x40d0f4 | __set_purecall_handler | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
ff 35 0c 47 42 00 ?? push dword ds:[0x0042470c]
e8 6f 58 ff ff ?? call function 0x00402974
L2: ff 75 08 ?? push dword ss:[ebp + 8]
8b f0 ?? mov esi, eax
e8 ea 57 ff ff ?? call function 0x004028f9
L3: 59 ?? pop ecx
59 ?? pop ecx
a3... |
./vs2008/normal/Debug/ooex11.exe | 0x40d11b | __get_purecall_handler | 0 |
L1: ff 35 0c 47 42 00 ?? push dword ds:[0x0042470c]
e8 4e 58 ff ff ?? call function 0x00402974
L2: 59 ?? pop ecx
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40d130 | __aulldvrm | 0 |
L1: 56 ?? push esi
8b 44 24 14 ?? mov eax, dword ss:[esp + 0x14<20>]
0b c0 ?? or eax, eax
75 28 ?? jne basic block L3
L2: 8b 4c 24 10 ?? mov ecx, dword ss:[esp + 0x10<16>]
8b 44 24 0c ?? mov eax, dword ss:[esp + 12]
33 d2 ?? xor edx, edx
f7 f1 ?? div ecx
8b d8 ?? mov ebx, eax
8b 44 24 08 ?? mov eax, dword ss:... |
./vs2008/normal/Debug/ooex11.exe | 0x40d1d0 | __allmul | 0 |
L1: 8b 44 24 08 ?? mov eax, dword ss:[esp + 8]
8b 4c 24 10 ?? mov ecx, dword ss:[esp + 0x10<16>]
0b c8 ?? or ecx, eax
8b 4c 24 0c ?? mov ecx, dword ss:[esp + 12]
75 09 ?? jne basic block L3
L2: 8b 44 24 04 ?? mov eax, dword ss:[esp + 4]
f7 e1 ?? mul ecx
c2 10 00 ?? ret 0x0010<16>
L3: 53 ?? push ebx
f7 e1 ?? m... |
./vs2008/normal/Debug/ooex11.exe | 0x40d204 | _atol | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 0a ?? push 10
6a 00 ?? push 0
ff 75 08 ?? push dword ss:[ebp + 8]
e8 8b 75 00 00 ?? call function 0x004147a0
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40d21a | __atol_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 0a ?? push 10
6a 00 ?? push 0
ff 75 08 ?? push dword ss:[ebp + 8]
e8 9d 75 00 00 ?? call function 0x004147cb
L2: 83 c4 10 ?? add esp, 0x10<16>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40d233 | _atoi | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
5d ?? pop ebp
e9 c6 ff ff ff ?? jmp function 0x0040d204
|
./vs2008/normal/Debug/ooex11.exe | 0x40d23e | __atoi_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
5d ?? pop ebp
e9 d1 ff ff ff ?? jmp function 0x0040d21a
|
./vs2008/normal/Debug/ooex11.exe | 0x40d249 | __atoi64 | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 0a ?? push 10
6a 00 ?? push 0
ff 75 08 ?? push dword ss:[ebp + 8]
e8 6e 78 00 00 ?? call function 0x00414ac8
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40d25f | __atoi64_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 0a ?? push 10
6a 00 ?? push 0
ff 75 08 ?? push dword ss:[ebp + 8]
e8 80 78 00 00 ?? call function 0x00414af3
L2: 83 c4 10 ?? add esp, 0x10<16>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40d278 | __global_unwind2 | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
53 ?? push ebx
56 ?? push esi
57 ?? push edi
55 ?? push ebp
6a 00 ?? push 0
6a 00 ?? push 0
68 90 d2 40 00 ?? push basic block L2
ff 75 08 ?? push dword ss:[ebp + 8]
e8 c6 a1 00 00 ?? call function 0x00417456
L2: 5d ?? pop ebp
5f ?? pop edi
5e ?? pop esi
5b ?? pop... |
./vs2008/normal/Debug/ooex11.exe | 0x40d298 | __unwind_handler | 0 |
L1: 8b 4c 24 04 ?? mov ecx, dword ss:[esp + 4]
f7 41 04 06 00 00 00 ?? test dword ds:[ecx + 4], 6
b8 01 00 00 00 ?? mov eax, 1
74 32 ?? je basic block L5
L2: 8b 44 24 14 ?? mov eax, dword ss:[esp + 0x14<20>]
8b 48 fc ?? mov ecx, dword ds:[eax + 0xfc<252,-4>]
33 c8 ?? xor ecx, eax
e8 75 fd ff ff ?? call function... |
./vs2008/normal/Debug/ooex11.exe | 0x40d2dd | __local_unwind2 | 0 |
L1: 53 ?? push ebx
56 ?? push esi
57 ?? push edi
8b 44 24 10 ?? mov eax, dword ss:[esp + 0x10<16>]
55 ?? push ebp
50 ?? push eax
6a fe ?? push 0xfe<254,-2>
68 98 d2 40 00 ?? push function 0x0040d298
64 ff 35 00 00 00 00 ?? push dword fs:[0]
a1 10 33 42 00 ?? mov eax, dword ds:[0x00423310]
33 c4 ?? xor eax, e... |
./vs2008/normal/Debug/ooex11.exe | 0x40d361 | __abnormal_termination | 0 |
L1: 33 c0 ?? xor eax, eax
64 8b 0d 00 00 00 00 ?? mov ecx, dword fs:[0]
81 79 04 98 d2 40 00 ?? cmp dword ds:[ecx + 4], function 0x0040d298
75 10 ?? jne basic block L4
L2: 8b 51 0c ?? mov edx, dword ds:[ecx + 12]
8b 52 0c ?? mov edx, dword ds:[edx + 12]
39 51 08 ?? cmp dword ds:[ecx + 8], edx
75 05 ?? jne basic... |
./vs2008/normal/Debug/ooex11.exe | 0x40d384 | __NLG_Notify1 | 0 |
L1: 53 ?? push ebx
51 ?? push ecx
bb d0 3a 42 00 ?? mov ebx, 0x00423ad0
eb 0b ?? jmp basic block L2
L2: 89 4b 08 ?? mov dword ds:[ebx + 8], ecx
89 43 04 ?? mov dword ds:[ebx + 4], eax
89 6b 0c ?? mov dword ds:[ebx + 12], ebp
55 ?? push ebp
51 ?? push ecx
50 ?? push eax
58 ?? pop eax
59 ?? pop ecx
5d ?? pop... |
./vs2008/normal/Debug/ooex11.exe | 0x40d38d | __NLG_Notify | 0 |
L1: 53 ?? push ebx
51 ?? push ecx
bb d0 3a 42 00 ?? mov ebx, 0x00423ad0
8b 4c 24 0c ?? mov ecx, dword ss:[esp + 12]
L2: 89 4b 08 ?? mov dword ds:[ebx + 8], ecx
89 43 04 ?? mov dword ds:[ebx + 4], eax
89 6b 0c ?? mov dword ds:[ebx + 12], ebp
55 ?? push ebp
51 ?? push ecx
50 ?? push eax
58 ?? pop eax
59 ?? po... |
./vs2008/normal/Debug/ooex11.exe | 0x40d3ac | __NLG_Call | 0 |
L1: ff d0 ?? call eax
L2: c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40d3af | _abort | 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>
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
f6 05 e0 3a 42 00 01 ?? test byte ds:[0x00423ae0], 1
56 ?? push esi
74 08 ?? je... |
./vs2008/normal/Debug/ooex11.exe | 0x40d4c6 | __set_abort_behavior | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
a1 e0 3a 42 00 ?? mov eax, dword ds:[0x00423ae0]
8b 55 08 ?? mov edx, dword ss:[ebp + 8]
23 55 0c ?? and edx, dword ss:[ebp + 12]
f7 d1 ?? not ecx
23 c8 ?? and ecx, eax
0b ca ?? or ecx, edx
89 0d e0 3a 42 ... |
./vs2008/normal/Debug/ooex11.exe | 0x40d4e7 | __msize | 0 |
L1: 6a 10 ?? push 0x10<16>
68 58 26 42 00 ?? push 0x00422658
e8 09 5b ff ff ?? call function 0x00402ffc
L2: 33 c0 ?? xor eax, eax
8b 5d 08 ?? mov ebx, dword ss:[ebp + 8]
33 ff ?? xor edi, edi
3b df ?? cmp ebx, edi
0f 95 c0 ?? setne al
3b c7 ?? cmp eax, edi
75 1d ?? jne basic block L6
L3: e8 e2 b9 ff ff ?? ca... |
./vs2008/normal/Debug/ooex11.exe | 0x40d58a | __fptrap | 0 |
L1: 6a 02 ?? push 2
e8 a7 44 ff ff ?? call function 0x00401a38
L2: 59 ?? pop ecx
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40d593 | __isalpha_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 b3 cc ff ff ?? call function 0x0040a259
L2: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 b8 ac 00 00 00 01 ?? cmp dword ds... |
./vs2008/normal/Debug/ooex11.exe | 0x40d5e9 | _isalpha | 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 14 ?? 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]
25 03 01 00 00 ?? and... |
./vs2008/normal/Debug/ooex11.exe | 0x40d619 | __isupper_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 2d cc ff ff ?? call function 0x0040a259
L2: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 b8 ac 00 00 00 01 ?? cmp dword ds... |
./vs2008/normal/Debug/ooex11.exe | 0x40d66a | _isupper | 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]
83 e0 01 ?? and eax, ... |
./vs2008/normal/Debug/ooex11.exe | 0x40d698 | __islower_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 ae cb ff ff ?? call function 0x0040a259
L2: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 b8 ac 00 00 00 01 ?? cmp dword ds... |
./vs2008/normal/Debug/ooex11.exe | 0x40d6e9 | _islower | 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]
83 e0 02 ?? and eax, ... |
./vs2008/normal/Debug/ooex11.exe | 0x40d717 | __isdigit_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 2f cb ff ff ?? call function 0x0040a259
L2: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 b8 ac 00 00 00 01 ?? cmp dword ds... |
./vs2008/normal/Debug/ooex11.exe | 0x40d768 | _isdigit | 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]
83 e0 04 ?? and eax, ... |
./vs2008/normal/Debug/ooex11.exe | 0x40d796 | __isxdigit_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 b0 ca ff ff ?? call function 0x0040a259
L2: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 b8 ac 00 00 00 01 ?? cmp dword ds... |
./vs2008/normal/Debug/ooex11.exe | 0x40d7ec | _isxdigit | 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 14 ?? 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]
25 80 00 00 00 ?? and... |
./vs2008/normal/Debug/ooex11.exe | 0x40d81c | __isspace_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 2a ca ff ff ?? call function 0x0040a259
L2: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 b8 ac 00 00 00 01 ?? cmp dword ds... |
./vs2008/normal/Debug/ooex11.exe | 0x40d86d | _isspace | 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]
83 e0 08 ?? and eax, ... |
./vs2008/normal/Debug/ooex11.exe | 0x40d89b | __ispunct_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 ab c9 ff ff ?? call function 0x0040a259
L2: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 b8 ac 00 00 00 01 ?? cmp dword ds... |
./vs2008/normal/Debug/ooex11.exe | 0x40d8ec | _ispunct | 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]
83 e0 10 ?? and eax, ... |
./vs2008/normal/Debug/ooex11.exe | 0x40d91a | __isalnum_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 2c c9 ff ff ?? call function 0x0040a259
L2: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 b8 ac 00 00 00 01 ?? cmp dword ds... |
./vs2008/normal/Debug/ooex11.exe | 0x40d970 | _isalnum | 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 14 ?? 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]
25 07 01 00 00 ?? and... |
./vs2008/normal/Debug/ooex11.exe | 0x40d9a0 | __isprint_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 a6 c8 ff ff ?? call function 0x0040a259
L2: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 b8 ac 00 00 00 01 ?? cmp dword ds... |
./vs2008/normal/Debug/ooex11.exe | 0x40d9f6 | _isprint | 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 14 ?? 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]
25 57 01 00 00 ?? and... |
./vs2008/normal/Debug/ooex11.exe | 0x40da26 | __isgraph_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 20 c8 ff ff ?? call function 0x0040a259
L2: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 b8 ac 00 00 00 01 ?? cmp dword ds... |
./vs2008/normal/Debug/ooex11.exe | 0x40da7c | _isgraph | 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 14 ?? 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]
25 17 01 00 00 ?? and... |
./vs2008/normal/Debug/ooex11.exe | 0x40daac | __iscntrl_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 9a c7 ff ff ?? call function 0x0040a259
L2: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
83 b8 ac 00 00 00 01 ?? cmp dword ds... |
./vs2008/normal/Debug/ooex11.exe | 0x40dafd | _iscntrl | 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]
83 e0 20 ?? and eax, ... |
./vs2008/normal/Debug/ooex11.exe | 0x40db2b | ___isascii | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
81 7d 08 80 00 00 00 ?? cmp dword ss:[ebp + 8], 0x00000080<128>
1b c0 ?? sbb eax, eax
f7 d8 ?? neg eax
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40db3d | ___toascii | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
83 e0 7f ?? and eax, 0x7f<127>
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40db4a | __iscsymf_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 39 fa ff ff ?? call function 0x0040d593
L2: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 08 ?? jne basic block L5
L3: 83 7d 08 5f ?? cmp dword ss:[ebp + 8], 0x5f... |
./vs2008/normal/Debug/ooex11.exe | 0x40db6d | ___iscsymf | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 08 ?? push dword ss:[ebp + 8]
e8 6f fa ff ff ?? call function 0x0040d5e9
L2: 59 ?? pop ecx
85 c0 ?? test eax, eax
75 08 ?? jne basic block L5
L3: 83 7d 08 5f ?? cmp dword ss:[ebp + 8], 0x5f<95>
74 02 ?? je basic block L5
L4: 5d ?? pop ebp
... |
./vs2008/normal/Debug/ooex11.exe | 0x40db8c | __iscsym_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 7e fd ff ff ?? call function 0x0040d91a
L2: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 08 ?? jne basic block L5
L3: 83 7d 08 5f ?? cmp dword ss:[ebp + 8], 0x5f... |
./vs2008/normal/Debug/ooex11.exe | 0x40dbaf | ___iscsym | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
0f b6 45 08 ?? movzx eax, byte ss:[ebp + 8]
50 ?? push eax
e8 b2 fd ff ff ?? call function 0x0040d970
L2: 59 ?? pop ecx
85 c0 ?? test eax, eax
75 08 ?? jne basic block L5
L3: 80 7d 08 5f ?? cmp byte ss:[ebp + 8], 0x5f<95>
74 02 ?? je basic block ... |
./vs2008/normal/Debug/ooex11.exe | 0x40dbd0 | __crtGetLocaleInfoW_stat | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
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]
ff 15 94 52 42 00 ?? call dword ds:[0x00425294<"ZWB">]
L2: 5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40dbe9 | ___crtGetLocaleInfoW | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
ff 75 08 ?? push dword ss:[ebp + 8]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
e8 5d c6 ff ff ?? call function 0x0040a259
L2: ff 75 18 ?? push dword ss:[ebp + 0x18<24>]
ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
ff... |
./vs2008/normal/Debug/ooex11.exe | 0x40dc1d | __MarkAllocaS | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
85 c0 ?? test eax, eax
74 08 ?? je basic block L3
L2: 8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
89 08 ?? mov dword ds:[eax], ecx
83 c0 08 ?? add eax, 8
L3: 5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40dc33 | __freea | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
85 c0 ?? test eax, eax
74 12 ?? je basic block L5
L2: 83 e8 08 ?? sub eax, 8
81 38 dd dd 00 00 ?? cmp dword ds:[eax], 0x0000dddd<56797>
75 07 ?? jne basic block L5
L3: 50 ?? push eax
e8 e0 59 ff ff ?? call ... |
./vs2008/normal/Debug/ooex11.exe | 0x40dc53 | __crtGetLocaleInfoA_stat | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
51 ?? push ecx
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
a1 78 47 42 00 ?? mov eax, dword ds:[0x00424778]
53 ?? push ebx
8b 1d 94 52 42 00 ?? mov ebx, ... |
./vs2008/normal/Debug/ooex11.exe | 0x40dd92 | ___crtGetLocaleInfoA | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
ff 75 08 ?? push dword ss:[ebp + 8]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
e8 b4 c4 ff ff ?? call function 0x0040a259
L2: ff 75 1c ?? push dword ss:[ebp + 0x1c<28>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
... |
./vs2008/normal/Debug/ooex11.exe | 0x40ddcf | __calloc_impl | 0 |
L1: 6a 0c ?? push 12
68 78 26 42 00 ?? push 0x00422678
e8 21 52 ff ff ?? call function 0x00402ffc
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
33 ff ?? xor edi, edi
3b cf ?? cmp ecx, edi
76 2e ?? jbe basic block L8
L3: 6a e0 ?? push 0xe0<224,-32>
58 ?? pop eax
33 d2 ?? xor edx, edx
f7 f1 ?? div ecx
3b 45 0c ... |
./vs2008/normal/Debug/ooex11.exe | 0x40deed | _realloc | 0 |
L1: 6a 10 ?? push 0x10<16>
68 98 26 42 00 ?? push 0x00422698
e8 03 51 ff ff ?? call function 0x00402ffc
L2: 8b 5d 08 ?? mov ebx, dword ss:[ebp + 8]
85 db ?? test ebx, ebx
75 0e ?? jne basic block L5
L3: ff 75 0c ?? push dword ss:[ebp + 12]
e8 ee ac ff ff ?? call function 0x00408bf6
L4: 59 ?? pop ecx
e9 cc 01 ... |
./vs2008/normal/Debug/ooex11.exe | 0x40e108 | __recalloc | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
53 ?? push ebx
33 db ?? xor ebx, ebx
3b cb ?? cmp ecx, ebx
76 28 ?? jbe basic block L6
L2: 6a e0 ?? push 0xe0<224,-32>
33 d2 ?? xor edx, edx
58 ?? pop eax
f7 f1 ?? div ecx
3b 45 10 ?? cmp eax, dword ss:[... |
./vs2008/normal/Debug/ooex11.exe | 0x40e183 | strncnt | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
eb 07 ?? jmp basic block L4
L2: 49 ?? dec ecx
80 38 00 ?? cmp byte ds:[eax], 0
74 06 ?? je basic block L6
L3: 40 ?? inc eax
L4: 85 c9 ?? test ecx, ecx
75 f5 ?? jne basic block L2
L5: 49 ?? dec ecx
L6: 8b ... |
./vs2008/normal/Debug/ooex11.exe | 0x40e1a1 | __crtLCMapStringA_stat | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 14 ?? sub esp, 0x14<20>
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
33 db ?? xor ebx, ebx
57 ?? push edi
8b f1 ?? mov esi, ecx
39 ... |
./vs2008/normal/Debug/ooex11.exe | 0x40e546 | ___crtLCMapStringA | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
ff 75 08 ?? push dword ss:[ebp + 8]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
e8 00 bd ff ff ?? call function 0x0040a259
L2: ff 75 28 ?? push dword ss:[ebp + 0x28<40>]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
... |
./vs2008/normal/Debug/ooex11.exe | 0x40e58b | __crtGetStringTypeA_stat | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
51 ?? push ecx
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
a1 80 47 42 00 ?? mov eax, dword ds:[0x00424780]
53 ?? push ebx
56 ?? push esi
33 db ?? xor e... |
./vs2008/normal/Debug/ooex11.exe | 0x40e745 | ___crtGetStringTypeA | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
ff 75 08 ?? push dword ss:[ebp + 8]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
e8 01 bb ff ff ?? call function 0x0040a259
L2: ff 75 24 ?? push dword ss:[ebp + 0x24<36>]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
... |
./vs2008/normal/Debug/ooex11.exe | 0x40e787 | fastcopy_I | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 08 ?? sub esp, 8
89 7d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], edi
89 75 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], esi
8b 75 0c ?? mov esi, dword ss:[ebp + 12]
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
8b 4d 10 ?? mov ecx, dword ss:[ebp + 0x10<16>]
c1 e9 07 ?? shr e... |
./vs2008/normal/Debug/ooex11.exe | 0x40e80e | __VEC_memcpy | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 1c ?? sub esp, 0x1c<28>
89 7d f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], edi
89 75 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], esi
89 5d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ebx
8b 5d 0c ?? mov ebx, dword ss:[ebp + 12]
8b c3 ?? mov eax, ebx
99 ?? cdq
8b c8 ?? mov... |
./vs2008/normal/Debug/ooex11.exe | 0x40e8f1 | has_osfxsr_set | 0 |
L1: 6a 0c ?? push 12
68 b8 26 42 00 ?? push 0x004226b8
e8 ff 46 ff ff ?? call function 0x00402ffc
L2: 83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
66 0f 28 c1 ?? movapd xmm0, xmm1
c7 45 e4 01 00 00 00 ?? mov dword ss:[ebp + 0xe4<228,-28>], 1
eb 23 ?? jmp basic block L8
L3: 8b 45 ec ?? mov eax, dword ss:[... |
./vs2008/normal/Debug/ooex11.exe | 0x40e941 | __get_sse2_info | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 18 ?? sub esp, 0x18<24>
33 c0 ?? xor eax, eax
53 ?? push ebx
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
89 45 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], eax
89 45 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], eax
53 ?? push ebx
9c ?? push... |
./vs2008/normal/Debug/ooex11.exe | 0x40e9a3 | ___sse2_available_init | 0 |
L1: e8 99 ff ff ff ?? call function 0x0040e941
L2: a3 6c 4b 42 00 ?? mov dword ds:[0x00424b6c], eax
33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40e9b0 | ___pwctype_func | 0 |
L1: a1 ec 3a 42 00 ?? mov eax, dword ds:[0x00423aec]
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40e9b6 | ___pctype_func | 0 |
L1: e8 42 42 ff ff ?? call function 0x00402bfd
L2: 8b c8 ?? mov ecx, eax
8b 41 6c ?? mov eax, dword ds:[ecx + 0x6c<108>]
3b 05 b8 3a 42 00 ?? cmp eax, dword ds:[0x00423ab8]
74 10 ?? je basic block L5
L3: 8b 15 e4 3a 42 00 ?? mov edx, dword ds:[0x00423ae4]
85 51 70 ?? test dword ds:[ecx + 0x70<112>], edx
75 05 ?... |
./vs2008/normal/Debug/ooex11.exe | 0x40e9df | _get_lc_time | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
0f b7 48 42 ?? movzx ecx, word ds:[eax + 0x42<66>]
0f b7 50 44 ?? movzx edx, word ds:[eax + 0x44<68>]
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
89 55 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], edx
85 f6 ?? test ... |
./vs2008/normal/Debug/ooex11.exe | 0x40edfa | ___free_lc_time | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
85 f6 ?? test esi, esi
0f 84 81 01 00 00 ?? je basic block L46
L2: ff 76 04 ?? push dword ds:[esi + 4]
e8 1d 48 ff ff ?? call function 0x00403630
L3: ff 76 08 ?? push dword ds:[esi + 8]
e8 15... |
./vs2008/normal/Debug/ooex11.exe | 0x40ef8f | ___init_time | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
53 ?? push ebx
56 ?? push esi
57 ?? push edi
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
83 7f 20 00 ?? cmp dword ds:[edi + 0x20<32>], 0
bb f0 3a 42 00 ?? mov ebx, 0x00423af0
74 40 ?? je basic block L11
L2: 68 b8 00 00 00 ?? push 0x000000b8<184>
6a ... |
./vs2008/normal/Debug/ooex11.exe | 0x40f008 | fix_grouping | 0 |
L1: 32 d2 ?? xor dl, dl
38 11 ?? cmp byte ds:[ecx], dl
74 17 ?? je basic block L9
L2: 53 ?? push ebx
56 ?? push esi
L3: 8a 01 ?? mov al, byte ds:[ecx]
3c 30 ?? cmp al, 0x30<48>
7c 10 ?? jl basic block L10
L4: 3c 39 ?? cmp al, 0x39<57>
7f 0c ?? jg basic block L10
L5: 2c 30 ?? sub al, 0x30<48>
88 01 ?? mov by... |
./vs2008/normal/Debug/ooex11.exe | 0x40f03b | ___free_lconv_num | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
85 f6 ?? test esi, esi
74 35 ?? je basic block L11
L2: 8b 06 ?? mov eax, dword ds:[esi]
3b 05 b0 3b 42 00 ?? cmp eax, dword ds:[0x00423bb0]
74 07 ?? je basic block L5
L3: 50 ?? push eax
e8 d... |
./vs2008/normal/Debug/ooex11.exe | 0x40f080 | ___init_numeric | 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
8b 5d 08 ?? mov ebx, dword ss:[ebp + 8]
56 ?? push esi
33 f6 ?? xor esi, esi
57 ?? push edi
89 5d e8 ?? mov dword ss:[ebp + 0xe8<232,-24>], ebx
89 75 ec ?? mov dword ss:[ebp + 0xec<236,-20>], esi
39 7... |
./vs2008/normal/Debug/ooex11.exe | 0x40f24a | fix_grouping | 0 |
L1: 32 d2 ?? xor dl, dl
38 11 ?? cmp byte ds:[ecx], dl
74 17 ?? je basic block L9
L2: 53 ?? push ebx
56 ?? push esi
L3: 8a 01 ?? mov al, byte ds:[ecx]
3c 30 ?? cmp al, 0x30<48>
7c 10 ?? jl basic block L10
L4: 3c 39 ?? cmp al, 0x39<57>
7f 0c ?? jg basic block L10
L5: 2c 30 ?? sub al, 0x30<48>
88 01 ?? mov by... |
./vs2008/normal/Debug/ooex11.exe | 0x40f27d | ___free_lconv_mon | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
85 f6 ?? test esi, esi
74 7e ?? je basic block L23
L2: 8b 46 0c ?? mov eax, dword ds:[esi + 12]
3b 05 bc 3b 42 00 ?? cmp eax, dword ds:[0x00423bbc]
74 07 ?? je basic block L5
L3: 50 ?? push e... |
./vs2008/normal/Debug/ooex11.exe | 0x40f30b | ___init_monetary | 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
56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
57 ?? push edi
33 ff ?? xor edi, edi
89 7d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], edi
89 75 f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], esi
89 7d... |
./vs2008/normal/Debug/ooex11.exe | 0x40f5d1 | ___init_ctype | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 4c ?? sub esp, 0x4c<76>
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
33 db ?? xor ebx, ebx
56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
5... |
./vs2008/normal/Debug/ooex11.exe | 0x40f973 | ____mb_cur_max_func | 0 |
L1: e8 85 32 ff ff ?? call function 0x00402bfd
L2: 8b c8 ?? mov ecx, eax
8b 41 6c ?? mov eax, dword ds:[ecx + 0x6c<108>]
3b 05 b8 3a 42 00 ?? cmp eax, dword ds:[0x00423ab8]
74 10 ?? je basic block L5
L3: 8b 15 e4 3a 42 00 ?? mov edx, dword ds:[0x00423ae4]
85 51 70 ?? test dword ds:[ecx + 0x70<112>], edx
75 05 ?... |
./vs2008/normal/Debug/ooex11.exe | 0x40f99c | ____mb_cur_max_l_func | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
85 c0 ?? test eax, eax
75 06 ?? jne basic block L3
L2: 5d ?? pop ebp
e9 c5 ff ff ff ?? jmp function 0x0040f973
L3: 8b 00 ?? mov eax, dword ds:[eax]
8b 80 ac 00 00 00 ?? mov eax, dword ds:[eax + 0x000000ac<17... |
./vs2008/normal/Debug/ooex11.exe | 0x40f9b8 | ____lc_codepage_func | 0 |
L1: e8 40 32 ff ff ?? call function 0x00402bfd
L2: 8b c8 ?? mov ecx, eax
8b 41 6c ?? mov eax, dword ds:[ecx + 0x6c<108>]
3b 05 b8 3a 42 00 ?? cmp eax, dword ds:[0x00423ab8]
74 10 ?? je basic block L5
L3: 8b 15 e4 3a 42 00 ?? mov edx, dword ds:[0x00423ae4]
85 51 70 ?? test dword ds:[ecx + 0x70<112>], edx
75 05 ?... |
./vs2008/normal/Debug/ooex11.exe | 0x40f9de | ____lc_collate_cp_func | 0 |
L1: e8 1a 32 ff ff ?? call function 0x00402bfd
L2: 8b c8 ?? mov ecx, eax
8b 41 6c ?? mov eax, dword ds:[ecx + 0x6c<108>]
3b 05 b8 3a 42 00 ?? cmp eax, dword ds:[0x00423ab8]
74 10 ?? je basic block L5
L3: 8b 15 e4 3a 42 00 ?? mov edx, dword ds:[0x00423ae4]
85 51 70 ?? test dword ds:[ecx + 0x70<112>], edx
75 05 ?... |
./vs2008/normal/Debug/ooex11.exe | 0x40fa04 | ____lc_handle_func | 0 |
L1: e8 f4 31 ff ff ?? call function 0x00402bfd
L2: 8b c8 ?? mov ecx, eax
8b 41 6c ?? mov eax, dword ds:[ecx + 0x6c<108>]
3b 05 b8 3a 42 00 ?? cmp eax, dword ds:[0x00423ab8]
74 10 ?? je basic block L5
L3: 8b 15 e4 3a 42 00 ?? mov edx, dword ds:[0x00423ae4]
85 51 70 ?? test dword ds:[ecx + 0x70<112>], edx
75 05 ?... |
./vs2008/normal/Debug/ooex11.exe | 0x40fa2a | ___init_collate | 0 |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40fa2d | __Getdays_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
56 ?? push esi
57 ?? push edi
ff 75 08 ?? push dword ss:[ebp + 8]
8d 4d e8 ?? lea ecx, ss:[ebp + 0xe8<232,-24>]
33 db ?? xor ebx, ebx
e8 14 a8 ff ff ?? call function 0x0040a259
L2: 8b 45 e8 ?? mov eax... |
./vs2008/normal/Debug/ooex11.exe | 0x40fb2d | __Getdays | 0 |
L1: 6a 00 ?? push 0
e8 f9 fe ff ff ?? call function 0x0040fa2d
L2: 59 ?? pop ecx
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40fb36 | __Getmonths_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 1c ?? sub esp, 0x1c<28>
53 ?? push ebx
56 ?? push esi
57 ?? push edi
ff 75 08 ?? push dword ss:[ebp + 8]
8d 4d e4 ?? lea ecx, ss:[ebp + 0xe4<228,-28>]
33 db ?? xor ebx, ebx
e8 0b a7 ff ff ?? call function 0x0040a259
L2: 8b 45 e4 ?? mov eax... |
./vs2008/normal/Debug/ooex11.exe | 0x40fc36 | __Getmonths | 0 |
L1: 6a 00 ?? push 0
e8 f9 fe ff ff ?? call function 0x0040fb36
L2: 59 ?? pop ecx
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40fc3f | __Gettnames_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 24 ?? sub esp, 0x24<36>
53 ?? push ebx
56 ?? push esi
57 ?? push edi
ff 75 08 ?? push dword ss:[ebp + 8]
8d 4d dc ?? lea ecx, ss:[ebp + 0xdc<220,-36>]
33 ff ?? xor edi, edi
e8 02 a6 ff ff ?? call function 0x0040a259
L2: 8b 45 dc ?? mov eax... |
./vs2008/normal/Debug/ooex11.exe | 0x40ff96 | __Gettnames | 0 |
L1: 6a 00 ?? push 0
e8 a2 fc ff ff ?? call function 0x0040fc3f
L2: 59 ?? pop ecx
c3 ?? ret
|
./vs2008/normal/Debug/ooex11.exe | 0x40ff9f | _store_str | 0 |
L1: 83 38 00 ?? cmp dword ds:[eax], 0
56 ?? push esi
8b f2 ?? mov esi, edx
74 16 ?? je basic block L6
L2: 57 ?? push edi
L3: 8a 16 ?? mov dl, byte ds:[esi]
84 d2 ?? test dl, dl
74 0e ?? je basic block L5
L4: 8b 39 ?? mov edi, dword ds:[ecx]
88 17 ?? mov byte ds:[edi], dl
ff 01 ?? inc dword ds:[ecx]
46 ?? in... |
./vs2008/normal/Debug/ooex11.exe | 0x40ffbf | _store_number | 0 |
L1: 83 3e 01 ?? cmp dword ds:[esi], 1
8b 0f ?? mov ecx, dword ds:[edi]
53 ?? push ebx
76 19 ?? jbe basic block L4
L2: 6a 0a ?? push 10
99 ?? cdq
5b ?? pop ebx
f7 fb ?? idiv ebx
80 c2 30 ?? add dl, 0x30<48>
88 11 ?? mov byte ds:[ecx], dl
41 ?? inc ecx
ff 0e ?? dec dword ds:[esi]
8b 16 ?? mov edx, dword ds:[... |
./vs2008/normal/Debug/ooex11.exe | 0x40fff5 | _store_num | 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 f2 ?? mov esi, edx
33 d2 ?? xor edx, edx
89 55 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], edx
39 55 08 ?? cmp dword ss:[ebp + 8], edx
74 35 ?? je basic block L9
L2: 83 39 01 ?? cmp dword ds:[ecx], 1
... |
./vs2008/normal/Debug/ooex11.exe | 0x410070 | _expandtime | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
53 ?? push ebx
0f be c0 ?? movsx eax, al
83 f8 59 ?? cmp eax, 0x59<89>
56 ?? push esi
57 ?? push edi
8b d9 ?? mov ebx, ecx
8b f2 ?? mov esi, edx
0f 8f bd 01 00 00 ?? jg basic block L54
L2: 0f 84 85 01 00 00 ?? je basic block L49
... |
./vs2008/normal/Debug/ooex11.exe | 0x410458 | _store_winword | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 20 ?? sub esp, 0x20<32>
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 0c ?? mov eax, dword ss:[ebp + 12]
53 ?? push ebx
56 ?? push esi
8b 75 1c ?? mov esi, dw... |
./vs2008/normal/Debug/ooex11.exe | 0x4108b9 | __Strftime_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 20 ?? sub esp, 0x20<32>
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
53 ?? push ebx
ff 75 1c ?? push dword ss:[ebp + 0x1c<28>]
33 db ?? xor ebx, ebx
8d 4d e0 ?? lea ecx, ss:[ebp + 0xe0<224,-32>]
89 5d f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], ebx
... |
./vs2008/normal/Debug/ooex11.exe | 0x410a5d | __strftime_l | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 18 ?? push dword ss:[ebp + 0x18<24>]
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 41 fe ff ff ?? call functi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.