Binary stringlengths 25 43 | Addr stringlengths 8 8 | Name stringlengths 5 187 | Type int64 0 1 | Disassembly stringlengths 16 68.6k |
|---|---|---|---|---|
./vs2008/normal/Debug/ooex1.exe | 0x40501a | __dosmaperr | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
e8 e2 ff ff ff ?? call function 0x00405007
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
51 ?? push ecx
89 08 ?? mov dword ds:[eax], ecx
e8 82 ff ff ff ?? call function 0x00404fb2
L3: 59 ?? pop ecx
8b f0 ?? mov esi, eax
e8 bc ff ff ... |
./vs2008/normal/Debug/ooex1.exe | 0x40503d | __set_errno | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
e8 ff e6 ff ff ?? call function 0x00403746
L2: 85 c0 ?? test eax, eax
75 05 ?? jne basic block L4
L3: 6a 0c ?? push 12
58 ?? pop eax
5d ?? pop ebp
c3 ?? ret
L4: e8 9f ff ff ff ?? call function 0x00404ff4
L5: 8b 4d 08 ?? mov ecx, dword ss:[ebp + ... |
./vs2008/normal/Debug/ooex1.exe | 0x40505e | __get_errno | 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]
33 c0 ?? xor eax, eax
3b f0 ?? cmp esi, eax
75 12 ?? jne basic block L4
L2: 50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
e8 4e 3c 00 00 ?? call function 0x004... |
./vs2008/normal/Debug/ooex1.exe | 0x40508d | __set_doserrno | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
e8 af e6 ff ff ?? call function 0x00403746
L2: 85 c0 ?? test eax, eax
75 05 ?? jne basic block L4
L3: 6a 0c ?? push 12
58 ?? pop eax
5d ?? pop ebp
c3 ?? ret
L4: e8 62 ff ff ff ?? call function 0x00405007
L5: 8b 4d 08 ?? mov ecx, dword ss:[ebp + ... |
./vs2008/normal/Debug/ooex1.exe | 0x4050ae | __get_doserrno | 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]
33 c0 ?? xor eax, eax
3b f0 ?? cmp esi, eax
75 12 ?? jne basic block L4
L2: 50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
e8 fe 3b 00 00 ?? call function 0x004... |
./vs2008/normal/Debug/ooex1.exe | 0x4050dd | __mtinitlocks | 0 |
L1: 8b ff ?? mov edi, edi
56 ?? push esi
57 ?? push edi
33 f6 ?? xor esi, esi
bf b8 98 42 00 ?? mov edi, 0x004298b8
L2: 83 3c f5 8c 83 42 00 01 ?? cmp dword ds:[0x0042838c + esi * 8], 1
75 1e ?? jne basic block L5
L3: 8d 04 f5 88 83 42 00 ?? lea eax, ds:[0x00428388 + esi * 8]
89 38 ?? mov dword ds:[eax], edi
... |
./vs2008/normal/Debug/ooex1.exe | 0x405128 | __mtdeletelocks | 0 |
L1: 8b ff ?? mov edi, edi
53 ?? push ebx
8b 1d 40 a2 42 00 ?? mov ebx, dword ds:[0x0042a240]
56 ?? push esi
be 88 83 42 00 ?? mov esi, 0x00428388
57 ?? push edi
L2: 8b 3e ?? mov edi, dword ds:[esi]
85 ff ?? test edi, edi
74 13 ?? je basic block L7
L3: 83 7e 04 01 ?? cmp dword ds:[esi + 4], 1
74 0d ?? je basi... |
./vs2008/normal/Debug/ooex1.exe | 0x40517f | __unlock | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
ff 34 c5 88 83 42 00 ?? push dword ds:[0x00428388 + eax * 8]
ff 15 60 a2 42 00 ?? call dword ds:[0x0042a260]
L2: 5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x405196 | __lockerr_exit | 0 |
L1: ff 74 24 04 ?? push dword ss:[esp + 4]
6a 00 ?? push 0
ff 15 64 a2 42 00 ?? call dword ds:[0x0042a264]
L2: 68 ff 00 00 00 ?? push 0x000000ff<255>
e8 2a ec ff ff ?? call function 0x00403dd6
L3: 59 ?? pop ecx
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x4051ae | __mtinitlocknum | 0 |
L1: 6a 0c ?? push 12
68 90 76 42 00 ?? push 0x00427690
e8 42 fb ff ff ?? call function 0x00404cfc
L2: 33 ff ?? xor edi, edi
47 ?? inc edi
89 7d e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], edi
33 db ?? xor ebx, ebx
39 1d b4 98 42 00 ?? cmp dword ds:[0x004298b4], ebx
75 18 ?? jne basic block L7
L3: e8 28 f1 ff ff... |
./vs2008/normal/Debug/ooex1.exe | 0x405271 | __lock | 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
8d 34 c5 88 83 42 00 ?? lea esi, ds:[0x00428388 + eax * 8]
83 3e 00 ?? cmp dword ds:[esi], 0
75 13 ?? jne basic block L6
L2: 50 ?? push eax
e8 22 ff ff ff ?? call function 0x004051ae
L3: 59 ?... |
./vs2008/normal/Debug/ooex1.exe | 0x4052a4 | __get_sbh_threshold | 0 |
L1: 83 3d b4 98 42 00 00 ?? cmp dword ds:[0x004298b4], 0
75 03 ?? jne basic block L3
L2: 33 c0 ?? xor eax, eax
c3 ?? ret
L3: a1 34 9c 42 00 ?? mov eax, dword ds:[0x00429c34]
83 e8 03 ?? sub eax, 3
f7 d8 ?? neg eax
1b c0 ?? sbb eax, eax
f7 d0 ?? not eax
23 05 24 9c 42 00 ?? and eax, dword ds:[0x00429c24]
c3 ?... |
./vs2008/normal/Debug/ooex1.exe | 0x4052c5 | __set_amblksiz | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8d 48 ff ?? lea ecx, ds:[eax + 0xff<255,-1>]
56 ?? push esi
83 f9 fe ?? cmp ecx, 0xfe<254,-2>
76 1f ?? jbe basic block L6
L2: e8 19 fd ff ff ?? call function 0x00404ff4
L3: 33 f6 ?? xor esi, esi
L4: 56 ?? p... |
./vs2008/normal/Debug/ooex1.exe | 0x405310 | __get_amblksiz | 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 d0 fc ff ff ?? call function 0x00404ff4
L3: 56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ?? push esi
56 ??... |
./vs2008/normal/Debug/ooex1.exe | 0x405351 | ___sbh_heap_init | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
68 40 01 00 00 ?? push 0x00000140<320>
6a 00 ?? push 0
ff 35 b4 98 42 00 ?? push dword ds:[0x004298b4]
ff 15 c4 a1 42 00 ?? call dword ds:[0x0042a1c4]
L2: a3 20 9c 42 00 ?? mov dword ds:[0x00429c20], eax
85 c0 ?? test eax, eax
75 02 ?? jne basic b... |
./vs2008/normal/Debug/ooex1.exe | 0x40539f | ___sbh_find_block | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 0d 1c 9c 42 00 ?? mov ecx, dword ds:[0x00429c1c]
a1 20 9c 42 00 ?? mov eax, dword ds:[0x00429c20]
6b c9 14 ?? imul ecx, ecx, 0x14<20>
03 c8 ?? add ecx, eax
eb 11 ?? jmp basic block L4
L2: 8b 55 08 ?? mov edx, dword ss:[ebp + 8]
2b 50 0c ?? sub ... |
./vs2008/normal/Debug/ooex1.exe | 0x4053cf | ___sbh_free_block | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
8b 41 10 ?? mov eax, dword ds:[ecx + 0x10<16>]
56 ?? push esi
8b 75 0c ?? mov esi, dword ss:[ebp + 12]
57 ?? push edi
8b fe ?? mov edi, esi
2b 79 0c ?? sub edi, dword ds:[ecx +... |
./vs2008/normal/Debug/ooex1.exe | 0x4056e5 | ___sbh_alloc_new_region | 0 |
L1: a1 2c 9c 42 00 ?? mov eax, dword ds:[0x00429c2c]
56 ?? push esi
8b 35 1c 9c 42 00 ?? mov esi, dword ds:[0x00429c1c]
57 ?? push edi
33 ff ?? xor edi, edi
3b f0 ?? cmp esi, eax
75 34 ?? jne basic block L6
L2: 83 c0 10 ?? add eax, 0x10<16>
6b c0 14 ?? imul eax, eax, 0x14<20>
50 ?? push eax
ff 35 20 9c 42 00... |
./vs2008/normal/Debug/ooex1.exe | 0x405795 | ___sbh_alloc_new_group | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
51 ?? push ecx
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
8b 41 08 ?? mov eax, dword ds:[ecx + 8]
53 ?? push ebx
56 ?? push esi
8b 71 10 ?? mov esi, dword ds:[ecx + 0x10<16>]
57 ?? push edi
33 db ?? xor ebx, ebx
eb 03 ?? jmp basic b... |
./vs2008/normal/Debug/ooex1.exe | 0x40589d | ___sbh_resize_block | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 0c ?? sub esp, 12
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
8b 41 10 ?? mov eax, dword ds:[ecx + 0x10<16>]
53 ?? push ebx
56 ?? push esi
8b 75 10 ?? mov esi, dword ss:[ebp + 0x10<16>]
57 ?? push edi
8b 7d 0c ?? mov edi, dword ss:[ebp + 12]
8... |
./vs2008/normal/Debug/ooex1.exe | 0x405b7e | ___sbh_heapmin | 0 |
L1: a1 08 9a 42 00 ?? mov eax, dword ds:[0x00429a08]
85 c0 ?? test eax, eax
0f 84 bf 00 00 00 ?? je basic block L11
L2: 8b 0d 30 9c 42 00 ?? mov ecx, dword ds:[0x00429c30]
68 00 40 00 00 ?? push 0x00004000<16384>
c1 e1 0f ?? shl ecx, 15
03 48 0c ?? add ecx, dword ds:[eax + 12]
68 00 80 00 00 ?? push 0x00008000<... |
./vs2008/normal/Debug/ooex1.exe | 0x405c4b | ___sbh_heap_check | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
a1 20 9c 42 00 ?? mov eax, dword ds:[0x00429c20]
81 ec 38 01 00 00 ?? sub esp, 0x00000138<312>
53 ?? push ebx
33 db ?? xor ebx, ebx
3b c3 ?? cmp eax, ebx
75 08 ?? jne basic block L3
L2: 83 c8 ff ?? or eax, 0xff<255,-1>
e9 85 02 00 00 ?? jmp basic... |
./vs2008/normal/Debug/ooex1.exe | 0x405f2f | __set_sbh_threshold | 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 b4 98 42 00 ?? cmp dword ds:[0x004298b4], esi
75 07 ?? jne basic block L3
L2: 33 c0 ?? xor eax, eax
e9 95 00 00 00 ?? jmp basic block L23
L3: a1 34 9c 42 00 ?? mov eax, dword ds:[0x00429c34]
83 f8 03 ?? ... |
./vs2008/normal/Debug/ooex1.exe | 0x405fde | ___sbh_alloc_block | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 14 ?? sub esp, 0x14<20>
a1 1c 9c 42 00 ?? mov eax, dword ds:[0x00429c1c]
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
6b c0 14 ?? imul eax, eax, 0x14<20>
03 05 20 9c 42 00 ?? add eax, dword ds:[0x00429c20]
83 c1 17 ?? add ecx, 0x17<23>
83 e1 f0 ?... |
./vs2008/normal/Debug/ooex1.exe | 0x4062c3 | _strcpy_s | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
53 ?? push ebx
33 db ?? xor ebx, ebx
56 ?? push esi
57 ?? push edi
3b cb ?? cmp ecx, ebx
74 07 ?? je basic block L3
L2: 8b 7d 0c ?? mov edi, dword ss:[ebp + 12]
3b fb ?? cmp edi, ebx
77 1b ?? ja basic blo... |
./vs2008/normal/Debug/ooex1.exe | 0x406330 | _strlen | 0 |
L1: 8b 4c 24 04 ?? mov ecx, dword ss:[esp + 4]
f7 c1 03 00 00 00 ?? test ecx, 3
74 24 ?? je basic block L5
L2: 8a 01 ?? mov al, byte ds:[ecx]
83 c1 01 ?? add ecx, 1
84 c0 ?? test al, al
74 4e ?? je basic block L11
L3: f7 c1 03 00 00 00 ?? test ecx, 3
75 ef ?? jne basic block L2
L4: 05 00 00 00 00 ?? add eax, ... |
./vs2008/normal/Debug/ooex1.exe | 0x4063bb | ?_Type_info_dtor@type_info@@CAXPAV1@@Z | 1 |
L1: 6a 0c ?? push 12
68 b0 76 42 00 ?? push 0x004276b0
e8 35 e9 ff ff ?? call function 0x00404cfc
L2: 6a 0e ?? push 14
e8 a3 ee ff ff ?? call function 0x00405271
L3: 59 ?? pop ecx
83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
8b 4e 04 ?? mov ecx, dword ds:[esi + 4]... |
./vs2008/normal/Debug/ooex1.exe | 0x40642b | ?_Name_base@type_info@@CAPBDPBV1@PAU__type_info_node@@@Z | 1 |
L1: 6a 0c ?? push 12
68 d0 76 42 00 ?? push 0x004276d0
e8 c5 e8 ff ff ?? call function 0x00404cfc
L2: 8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
33 db ?? xor ebx, ebx
39 5f 04 ?? cmp dword ds:[edi + 4], ebx
0f 85 c6 00 00 00 ?? jne basic block L27
L3: 68 00 28 00 00 ?? push 0x00002800<10240>
68 ed 1a 40 00 ?? pus... |
./vs2008/normal/Debug/ooex1.exe | 0x406520 | ?_Type_info_dtor_internal@type_info@@CAXPAV1@@Z | 1 |
L1: 6a 0c ?? push 12
68 f0 76 42 00 ?? push 0x004276f0
e8 d0 e7 ff ff ?? call function 0x00404cfc
L2: 6a 0e ?? push 14
e8 3e ed ff ff ?? call function 0x00405271
L3: 59 ?? pop ecx
83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
8b 4e 04 ?? mov ecx, dword ds:[esi + 4]... |
./vs2008/normal/Debug/ooex1.exe | 0x406590 | ___unDNameHelper | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
66 83 7d 14 00 ?? cmp word ss:[ebp + 0x14<20>], 0
75 07 ?? jne basic block L3
L2: c7 45 14 00 28 00 00 ?? mov dword ss:[ebp + 0x14<20>], 0x00002800<10240>
L3: ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
68 ed 1a 40 00 ?? push function 0x00401aed
68 ... |
./vs2008/normal/Debug/ooex1.exe | 0x4065c3 | ?_Name_base_internal@type_info@@CAPBDPBV1@PAU__type_info_node@@@Z | 1 |
L1: 6a 10 ?? push 0x10<16>
68 10 77 42 00 ?? push 0x00427710
e8 2d e7 ff ff ?? call function 0x00404cfc
L2: 33 db ?? xor ebx, ebx
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
39 5e 04 ?? cmp dword ds:[esi + 4], ebx
0f 85 e0 00 00 00 ?? jne basic block L28
L3: 6a 0e ?? push 14
e8 8d ec ff ff ?? call function 0x00405... |
./vs2008/normal/Debug/ooex1.exe | 0x4066d2 | ___clean_type_info_names_internal | 0 |
L1: 6a 08 ?? push 8
68 30 77 42 00 ?? push 0x00427730
e8 1e e6 ff ff ?? call function 0x00404cfc
L2: 6a 0e ?? push 14
e8 8c eb ff ff ?? call function 0x00405271
L3: 59 ?? pop ecx
83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8b 70 04 ?? mov esi, dword ds:[eax + 4]
... |
./vs2008/normal/Debug/ooex1.exe | 0x406730 | _strcmp | 0 |
L1: 8b 54 24 04 ?? mov edx, dword ss:[esp + 4]
8b 4c 24 08 ?? mov ecx, dword ss:[esp + 8]
f7 c2 03 00 00 00 ?? test edx, 3
75 3c ?? jne basic block L14
L2: 8b 02 ?? mov eax, dword ds:[edx]
3a 01 ?? cmp al, byte ds:[ecx]
75 2e ?? jne basic block L13
L3: 0a c0 ?? or al, al
74 26 ?? je basic block L11
L4: 3a 61 ... |
./vs2008/normal/Debug/ooex1.exe | 0x4067b8 | _wait_a_bit | 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]
56 ?? push esi
ff 15 0c a2 42 00 ?? call dword ds:[0x0042a20c]
L2: 81 c6 e8 03 00 00 ?? add esi, 0x000003e8<1000>
3b 35 14 9a 42 00 ?? cmp esi, dword ds:[0x00429a14]
76 03 ?? jbe basic block L... |
./vs2008/normal/Debug/ooex1.exe | 0x4067de | __set_malloc_crt_max_wait | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
a1 14 9a 42 00 ?? mov eax, dword ds:[0x00429a14]
89 0d 14 9a 42 00 ?? mov dword ds:[0x00429a14], ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x4067f3 | __malloc_crt | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
57 ?? push edi
33 f6 ?? xor esi, esi
L2: ff 75 08 ?? push dword ss:[ebp + 8]
e8 1d b9 ff ff ?? call function 0x00402121
L3: 8b f8 ?? mov edi, eax
59 ?? pop ecx
85 ff ?? test edi, edi
75 27 ?? jne basic block L9
L4: 39 05 14 9a 42... |
./vs2008/normal/Debug/ooex1.exe | 0x406838 | __calloc_crt | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
57 ?? push edi
33 f6 ?? xor esi, esi
L2: 6a 00 ?? push 0
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 1f 8c 00 00 ?? call function 0x0040f46d
L3: 8b f8 ?? mov edi, eax
83 c4 0c ?? add esp, 12
85 ff ... |
./vs2008/normal/Debug/ooex1.exe | 0x406884 | __realloc_crt | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
57 ?? push edi
33 f6 ?? xor esi, esi
L2: ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 f3 8c 00 00 ?? call function 0x0040f58b
L3: 8b f8 ?? mov edi, eax
59 ?? pop ecx
59 ?? pop ecx
85 ff ?? test edi,... |
./vs2008/normal/Debug/ooex1.exe | 0x4068d2 | __recalloc_crt | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
57 ?? push edi
33 f6 ?? xor esi, esi
L2: 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 bd 8e 00 00 ?? call function 0x0040f7a6
L3: 8b f8 ?? mov edi, eax
83 c... |
./vs2008/normal/Debug/ooex1.exe | 0x406924 | __msize | 0 |
L1: 6a 10 ?? push 0x10<16>
68 50 77 42 00 ?? push 0x00427750
e8 cc e3 ff ff ?? call function 0x00404cfc
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 af e6 ff ff ?? ca... |
./vs2008/normal/Debug/ooex1.exe | 0x4069c7 | __EH_prolog3 | 0 |
L1: 50 ?? push eax
64 ff 35 00 00 00 00 ?? push dword fs:[0]
8d 44 24 0c ?? lea eax, ss:[esp + 12]
2b 64 24 0c ?? sub esp, dword ss:[esp + 12]
53 ?? push ebx
56 ?? push esi
57 ?? push edi
89 28 ?? mov dword ds:[eax], ebp
8b e8 ?? mov ebp, eax
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax,... |
./vs2008/normal/Debug/ooex1.exe | 0x4069fa | __EH_prolog3_catch | 0 |
L1: 50 ?? push eax
64 ff 35 00 00 00 00 ?? push dword fs:[0]
8d 44 24 0c ?? lea eax, ss:[esp + 12]
2b 64 24 0c ?? sub esp, dword ss:[esp + 12]
53 ?? push ebx
56 ?? push esi
57 ?? push edi
89 28 ?? mov dword ds:[eax], ebp
8b e8 ?? mov ebp, eax
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax,... |
./vs2008/normal/Debug/ooex1.exe | 0x406a30 | __EH_prolog3_GS | 0 |
L1: 50 ?? push eax
64 ff 35 00 00 00 00 ?? push dword fs:[0]
8d 44 24 0c ?? lea eax, ss:[esp + 12]
2b 64 24 0c ?? sub esp, dword ss:[esp + 12]
53 ?? push ebx
56 ?? push esi
57 ?? push edi
89 28 ?? mov dword ds:[eax], ebp
8b e8 ?? mov ebp, eax
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax,... |
./vs2008/normal/Debug/ooex1.exe | 0x406a66 | __EH_prolog3_catch_GS | 0 |
L1: 50 ?? push eax
64 ff 35 00 00 00 00 ?? push dword fs:[0]
8d 44 24 0c ?? lea eax, ss:[esp + 12]
2b 64 24 0c ?? sub esp, dword ss:[esp + 12]
53 ?? push ebx
56 ?? push esi
57 ?? push edi
89 28 ?? mov dword ds:[eax], ebp
8b e8 ?? mov ebp, eax
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax,... |
./vs2008/normal/Debug/ooex1.exe | 0x406a9f | __EH_epilog3 | 0 |
L1: 8b 4d f4 ?? mov ecx, dword ss:[ebp + 0xf4<244,-12>]
64 89 0d 00 00 00 00 ?? mov dword fs:[0], ecx
59 ?? pop ecx
5f ?? pop edi
5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
8b e5 ?? mov esp, ebp
5d ?? pop ebp
51 ?? push ecx
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x406ab3 | __EH_epilog3_GS | 0 |
L1: 8b 4d f0 ?? mov ecx, dword ss:[ebp + 0xf0<240,-16>]
33 cd ?? xor ecx, ebp
e8 21 ae ff ff ?? call function 0x004018de
L2: e9 dd ff ff ff ?? jmp function 0x00406a9f
|
./vs2008/normal/Debug/ooex1.exe | 0x406ac2 | __EH_epilog3_catch_GS | 0 |
L1: 8b 4d ec ?? mov ecx, dword ss:[ebp + 0xec<236,-20>]
33 cd ?? xor ecx, ebp
e8 12 ae ff ff ?? call function 0x004018de
L2: e9 ce ff ff ff ?? jmp function 0x00406a9f
|
./vs2008/normal/Debug/ooex1.exe | 0x406ad1 | ?_ValidateRead@@YAHPBXI@Z | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
40 ?? inc eax
83 7d 08 00 ?? cmp dword ss:[ebp + 8], 0
75 02 ?? jne basic block L3
L2: 33 c0 ?? xor eax, eax
L3: 5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x406ae3 | ?_ValidateWrite@@YAHPAXI@Z | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
40 ?? inc eax
83 7d 08 00 ?? cmp dword ss:[ebp + 8], 0
75 02 ?? jne basic block L3
L2: 33 c0 ?? xor eax, eax
L3: 5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x406af5 | ?_ValidateExecute@@YAHP6GHXZ@Z | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
40 ?? inc eax
83 7d 08 00 ?? cmp dword ss:[ebp + 8], 0
75 02 ?? jne basic block L3
L2: 33 c0 ?? xor eax, eax
L3: 5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x406b10 | _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 bl... |
./vs2008/normal/Debug/ooex1.exe | 0x406e75 | ____setlc_active_func | 0 |
L1: a1 f4 9b 42 00 ?? mov eax, dword ds:[0x00429bf4]
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x406e7b | ____unguarded_readlc_active_add_func | 0 |
L1: b8 04 9c 42 00 ?? mov eax, 0x00429c04
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x406e81 | ___freetlocinfo | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
53 ?? push ebx
56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
8b 86 bc 00 00 00 ?? mov eax, dword ds:[esi + 0x000000bc<188>]
33 db ?? xor ebx, ebx
57 ?? push edi
3b c3 ?? cmp eax, ebx
74 6f ?? je basic block L18
L2: 3d e8 8b 42 00 ?? cmp... |
./vs2008/normal/Debug/ooex1.exe | 0x406fca | ___addlocaleref | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
53 ?? push ebx
56 ?? push esi
8b 35 e4 a1 42 00 ?? mov esi, dword ds:[0x0042a1e4]
57 ?? push edi
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
57 ?? push edi
ff d6 ?? call esi
L2: 8b 87 b0 00 00 00 ?? mov eax, dword ds:[edi + 0x000000b0<176>]
85 c0 ??... |
./vs2008/normal/Debug/ooex1.exe | 0x407059 | ___removelocaleref | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
57 ?? push edi
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
85 ff ?? test edi, edi
0f 84 83 00 00 00 ?? je basic block L21
L2: 53 ?? push ebx
56 ?? push esi
8b 35 f0 a1 42 00 ?? mov esi, dword ds:[0x0042a1f0]
57 ?? push edi
ff d6 ?? call esi
L3: 8b ... |
./vs2008/normal/Debug/ooex1.exe | 0x4070f2 | _copytlocinfo_nolock | 0 |
L1: 8b ff ?? mov edi, edi
56 ?? push esi
8b f1 ?? mov esi, ecx
85 f6 ?? test esi, esi
74 1b ?? je basic block L6
L2: 85 c0 ?? test eax, eax
74 17 ?? je basic block L6
L3: 3b c6 ?? cmp eax, esi
74 13 ?? je basic block L6
L4: 57 ?? push edi
6a 36 ?? push 0x36<54>
59 ?? pop ecx
8b f8 ?? mov edi, eax
f3 a5 ??... |
./vs2008/normal/Debug/ooex1.exe | 0x407118 | _updatetlocinfoEx_nolock | 0 |
L1: 85 ff ?? test edi, edi
74 37 ?? je basic block L12
L2: 85 c0 ?? test eax, eax
74 33 ?? je basic block L12
L3: 56 ?? push esi
8b 30 ?? mov esi, dword ds:[eax]
3b f7 ?? cmp esi, edi
74 28 ?? je basic block L11
L4: 57 ?? push edi
89 38 ?? mov dword ds:[eax], edi
e8 9b fe ff ff ?? call function 0x00406fca
L... |
./vs2008/normal/Debug/ooex1.exe | 0x407156 | ___updatetlocinfo | 0 |
L1: 6a 0c ?? push 12
68 70 77 42 00 ?? push 0x00427770
e8 9a db ff ff ?? call function 0x00404cfc
L2: e8 58 c6 ff ff ?? call function 0x004037bf
L3: 8b f0 ?? mov esi, eax
a1 1c 8c 42 00 ?? mov eax, dword ds:[0x00428c1c]
85 46 70 ?? test dword ds:[esi + 0x70<112>], eax
74 22 ?? je basic block L12
L4: 83 7e 6c 0... |
./vs2008/normal/Debug/ooex1.exe | 0x4071cc | __configthreadlocale | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
57 ?? push edi
e8 e7 c5 ff ff ?? call function 0x004037bf
L2: 8b 48 70 ?? mov ecx, dword ds:[eax + 0x70<112>]
f6 c1 02 ?? test cl, 2
6a 00 ?? push 0
5a ?? pop edx
0f 94 c2 ?? sete dl
42 ?? inc edx
8b fa ?? mov edi, edx
8b 55 08 ... |
./vs2008/normal/Debug/ooex1.exe | 0x407236 | sync_legacy_variables_lk | 0 |
L1: a1 a8 85 42 00 ?? mov eax, dword ds:[0x004285a8]
8b 48 04 ?? mov ecx, dword ds:[eax + 4]
89 0d 38 9a 42 00 ?? mov dword ds:[0x00429a38], ecx
8b 48 08 ?? mov ecx, dword ds:[eax + 8]
89 0d 3c 9a 42 00 ?? mov dword ds:[0x00429a3c], ecx
8b 88 a8 00 00 00 ?? mov ecx, dword ds:[eax + 0x000000a8<168>]
89 0d ac 85 4... |
./vs2008/normal/Debug/ooex1.exe | 0x407289 | __free_locale | 0 |
L1: 6a 08 ?? push 8
68 90 77 42 00 ?? push 0x00427790
e8 67 da ff ff ?? call function 0x00404cfc
L2: 8b 75 08 ?? mov esi, dword ss:[ebp + 8]
85 f6 ?? test esi, esi
0f 84 8d 00 00 00 ?? je basic block L22
L3: 6a 0d ?? push 13
e8 ca df ff ff ?? call function 0x00405271
L4: 59 ?? pop ecx
83 65 fc 00 ?? and dword... |
./vs2008/normal/Debug/ooex1.exe | 0x40734b | ___free_locale | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
5d ?? pop ebp
e9 33 ff ff ff ?? jmp function 0x00407289
|
./vs2008/normal/Debug/ooex1.exe | 0x407356 | __get_current_locale | 0 |
L1: 6a 0c ?? push 12
68 b8 77 42 00 ?? push 0x004277b8
e8 9a d9 ff ff ?? call function 0x00404cfc
L2: e8 58 c4 ff ff ?? call function 0x004037bf
L3: 8b f8 ?? mov edi, eax
6a 01 ?? push 1
6a 08 ?? push 8
e8 c6 f4 ff ff ?? call function 0x00406838
L4: 59 ?? pop ecx
59 ?? pop ecx
8b f0 ?? mov esi, eax
89 75 e4... |
./vs2008/normal/Debug/ooex1.exe | 0x407405 | ___get_current_locale | 0 |
L1: e9 4c ff ff ff ?? jmp function 0x00407356
|
./vs2008/normal/Debug/ooex1.exe | 0x40740a | ___init_dummy | 0 |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x40740d | __strcats | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
53 ?? push ebx
57 ?? push edi
8b 7d 10 ?? mov edi, dword ss:[ebp + 0x10<16>]
33 db ?? xor ebx, ebx
3b fb ?? cmp edi, ebx
7e 2c ?? jle basic block L9
L2: 56 ?? push esi
8d 75 10 ?? lea esi, ss:[ebp + 0x10<16>]
L3: 83 c6 04 ?? add esi, 4
ff 36 ??... |
./vs2008/normal/Debug/ooex1.exe | 0x40744d | ___lc_strtolc | 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]
68 90 00 00 00 ?? push 0x00000090<144>
33 db ?? xor ebx, ebx
53 ?? push ebx
57 ?? push edi
e8 aa a7 00 00 ?? call function 0x00411c10
L2: 8b 75 0c ?? mov esi, ... |
./vs2008/normal/Debug/ooex1.exe | 0x407576 | ___lc_lctostr | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
53 ?? push ebx
56 ?? push esi
8b 75 10 ?? mov esi, dword ss:[ebp + 0x10<16>]
56 ?? push esi
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 37 ed ff ff ?? call function 0x004062c3
L2: 83 c4 0c ?? add esp, 12
33 db ?? ... |
./vs2008/normal/Debug/ooex1.exe | 0x4075e3 | _setlocale_get_all | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 14 ?? sub esp, 0x14<20>
53 ?? push ebx
33 db ?? xor ebx, ebx
43 ?? inc ebx
68 55 03 00 00 ?? push 0x00000355<853>
89 5d f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], ebx
e8 f7 f1 ff ff ?? call function 0x004067f3
L2: 59 ?? pop ecx
89 45 ec ?? ... |
./vs2008/normal/Debug/ooex1.exe | 0x407760 | __expandlocale | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec b4 00 00 00 ?? sub esp, 0x000000b4<180>
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
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 0... |
./vs2008/normal/Debug/ooex1.exe | 0x407991 | _setlocale_set_cat | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec c4 01 00 00 ?? sub esp, 0x000001c4<452>
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
53 ?? push ebx
57 ?? push edi
8b d9 ?? mov ebx, ecx
e8 10 be ff ff ?? call fun... |
./vs2008/normal/Debug/ooex1.exe | 0x407c93 | _setlocale_nolock | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec 98 00 00 00 ?? sub esp, 0x00000098<152>
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
53 ?? push ebx
56 ?? push esi
33 db ??... |
./vs2008/normal/Debug/ooex1.exe | 0x407eae | __create_locale | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 7d 08 05 ?? cmp dword ss:[ebp + 8], 5
56 ?? push esi
57 ?? push edi
77 24 ?? ja basic block L7
L2: 83 7d 0c 00 ?? cmp dword ss:[ebp + 12], 0
74 1e ?? je basic block L7
L3: 33 ff ?? xor edi, edi
47 ?? inc edi
57 ?? push edi
6a 08 ?? push 8
e... |
./vs2008/normal/Debug/ooex1.exe | 0x407fa3 | ___create_locale | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
5d ?? pop ebp
e9 00 ff ff ff ?? jmp function 0x00407eae
|
./vs2008/normal/Debug/ooex1.exe | 0x407fae | _setlocale | 0 |
L1: 6a 14 ?? push 0x14<20>
68 e0 77 42 00 ?? push 0x004277e0
e8 42 cd ff ff ?? call function 0x00404cfc
L2: 33 db ?? xor ebx, ebx
89 5d e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], ebx
83 7d 08 05 ?? cmp dword ss:[ebp + 8], 5
76 1f ?? jbe basic block L6
L3: e8 2a d0 ff ff ?? call function 0x00404ff4
L4: c7 00 16 ... |
./vs2008/normal/Debug/ooex1.exe | 0x40811e | ??1_LocaleUpdate@@QAE@XZ | 1 |
L1: 80 79 0c 00 ?? cmp byte ds:[ecx + 12], 0
74 07 ?? je basic block L3
L2: 8b 41 08 ?? mov eax, dword ds:[ecx + 8]
83 60 70 fd ?? and dword ds:[eax + 0x70<112>], 0xfd<253,-3>
L3: c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x40812c | ?GetLocaleT@_LocaleUpdate@@QAEPAUlocaleinfo_struct@@XZ | 1 |
L1: 8b c1 ?? mov eax, ecx
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x40812f | CPtoLCID | 0 |
L1: 2d a4 03 00 00 ?? sub eax, 0x000003a4<932>
74 22 ?? je basic block L9
L2: 83 e8 04 ?? sub eax, 4
74 17 ?? je basic block L8
L3: 83 e8 0d ?? sub eax, 13
74 0c ?? je basic block L7
L4: 48 ?? dec eax
74 03 ?? je basic block L6
L5: 33 c0 ?? xor eax, eax
c3 ?? ret
L6: b8 04 04 00 00 ?? mov eax, 0x00000404<102... |
./vs2008/normal/Debug/ooex1.exe | 0x40815e | setSBCS | 0 |
L1: 8b ff ?? mov edi, edi
56 ?? push esi
57 ?? push edi
8b f0 ?? mov esi, eax
68 01 01 00 00 ?? push 0x00000101<257>
33 ff ?? xor edi, edi
8d 46 1c ?? lea eax, ds:[esi + 0x1c<28>]
57 ?? push edi
50 ?? push eax
e8 9b 9a 00 00 ?? call function 0x00411c10
L2: 33 c0 ?? xor eax, eax
0f b7 c8 ?? movzx ecx, ax
8b... |
./vs2008/normal/Debug/ooex1.exe | 0x4081c2 | setSBUpLow | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec 1c 05 00 00 ?? sub esp, 0x0000051c<1308>
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
53 ?? push ebx
57 ?? push edi
8d 85 e8 fa ff ff ?? lea eax, ss:[ebp + 0xfffffa... |
./vs2008/normal/Debug/ooex1.exe | 0x408355 | ___updatetmbcinfo | 0 |
L1: 6a 0c ?? push 12
68 18 78 42 00 ?? push 0x00427818
e8 9b c9 ff ff ?? call function 0x00404cfc
L2: e8 59 b4 ff ff ?? call function 0x004037bf
L3: 8b f8 ?? mov edi, eax
a1 1c 8c 42 00 ?? mov eax, dword ds:[0x00428c1c]
85 47 70 ?? test dword ds:[edi + 0x70<112>], eax
74 1d ?? je basic block L11
L4: 83 7f 6c 0... |
./vs2008/normal/Debug/ooex1.exe | 0x4083f9 | ??0_LocaleUpdate@@QAE@PAUlocaleinfo_struct@@@Z | 1 |
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
8b f1 ?? mov esi, ecx
c6 46 0c 00 ?? mov byte ds:[esi + 12], 0
85 c0 ?? test eax, eax
75 63 ?? jne basic block L13
L2: e8 ae b3 ff ff ?? call function 0x004037bf
L3: 89 46 08 ?? mov dword ds:... |
./vs2008/normal/Debug/ooex1.exe | 0x408480 | getSystemCP | 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
53 ?? push ebx
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
e8 65 ff ff ff ?? call function 0x004083f9
L2: 89 1d 40 9a 42 00 ?? mov dword ds:[0x00429a40], ebx
83 fe fe ?? cmp esi... |
./vs2008/normal/Debug/ooex1.exe | 0x4084fc | __setmbcp_nolock | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 20 ?? sub esp, 0x20<32>
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
53 ?? push ebx
8b 5d 0c ?? mov ebx, dword ss:[ebp + 12]
56 ?? push esi
8b 75 08 ?? mov esi, dw... |
./vs2008/normal/Debug/ooex1.exe | 0x4086e1 | __getmbcp | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
6a 00 ?? push 0
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
e8 06 fd ff ff ?? call function 0x004083f9
L2: 8b 45 f4 ?? mov eax, dword ss:[ebp + 0xf4<244,-12>]
83 78 08 00 ?? cmp dword ds:[eax + 8], 0
74 12 ?? je bas... |
./vs2008/normal/Debug/ooex1.exe | 0x40871f | __setmbcp | 0 |
L1: 6a 14 ?? push 0x14<20>
68 38 78 42 00 ?? push 0x00427838
e8 d1 c5 ff ff ?? call function 0x00404cfc
L2: 83 4d e0 ff ?? or dword ss:[ebp + 0xe0<224,-32>], 0xff<255,-1>
e8 8b b0 ff ff ?? call function 0x004037bf
L3: 8b f8 ?? mov edi, eax
89 7d dc ?? mov dword ss:[ebp + 0xdc<220,-36>], edi
e8 17 fc ff ff ?? ca... |
./vs2008/normal/Debug/ooex1.exe | 0x4088b9 | ___initmbctable | 0 |
L1: 83 3d 98 9d 42 00 00 ?? cmp dword ds:[0x00429d98], 0
75 12 ?? jne basic block L4
L2: 6a fd ?? push 0xfd<253,-3>
e8 56 fe ff ff ?? call function 0x0040871f
L3: 59 ?? pop ecx
c7 05 98 9d 42 00 01 00 ?? mov dword ds:[0x00429d98], 1
00 00
L4: 33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x4088d7 | _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 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
f6 05 d8 8a 42 00 01 ?? test byte ds:[0x00428ad8], 1
56 ?? push esi
74 08 ?? je... |
./vs2008/normal/Debug/ooex1.exe | 0x4089ee | __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 d8 8a 42 00 ?? mov eax, dword ds:[0x00428ad8]
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 d8 8a 42 ... |
./vs2008/normal/Debug/ooex1.exe | 0x408a10 | __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 28 8a 40 00 ?? push basic block L2
ff 75 08 ?? push dword ss:[ebp + 8]
e8 c6 05 01 00 ?? call function 0x00418fee
L2: 5d ?? pop ebp
5f ?? pop edi
5e ?? pop esi
5b ?? pop... |
./vs2008/normal/Debug/ooex1.exe | 0x408a30 | __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 8e 8e ff ff ?? call function... |
./vs2008/normal/Debug/ooex1.exe | 0x408a75 | __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 30 8a 40 00 ?? push function 0x00408a30
64 ff 35 00 00 00 00 ?? push dword fs:[0]
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c4 ?? xor eax, e... |
./vs2008/normal/Debug/ooex1.exe | 0x408af9 | __abnormal_termination | 0 |
L1: 33 c0 ?? xor eax, eax
64 8b 0d 00 00 00 00 ?? mov ecx, dword fs:[0]
81 79 04 30 8a 40 00 ?? cmp dword ds:[ecx + 4], function 0x00408a30
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/ooex1.exe | 0x408b1c | __NLG_Notify1 | 0 |
L1: 53 ?? push ebx
51 ?? push ecx
bb dc 8a 42 00 ?? mov ebx, 0x00428adc
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/ooex1.exe | 0x408b25 | __NLG_Notify | 0 |
L1: 53 ?? push ebx
51 ?? push ecx
bb dc 8a 42 00 ?? mov ebx, 0x00428adc
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/ooex1.exe | 0x408b44 | __NLG_Call | 0 |
L1: ff d0 ?? call eax
L2: c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x408b47 | __crt_debugger_hook | 0 |
L1: 83 25 e8 9b 42 00 00 ?? and dword ds:[0x00429be8], 0
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x408b4f | __initp_misc_invarg | 0 |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
a3 5c 9a 42 00 ?? mov dword ds:[0x00429a5c], eax
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex1.exe | 0x408b5e | __invoke_watson | 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 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
83 a5 d8 fc ff ff 00 ?? and dword ss:[ebp + 0xfffffcd8<4294966488,-808>], 0
53 ?... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.