Binary stringlengths 25 43 | Addr stringlengths 8 8 | Name stringlengths 5 187 | Type class label 2
classes | Disassembly stringlengths 16 68.6k | Dirname stringlengths 16 28 | Exename stringclasses 17
values |
|---|---|---|---|---|---|---|
./vs2008/normal/Debug/ooex0.exe | 0x418190 | ___ascii_strnicmp | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
57 ?? push edi
56 ?? push esi
53 ?? push ebx
8b 4d 10 ?? mov ecx, dword ss:[ebp + 0x10<16>]
0b c9 ?? or ecx, ecx
74 4d ?? je basic block L16
L2: 8b 75 08 ?? mov esi, dword ss:[ebp + 8]
8b 7d 0c ?? mov edi, dword ss:[ebp + 12]
b7 41 ?? mov bh, 0x41<65>
b3 5a ?? mov bl... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x4181f1 | __mbsnbicoll_l | 0func |
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 14 ?? push dword ss:[ebp + 0x14<20>]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
e8 34 00 ff ff ?? call function 0x00408239
L2: 8b 4d 10 ?? mov ecx, dword ss:[ebp + 0x10<16>]
33 db ?? xor ebx, e... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x4182df | __mbsnbicoll | 0func |
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]
e8 fd fe ff ff ?? call function 0x004181f1
L2: 83 c4 10 ?? add esp, 0x10<16>
5d ?? pop ebp
c3 ?? ret
| vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x4182f9 | ___wtomb_environ | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
51 ?? push ecx
53 ?? push ebx
56 ?? push esi
33 f6 ?? xor esi, esi
57 ?? push edi
8b 3d 74 84 42 00 ?? mov edi, dword ds:[0x00428474]
89 75 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], esi
8b 07 ?? mov eax, dword ds:[edi]
3b c6 ?? cm... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x418390 | _calloc | 0func |
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
56 ?? push esi
8d 45 fc ?? lea eax, ss:[ebp + 0xfc<252,-4>]
50 ?? push eax
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 03 6f ff ff ?? call function... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x4183d0 | _strnlen | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
39 45 0c ?? cmp dword ss:[ebp + 12], eax
76 0f ?? jbe basic block L5
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
L3: 80 39 00 ?? cmp byte ds:[ecx], 0
74 07 ?? je basic block L5
L4: 40 ?? inc eax
41 ?? inc ecx
3b 45 0c ?? cm... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x4183ed | __crtGetStringTypeW_stat | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 7d 10 ff ?? cmp dword ss:[ebp + 0x10<16>], 0xff<255,-1>
7d 04 ?? jge basic block L3
L2: 33 c0 ?? xor eax, eax
5d ?? pop ebp
c3 ?? ret
L3: ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dw... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x418410 | ___crtGetStringTypeW | 0func |
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 16 fe fe ff ?? call function 0x00408239
L2: 83 7d 14 ff ?? cmp dword ss:[ebp + 0x14<20>], 0xff<255,-1>
7d 04 ?? jge basic block L4
L... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x41844e | strncnt | 0func |
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 | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x41846c | __crtCompareStringA_stat | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 2c ?? sub esp, 0x2c<44>
a1 3c 70 42 00 ?? mov eax, dword ds:[0x0042703c]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
8b 45 14 ?? mov eax, dword ss:[ebp + 0x14<20>]
53 ?? push ebx
56 ?? push esi
57 ?? push edi
3... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x4187dc | ___crtCompareStringA | 0func |
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 4a fa fe ff ?? call function 0x00408239
L2: ff 75 24 ?? push dword ss:[ebp + 0x24<36>]
8b 55 14 ?? mov edx, dword ss:[ebp + 0x14<20>]... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x41881e | __strnicoll_l | 0func |
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 14 ?? push dword ss:[ebp + 0x14<20>]
8d 4d f0 ?? lea ecx, ss:[ebp + 0xf0<240,-16>]
e8 07 fa fe ff ?? call function 0x00408239
L2: 8b 55 10 ?? mov edx, dword ss:[ebp + 0x10<16>]
33 db ?? xor ebx, e... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x418918 | __strnicoll | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 3d 1c 8a 42 00 00 ?? cmp dword ds:[0x00428a1c], 0
75 06 ?? jne basic block L3
L2: 5d ?? pop ebp
e9 18 e6 ff ff ?? jmp function 0x00416f44
L3: 6a 00 ?? push 0
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x418941 | findenv | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b 35 6c 84 42 00 ?? mov esi, dword ds:[0x0042846c]
eb 21 ?? jmp basic block L7
L2: 57 ?? push edi
50 ?? push eax
ff 75 08 ?? push dword ss:[ebp + 8]
e8 86 f9 ff ff ?? call function 0x004182df
L3: 83 c4 0c ?? add esp, 12
85 c0 ?? ... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x418993 | copy_environ | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
57 ?? push edi
8b f8 ?? mov edi, eax
33 c0 ?? xor eax, eax
8b cf ?? mov ecx, edi
85 ff ?? test edi, edi
74 46 ?? je basic block L13
L2: 39 07 ?? cmp dword ds:[edi], eax
74 09 ?? je basic block L4
L3: 83 c1 04 ?? add ecx, 4
40 ??... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x4189ed | ___crtsetenv | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 14 ?? sub esp, 0x14<20>
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
53 ?? push ebx
33 db ?? xor ebx, ebx
89 5d f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], ebx
3b c3 ?? cmp eax, ebx
75 1d ?? jne basic block L5
L2: e8 2d c4 fe ff ?? call function 0... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x418c38 | __strdup | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
53 ?? push ebx
33 db ?? xor ebx, ebx
39 5d 08 ?? cmp dword ss:[ebp + 8], ebx
75 04 ?? jne basic block L3
L2: 33 c0 ?? xor eax, eax
eb 41 ?? jmp basic block L13
L3: 56 ?? push esi
57 ?? push edi
ff 75 08 ?? push dword ss:[ebp + 8]
e8 1d d5 fe ff... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x418c8d | __mbschr_l | 0func |
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 98 f5 fe ff ?? call function 0x00408239
L2: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
33 db ?? xor ebx, ebx
3b ... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x418d49 | __mbschr | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
6a 00 ?? push 0
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 32 ff ff ff ?? call function 0x00418c8d
L2: 83 c4 0c ?? add esp, 12
5d ?? pop ebp
c3 ?? ret
| vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x418d70 | _strchr | 0func |
L1: 8d 42 ff ?? lea eax, ds:[edx + 0xff<255,-1>]
5b ?? pop ebx
c3 ?? ret
L2: 8d a4 24 00 00 00 00 ?? lea esp, ss:[esp + 0]
8d 64 24 00 ?? lea esp, ss:[esp + 0]
L3: 33 c0 ?? xor eax, eax
8a 44 24 08 ?? mov al, byte ss:[esp + 8]
53 ?? push ebx
8b d8 ?? mov ebx, eax
c1 e0 08 ?? shl eax, 8
8b 54 24 08 ?? mov edx... | vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex0.exe | 0x420fc1 | `operator new\'::`6\'::`dynamic atexit destructor for \'nomem\'\' | 0func |
L1: c7 05 00 81 42 00 70 2a ?? mov dword ds:[0x00428100], 0x00422a70
42 00
b9 00 81 42 00 ?? mov ecx, 0x00428100
e9 25 0b fe ff ?? jmp function 0x00401afa
| vs2008/normal/Debug | ooex0.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401060 | _main | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
6a ff ?? push 0xff<255,-1>
68 3b 01 42 00 ?? push 0x0042013b
64 a1 00 00 00 00 ?? mov eax, dword fs:[0]
50 ?? push eax
83 ec 28 ?? sub esp, 0x28<40>
56 ?? push esi
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax, ebp
50 ?? push eax
8d 45 f4 ?? lea e... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401170 | ??0Composite@@QAE@XZ | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
c7 00 01 00 00 00 ?? mov dword ds:[eax], 1
8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
c6 41 04 61 ?? mov byte ds:[ecx + 4], 0x61<97>
8b 45 fc ?? ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4011a0 | ?func3@Composite@@QAEHXZ | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
0f be 40 04 ?? movsx eax, byte ds:[eax + 4]
8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
03 01 ?? add eax, dword ds:[ecx]
8b e5 ?? mov esp, ebp
5d... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4011c0 | ??0Derived@@QAE@XZ | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
6a ff ?? push 0xff<255,-1>
68 6b 01 42 00 ?? push 0x0042016b
64 a1 00 00 00 00 ?? mov eax, dword fs:[0]
50 ?? push eax
83 ec 10 ?? sub esp, 0x10<16>
a1 3c 80 42 00 ?? mov eax, dword ds:[0x0042803c]
33 c5 ?? xor eax, ebp
50 ?? push eax
8d 45 f4 ?? lea eax, ss:[ebp + 0x... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4012a0 | ?func4@Derived@@QAEHXZ | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
83 78 0c 00 ?? cmp dword ds:[eax + 12], 0
74 0d ?? je basic block L4
L2: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
8b 49 0c ?? mov ecx, dword ds... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4012e0 | ?func5@Derived@@QAEHVComposite@@H@Z | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8d 4d 08 ?? lea ecx, ss:[ebp + 8]
e8 39 fd ff ff ?? call function 0x00401028
L2: 03 45 10 ?? add eax, dword ss:[ebp + 0x10<16>]
8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
03 01 ?? add eax, dword d... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401310 | ??_GDerived@@QAEPAXI@Z | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
e8 f0 fc ff ff ?? call function 0x0040100f
L2: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
83 e0 01 ?? and eax, 1
74 0c ?? je basic block L5
L3: 8b 4d fc ??... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401350 | ??1Derived@@QAE@XZ | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 08 ?? sub esp, 8
89 4d f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], ecx
8b 45 f8 ?? mov eax, dword ss:[ebp + 0xf8<248,-8>]
83 78 0c 00 ?? cmp dword ds:[eax + 12], 0
74 15 ?? je basic block L4
L2: 8b 4d f8 ?? mov ecx, dword ss:[ebp + 0xf8<248,-8>]
8b 51 0c ?? mov edx, ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401385 | ??3@YAXPAX@Z | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
5d ?? pop ebp
e9 5d 07 00 00 ?? jmp function 0x00401aed
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401390 | ??0bad_alloc@std@@QAE@XZ | 1method |
L1: 8b ff ?? mov edi, edi
56 ?? push esi
6a 01 ?? push 1
68 00 80 42 00 ?? push 0x00428000<"\\:B">
8b f1 ?? mov esi, ecx
e8 3e 08 00 00 ?? call function 0x00401bdf
L2: c7 06 70 3a 42 00 ?? mov dword ds:[esi], 0x00423a70
8b c6 ?? mov eax, esi
5e ?? pop esi
c3 ?? ret
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4013b6 | ??_Gbad_alloc@std@@UAEPAXI@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
c7 06 70 3a 42 00 ?? mov dword ds:[esi], 0x00423a70
e8 eb 08 00 00 ?? call function 0x00401cb4
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
74 07 ?? je basic block L5
L3: 56 ?? push esi
e8 b0 ff ff ff ?? call ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4013dd | ??0bad_alloc@std@@QAE@ABV01@@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
ff 75 08 ?? push dword ss:[ebp + 8]
8b f1 ?? mov esi, ecx
e8 0f 08 00 00 ?? call function 0x00401bfc
L2: c7 06 70 3a 42 00 ?? mov dword ds:[esi], 0x00423a70
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4013fa | ??2@YAPAXI@Z | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 0c ?? sub esp, 12
eb 0d ?? jmp basic block L4
L2: ff 75 08 ?? push dword ss:[ebp + 8]
e8 3a 0e 00 00 ?? call function 0x00402246
L3: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 0f ?? je basic block L7
L4: ff 75 08 ?? push dword ss:[ebp + 8]
e8... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x40145f | ?_JumpToContinuation@@YGXPAXPAUEHRegistrationNode@@@Z | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
53 ?? push ebx
8b 45 0c ?? mov eax, dword ss:[ebp + 12]
83 c0 0c ?? add eax, 12
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
64 8b 1d 00 00 00 00 ?? mov ebx, dword fs:[0]
8b 03 ?? mov eax, dword ds:[ebx]
64 a3 00 00 00 00 ?? ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401491 | ?_CallMemberFunction0@@YGXPAX0@Z | 0func |
L1: 58 ?? pop eax
59 ?? pop ecx
87 04 24 ?? xchg dword ss:[esp], eax
ff e0 ?? jmp eax
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401498 | ?_CallMemberFunction1@@YGXPAX00@Z | 0func |
L1: 58 ?? pop eax
59 ?? pop ecx
87 04 24 ?? xchg dword ss:[esp], eax
ff e0 ?? jmp eax
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x40149f | ?_CallMemberFunction2@@YGXPAX00H@Z | 0func |
L1: 58 ?? pop eax
59 ?? pop ecx
87 04 24 ?? xchg dword ss:[esp], eax
ff e0 ?? jmp eax
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4014a6 | ?_UnwindNestedFrames@@YGXPAUEHRegistrationNode@@PAUEHExceptionRecord@@@Z | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
51 ?? push ecx
53 ?? push ebx
56 ?? push esi
57 ?? push edi
64 8b 35 00 00 00 00 ?? mov esi, dword fs:[0]
89 75 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], esi
c7 45 f8 d1 14 40 00 ?? mov dword ss:[ebp + 0xf8<248,-8>], basic block L2
... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4014fa | ___CxxFrameHandler | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 08 ?? sub esp, 8
53 ?? push ebx
56 ?? push esi
57 ?? push edi
fc ?? cld
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
33 c0 ?? xor eax, eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
ff 75 14 ?? push dword... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401530 | ___CxxFrameHandler3 | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 08 ?? sub esp, 8
53 ?? push ebx
56 ?? push esi
57 ?? push edi
fc ?? cld
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
33 c0 ?? xor eax, eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
ff 75 14 ?? push dword... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401566 | ___CxxFrameHandler2 | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 08 ?? sub esp, 8
53 ?? push ebx
56 ?? push esi
57 ?? push edi
fc ?? cld
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
33 c0 ?? xor eax, eax
50 ?? push eax
50 ?? push eax
50 ?? push eax
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
ff 75 14 ?? push dword... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x40159c | ___CxxLongjmpUnwind@4 | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
ff 70 1c ?? push dword ds:[eax + 0x1c<28>]
ff 70 28 ?? push dword ds:[eax + 0x28<40>]
6a 00 ?? push 0
ff 70 18 ?? push dword ds:[eax + 0x18<24>]
e8 fe 0d 00 00 ?? call function 0x004023b2
L2: 83 c4 10 ?? add... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4015bb | CatchGuardHandler | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
fc ?? cld
8b 75 0c ?? mov esi, dword ss:[ebp + 12]
8b 4e 08 ?? mov ecx, dword ds:[esi + 8]
33 ce ?? xor ecx, esi
e8 0f 03 00 00 ?? call function 0x004018de
L2: 6a 00 ?? push 0
56 ?? push esi
ff 76 14 ?? push dword ds:[esi + 0x14<2... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4016c5 | TranslatorGuardHandler | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
53 ?? push ebx
fc ?? cld
8b 45 0c ?? mov eax, dword ss:[ebp + 12]
8b 48 08 ?? mov ecx, dword ds:[eax + 8]
33 4d 0c ?? xor ecx, dword ss:[ebp + 12]
e8 03 02 00 00 ?? call function 0x004018de
L2: 8b 45 08 ?? mov eax, dword ss:[ebp + ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401764 | ?_GetRangeOfTrysToCheck@@YAPBU_s_TryBlockMapEntry@@PBU_s_FuncInfo@@HHPAI1@Z | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
53 ?? push ebx
56 ?? push esi
57 ?? push edi
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
8b 47 10 ?? mov eax, dword ds:[edi + 0x10<16>]
8b 77 0c ?? mov esi, dword ds:[edi + 12]
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
8b de ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4017d9 | __CreateFrameInfo | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 0c ?? mov eax, dword ss:[ebp + 12]
56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
89 06 ?? mov dword ds:[esi], eax
e8 d3 1f 00 00 ?? call function 0x004037bf
L2: 8b 80 98 00 00 00 ?? mov eax, dword ds:[eax + 0x00000098<152>]
89 46 04... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x40182c | __FindAndUnlinkFrame | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
e8 88 1f 00 00 ?? call function 0x004037bf
L2: 8b 75 08 ?? mov esi, dword ss:[ebp + 8]
3b b0 98 00 00 00 ?? cmp esi, dword ds:[eax + 0x00000098<152>]
75 11 ?? jne basic block L6
L3: e8 78 1f 00 00 ?? call function 0x004037bf
L4: 8b ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4018de | @__security_check_cookie@4 | 0func |
L1: 3b 0d 3c 80 42 00 ?? cmp ecx, dword ds:[0x0042803c]
75 02 ?? jne basic block L3
L2: f3 c3 ?? ret
L3: e9 0f 23 00 00 ?? jmp function 0x00403bfc
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4018ed | _srand | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
e8 c8 1e 00 00 ?? call function 0x004037bf
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
89 48 14 ?? mov dword ds:[eax + 0x14<20>], ecx
5d ?? pop ebp
c3 ?? ret
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4018ff | _rand | 0func |
L1: e8 bb 1e 00 00 ?? call function 0x004037bf
L2: 8b 48 14 ?? mov ecx, dword ds:[eax + 0x14<20>]
69 c9 fd 43 03 00 ?? imul ecx, ecx, 0x000343fd
81 c1 c3 9e 26 00 ?? add ecx, 0x00269ec3
89 48 14 ?? mov dword ds:[eax + 0x14<20>], ecx
8b c1 ?? mov eax, ecx
c1 e8 10 ?? shr eax, 0x10<16>
25 ff 7f 00 00 ?? and eax, ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401921 | fast_error_exit | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 3d 18 91 42 00 02 ?? cmp dword ds:[0x00429118], 2
74 05 ?? je basic block L3
L2: e8 c3 29 00 00 ?? call function 0x004042f7
L3: ff 75 08 ?? push dword ss:[ebp + 8]
e8 ea 27 00 00 ?? call function 0x00404126
L4: 68 ff 00 00 00 ?? push 0x000000ff<... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x40194a | check_managed_app | 0func |
L1: b8 4d 5a 00 00 ?? mov eax, 0x00005a4d<23117>
66 39 05 00 00 40 00 ?? cmp word ds:[0x00400000], ax
75 36 ?? jne basic block L6
L2: a1 3c 00 40 00 ?? mov eax, dword ds:[0x0040003c]
81 b8 00 00 40 00 50 45 ?? cmp dword ds:[eax + 0x00400000], 0x00004550<17744>
00 00
75 25 ?? jne basic block L6
L3: b9 0b 01 00 0... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401991 | __tmainCRTStartup | 0func |
L1: 6a 14 ?? push 0x14<20>
68 80 73 42 00 ?? push 0x00427380
e8 5f 33 00 00 ?? call function 0x00404cfc
L2: b8 4d 5a 00 00 ?? mov eax, 0x00005a4d<23117>
66 39 05 00 00 40 00 ?? cmp word ds:[0x00400000], ax
75 38 ?? jne basic block L7
L3: a1 3c 00 40 00 ?? mov eax, dword ds:[0x0040003c]
81 b8 00 00 40 00 50 45 ?... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401ae3 | _mainCRTStartup | 0func |
L1: e8 34 34 00 00 ?? call function 0x00404f1c
L2: e9 a4 fe ff ff ?? jmp function 0x00401991
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401aed | _free | 0func |
L1: 6a 0c ?? push 12
68 a0 73 42 00 ?? push 0x004273a0
e8 03 32 00 00 ?? call function 0x00404cfc
L2: 8b 75 08 ?? mov esi, dword ss:[ebp + 8]
85 f6 ?? test esi, esi
74 75 ?? je basic block L19
L3: 83 3d 34 9c 42 00 03 ?? cmp dword ds:[0x00429c34], 3
75 43 ?? jne basic block L12
L4: 6a 04 ?? push 4
e8 61 37 00... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401b7b | ??0exception@std@@QAE@XZ | 1method |
L1: 8b c1 ?? mov eax, ecx
83 60 04 00 ?? and dword ds:[eax + 4], 0
83 60 08 00 ?? and dword ds:[eax + 8], 0
c7 00 90 3a 42 00 ?? mov dword ds:[eax], 0x00423a90
c3 ?? ret
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401b8c | ??0exception@std@@QAE@ABQBD@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
53 ?? push ebx
8b 5d 08 ?? mov ebx, dword ss:[ebp + 8]
56 ?? push esi
57 ?? push edi
8b f9 ?? mov edi, ecx
c7 07 90 3a 42 00 ?? mov dword ds:[edi], 0x00423a90
8b 03 ?? mov eax, dword ds:[ebx]
85 c0 ?? test eax, eax
74 26 ?? je basic block L7
L2... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401bfc | ??0exception@std@@QAE@ABV01@@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
53 ?? push ebx
8b 5d 08 ?? mov ebx, dword ss:[ebp + 8]
56 ?? push esi
8b f1 ?? mov esi, ecx
c7 06 90 3a 42 00 ?? mov dword ds:[esi], 0x00423a90
8b 43 08 ?? mov eax, dword ds:[ebx + 8]
89 46 08 ?? mov dword ds:[esi + 8], eax
85 c0 ?? test eax, eax... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401c59 | ??4exception@std@@QAEAAV01@ABV01@@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
53 ?? push ebx
8b 5d 08 ?? mov ebx, dword ss:[ebp + 8]
56 ?? push esi
57 ?? push edi
8b f9 ?? mov edi, ecx
3b fb ?? cmp edi, ebx
74 41 ?? je basic block L11
L2: 8b 43 08 ?? mov eax, dword ds:[ebx + 8]
89 47 08 ?? mov dword ds:[edi + 8], eax
85 ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401cb4 | ??1exception@std@@UAE@XZ | 1method |
L1: 83 79 08 00 ?? cmp dword ds:[ecx + 8], 0
c7 01 90 3a 42 00 ?? mov dword ds:[ecx], 0x00423a90
74 09 ?? je basic block L4
L2: ff 71 04 ?? push dword ds:[ecx + 4]
e8 25 fe ff ff ?? call function 0x00401aed
L3: 59 ?? pop ecx
L4: c3 ?? ret
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401cca | ?what@exception@std@@UBEPBDXZ | 1method |
L1: 8b 41 04 ?? mov eax, dword ds:[ecx + 4]
85 c0 ?? test eax, eax
75 05 ?? jne basic block L3
L2: b8 98 3a 42 00 ?? mov eax, 0x00423a98<"Unknown exception">
L3: c3 ?? ret
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401cd7 | ??0bad_cast@std@@QAE@PBD@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8d 45 08 ?? lea eax, ss:[ebp + 8]
50 ?? push eax
8b f1 ?? mov esi, ecx
e8 a4 fe ff ff ?? call function 0x00401b8c
L2: c7 06 b0 3a 42 00 ?? mov dword ds:[esi], 0x00423ab0
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401cf5 | ??0bad_cast@std@@QAE@ABV01@@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
ff 75 08 ?? push dword ss:[ebp + 8]
8b f1 ?? mov esi, ecx
e8 f7 fe ff ff ?? call function 0x00401bfc
L2: c7 06 b0 3a 42 00 ?? mov dword ds:[esi], 0x00423ab0
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401d12 | ??1bad_cast@std@@UAE@XZ | 1method |
L1: c7 01 b0 3a 42 00 ?? mov dword ds:[ecx], 0x00423ab0
e9 97 ff ff ff ?? jmp function 0x00401cb4
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401d3b | ??0bad_typeid@std@@QAE@ABV01@@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
ff 75 08 ?? push dword ss:[ebp + 8]
8b f1 ?? mov esi, ecx
e8 b1 fe ff ff ?? call function 0x00401bfc
L2: c7 06 bc 3a 42 00 ?? mov dword ds:[esi], 0x00423abc
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401d58 | ??1bad_typeid@std@@UAE@XZ | 1method |
L1: c7 01 bc 3a 42 00 ?? mov dword ds:[ecx], 0x00423abc
e9 51 ff ff ff ?? jmp function 0x00401cb4
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401d63 | ??0__non_rtti_object@std@@QAE@PBD@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
ff 75 08 ?? push dword ss:[ebp + 8]
8b f1 ?? mov esi, ecx
e8 aa ff ff ff ?? call function 0x00401d1d
L2: c7 06 c8 3a 42 00 ?? mov dword ds:[esi], 0x00423ac8
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401d80 | ??0__non_rtti_object@std@@QAE@ABV01@@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
ff 75 08 ?? push dword ss:[ebp + 8]
8b f1 ?? mov esi, ecx
e8 ab ff ff ff ?? call function 0x00401d3b
L2: c7 06 c8 3a 42 00 ?? mov dword ds:[esi], 0x00423ac8
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401d9d | ??1__non_rtti_object@std@@UAE@XZ | 1method |
L1: c7 01 bc 3a 42 00 ?? mov dword ds:[ecx], 0x00423abc
e9 0c ff ff ff ?? jmp function 0x00401cb4
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401da8 | ??_Eexception@std@@UAEPAXI@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
e8 ff fe ff ff ?? call function 0x00401cb4
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
74 07 ?? je basic block L5
L3: 56 ?? push esi
e8 c4 f5 ff ff ?? call function 0x00401385
L4: 59 ?? pop ecx
L5: 8b c6 ?? ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401da8 | ??_Gexception@std@@UAEPAXI@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
e8 ff fe ff ff ?? call function 0x00401cb4
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
74 07 ?? je basic block L5
L3: 56 ?? push esi
e8 c4 f5 ff ff ?? call function 0x00401385
L4: 59 ?? pop ecx
L5: 8b c6 ?? ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401dc9 | ??_Ebad_cast@std@@UAEPAXI@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
c7 06 b0 3a 42 00 ?? mov dword ds:[esi], 0x00423ab0
e8 d8 fe ff ff ?? call function 0x00401cb4
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
74 07 ?? je basic block L5
L3: 56 ?? push esi
e8 9d f5 ff ff ?? call ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401dc9 | ??_Gbad_cast@std@@UAEPAXI@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
c7 06 b0 3a 42 00 ?? mov dword ds:[esi], 0x00423ab0
e8 d8 fe ff ff ?? call function 0x00401cb4
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
74 07 ?? je basic block L5
L3: 56 ?? push esi
e8 9d f5 ff ff ?? call ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401df0 | ??_Ebad_typeid@std@@UAEPAXI@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
c7 06 bc 3a 42 00 ?? mov dword ds:[esi], 0x00423abc
e8 b1 fe ff ff ?? call function 0x00401cb4
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
74 07 ?? je basic block L5
L3: 56 ?? push esi
e8 76 f5 ff ff ?? call ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401df0 | ??_Gbad_typeid@std@@UAEPAXI@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
c7 06 bc 3a 42 00 ?? mov dword ds:[esi], 0x00423abc
e8 b1 fe ff ff ?? call function 0x00401cb4
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
74 07 ?? je basic block L5
L3: 56 ?? push esi
e8 76 f5 ff ff ?? call ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401e17 | ??_E__non_rtti_object@std@@UAEPAXI@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
c7 06 bc 3a 42 00 ?? mov dword ds:[esi], 0x00423abc
e8 8a fe ff ff ?? call function 0x00401cb4
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
74 07 ?? je basic block L5
L3: 56 ?? push esi
e8 4f f5 ff ff ?? call ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401e17 | ??_G__non_rtti_object@std@@UAEPAXI@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
c7 06 bc 3a 42 00 ?? mov dword ds:[esi], 0x00423abc
e8 8a fe ff ff ?? call function 0x00401cb4
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
74 07 ?? je basic block L5
L3: 56 ?? push esi
e8 4f f5 ff ff ?? call ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401e3e | ?name@type_info@@QBEPBDPAU__type_info_node@@@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 08 ?? push dword ss:[ebp + 8]
51 ?? push ecx
e8 df 45 00 00 ?? call function 0x0040642b
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c2 04 00 ?? ret 4
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401e52 | ??1type_info@@UAE@XZ | 1method |
L1: 8b ff ?? mov edi, edi
51 ?? push ecx
c7 01 d4 3a 42 00 ?? mov dword ds:[ecx], 0x00423ad4
e8 5b 45 00 00 ?? call function 0x004063bb
L2: 59 ?? pop ecx
c3 ?? ret
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401e62 | ??_Etype_info@@UAEPAXI@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
e8 e3 ff ff ff ?? call function 0x00401e52
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
74 07 ?? je basic block L5
L3: 56 ?? push esi
e8 0a f5 ff ff ?? call function 0x00401385
L4: 59 ?? pop ecx
L5: 8b c6 ?? ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401e62 | ??_Gtype_info@@UAEPAXI@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
e8 e3 ff ff ff ?? call function 0x00401e52
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
74 07 ?? je basic block L5
L3: 56 ?? push esi
e8 0a f5 ff ff ?? call function 0x00401385
L4: 59 ?? pop ecx
L5: 8b c6 ?? ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401e83 | ?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 08 ?? push dword ss:[ebp + 8]
51 ?? push ecx
e8 32 47 00 00 ?? call function 0x004065c3
L2: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c2 04 00 ?? ret 4
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401e97 | ?_type_info_dtor_internal_method@type_info@@QAEXXZ | 1method |
L1: 8b ff ?? mov edi, edi
51 ?? push ecx
e8 81 46 00 00 ?? call function 0x00406520
L2: 59 ?? pop ecx
c3 ?? ret
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401ea1 | ??8type_info@@QBE_NABV0@@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
83 c1 09 ?? add ecx, 9
51 ?? push ecx
83 c0 09 ?? add eax, 9
50 ?? push eax
e8 7a 48 00 00 ?? call function 0x00406730
L2: f7 d8 ?? neg eax
59 ?? pop ecx
1b c0 ?? sbb eax, eax
59 ?? pop ecx
40 ?? inc eax... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401ec1 | ??9type_info@@QBE_NABV0@@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
83 c1 09 ?? add ecx, 9
51 ?? push ecx
83 c0 09 ?? add eax, 9
50 ?? push eax
e8 5a 48 00 00 ?? call function 0x00406730
L2: f7 d8 ?? neg eax
59 ?? pop ecx
1b c0 ?? sbb eax, eax
59 ?? pop ecx
f7 d8 ?? neg ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401ee2 | ?before@type_info@@QBEHABV1@@Z | 1method |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
83 c1 09 ?? add ecx, 9
51 ?? push ecx
83 c0 09 ?? add eax, 9
50 ?? push eax
e8 39 48 00 00 ?? call function 0x00406730
L2: 59 ?? pop ecx
59 ?? pop ecx
33 c9 ?? xor ecx, ecx
85 c0 ?? test eax, eax
0f 9f c... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401f06 | ?raw_name@type_info@@QBEPBDXZ | 1method |
L1: 8d 41 08 ?? lea eax, ds:[ecx + 8]
c3 ?? ret
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401f15 | ??4type_info@@AAEAAV0@ABV0@@Z | 1method |
L1: 8b c1 ?? mov eax, ecx
c2 04 00 ?? ret 4
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401f1a | _onexit_nolock | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
53 ?? push ebx
56 ?? push esi
57 ?? push edi
ff 35 94 9d 42 00 ?? push dword ds:[0x00429d94]
e8 08 16 00 00 ?? call function 0x00403536
L2: ff 35 90 9d 42 00 ?? push dword ds:[0x00429d90]
8b f8 ?? mov edi, eax
89 7d fc ?? mov dwor... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x401fd4 | ___onexitinit | 0func |
L1: 8b ff ?? mov edi, edi
56 ?? push esi
6a 04 ?? push 4
6a 20 ?? push 0x20<32>
e8 58 48 00 00 ?? call function 0x00406838
L2: 8b f0 ?? mov esi, eax
56 ?? push esi
e8 d3 14 00 00 ?? call function 0x004034bb
L3: 83 c4 0c ?? add esp, 12
a3 94 9d 42 00 ?? mov dword ds:[0x00429d94], eax
a3 90 9d 42 00 ?? mov dwo... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x402041 | _atexit | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 08 ?? push dword ss:[ebp + 8]
e8 b7 ff ff ff ?? call function 0x00402005
L2: f7 d8 ?? neg eax
1b c0 ?? sbb eax, eax
f7 d8 ?? neg eax
59 ?? pop ecx
48 ?? dec eax
5d ?? pop ebp
c3 ?? ret
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x402058 | _V6_HeapAlloc | 0func |
L1: 6a 0c ?? push 12
68 e0 73 42 00 ?? push 0x004273e0
e8 98 2c 00 00 ?? call function 0x00404cfc
L2: 83 65 e4 00 ?? and dword ss:[ebp + 0xe4<228,-28>], 0
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
3b 35 24 9c 42 00 ?? cmp esi, dword ds:[0x00429c24]
77 22 ?? ja basic block L6
L3: 6a 04 ?? push 4
e8 f7 31 00 00 ??... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4020a7 | __heap_alloc | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
83 3d b4 98 42 00 00 ?? cmp dword ds:[0x004298b4], 0
75 18 ?? jne basic block L6
L2: e8 3d 22 00 00 ?? call function 0x004042f7
L3: 6a 1e ?? push 0x1e<30>
e8 65 20 00 00 ?? call function 0x00404126
L4: 68 ff 00 00 00 ?? push 0x000000ff<255>
e8 0b ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x402121 | _malloc | 0func |
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]
83 fe e0 ?? cmp esi, 0xe0<224,-32>
0f 87 a1 00 00 00 ?? ja basic block L30
L2: 53 ?? push ebx
57 ?? push edi
8b 3d c4 a1 42 00 ?? mov edi, dword ds:[0x0042a1c4]
L3: 83 3d b4 98 42 00 00 ?? cm... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4021eb | __initp_heap_handler | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
a3 1c 91 42 00 ?? mov dword ds:[0x0042911c], eax
5d ?? pop ebp
c3 ?? ret
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x4021fa | ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
6a 04 ?? push 4
e8 6a 30 00 00 ?? call function 0x00405271
L2: ff 35 1c 91 42 00 ?? push dword ds:[0x0042911c]
e8 24 13 00 00 ?? call function 0x00403536
L3: ff 75 08 ?? push dword ss:[ebp + 8]
8b f0 ?? mov esi, eax
e8 9f 12 00 00 ... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x402239 | ?_query_new_handler@@YAP6AHI@ZXZ | 0func |
L1: ff 35 1c 91 42 00 ?? push dword ds:[0x0042911c]
e8 f2 12 00 00 ?? call function 0x00403536
L2: 59 ?? pop ecx
c3 ?? ret
| vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x402246 | __callnewh | 0func |
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
ff 35 1c 91 42 00 ?? push dword ds:[0x0042911c]
e8 e0 12 00 00 ?? call function 0x00403536
L2: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 0f ?? je basic block L6
L3: ff 75 08 ?? push dword ss:[ebp + 8]
ff d0 ?? call eax
L4: 59 ?? pop ecx
85 c0 ?? t... | vs2008/normal/Debug | ooex1.exe |
./vs2008/normal/Debug/ooex1.exe | 0x40226e | __CxxThrowException@8 | 0func |
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]
56 ?? push esi
57 ?? push edi
6a 08 ?? push 8
59 ?? pop ecx
be d8 3a 42 00 ?? mov esi, 0x00423ad8
8d 7d e0 ?? lea edi, ss:[ebp + 0xe0<224,-32>]
f3 a5 ?? rep_movsd
89 45 f8 ??... | vs2008/normal/Debug | ooex1.exe |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.