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
0x40a9fd
?getString@pDNameNode@@UBEPADPAD0@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 8b 49 04 ?? mov ecx, dword ds:[ecx + 4] 85 c9 ?? test ecx, ecx 74 06 ?? je basic block L3 L2: 5d ?? pop ebp e9 fa fe ff ff ?? jmp function 0x0040a909 L3: 8b 45 08 ?? mov eax, dword ss:[ebp + 8] 5d ?? pop ebp c2 08 00 ?? ret 8
./vs2008/normal/Debug/ooex1.exe
0x40aa16
??0DNameStatusNode@@AAE@W4DNameStatus@@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 8b 55 08 ?? mov edx, dword ss:[ebp + 8] 8b c1 ?? mov eax, ecx 89 50 04 ?? mov dword ds:[eax + 4], edx 4a ?? dec edx f7 da ?? neg edx 1b d2 ?? sbb edx, edx 83 e2 fc ?? and edx, 0xfc<252,-4> 83 c2 04 ?? add edx, 4 c7 00 e4 4a 42 00 ?? mov dword ds...
./vs2008/normal/Debug/ooex1.exe
0x40aa3b
?length@DNameStatusNode@@UBEHXZ
1
L1: 8b 41 08 ?? mov eax, dword ds:[ecx + 8] c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x40aa3f
?getLastChar@DNameStatusNode@@UBEDXZ
1
L1: 83 79 04 01 ?? cmp dword ds:[ecx + 4], 1 0f 95 c0 ?? setne al fe c8 ?? dec al 24 20 ?? and al, 0x20<32> c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x40aad1
??0pairNode@@QAE@PAVDNameNode@@0@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 8b c1 ?? mov eax, ecx 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8] 83 48 0c ff ?? or dword ds:[eax + 12], 0xff<255,-1> 89 48 04 ?? mov dword ds:[eax + 4], ecx 8b 4d 0c ?? mov ecx, dword ss:[ebp + 12] c7 00 f0 4a 42 00 ?? mov dword ds:[eax], 0x00424af0 ...
./vs2008/normal/Debug/ooex1.exe
0x40aaf2
?length@pairNode@@UBEHXZ
1
L1: 8b ff ?? mov edi, edi 56 ?? push esi 8b f1 ?? mov esi, ecx 83 7e 0c 00 ?? cmp dword ds:[esi + 12], 0 7d 1b ?? jge basic block L5 L2: 8b 4e 08 ?? mov ecx, dword ds:[esi + 8] 8b 01 ?? mov eax, dword ds:[ecx] 53 ?? push ebx 57 ?? push edi 8b 7e 04 ?? mov edi, dword ds:[esi + 4] ff 10 ?? call dword ds:[eax] ...
./vs2008/normal/Debug/ooex1.exe
0x40ab1d
?getLastChar@pairNode@@UBEDXZ
1
L1: 8b ff ?? mov edi, edi 56 ?? push esi 8b f1 ?? mov esi, ecx 8b 4e 08 ?? mov ecx, dword ds:[esi + 8] 8b 01 ?? mov eax, dword ds:[ecx] ff 50 04 ?? call dword ds:[eax + 4] L2: 84 c0 ?? test al, al 75 09 ?? jne basic block L4 L3: 8b 4e 04 ?? mov ecx, dword ds:[esi + 4] 8b 01 ?? mov eax, dword ds:[ecx] 5e ?? p...
./vs2008/normal/Debug/ooex1.exe
0x40ab39
?getString@pairNode@@UBEPADPAD0@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 56 ?? push esi ff 75 0c ?? push dword ss:[ebp + 12] 8b f1 ?? mov esi, ecx 8b 4e 04 ?? mov ecx, dword ds:[esi + 4] ff 75 08 ?? push dword ss:[ebp + 8] 8b 01 ?? mov eax, dword ds:[ecx] ff 50 08 ?? call dword ds:[eax + 8] L2: 3b 45 0c ?? cmp eax, dw...
./vs2008/normal/Debug/ooex1.exe
0x40ab65
und_strlen
0
L1: 33 c0 ?? xor eax, eax 38 01 ?? cmp byte ds:[ecx], al 74 07 ?? je basic block L3 L2: 40 ?? inc eax 41 ?? inc ecx 80 39 00 ?? cmp byte ds:[ecx], 0 75 f9 ?? jne basic block L2 L3: c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x40ab73
und_memcpy
0
L1: 8b ff ?? mov edi, edi 56 ?? push esi 8b f2 ?? mov esi, edx 85 f6 ?? test esi, esi 76 0b ?? jbe basic block L5 L2: 2b c8 ?? sub ecx, eax L3: 8a 14 01 ?? mov dl, byte ds:[ecx + eax] 88 10 ?? mov byte ds:[eax], dl 40 ?? inc eax 4e ?? dec esi L4: 75 f7 ?? jne basic block L3 L5: 5e ?? pop esi c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x40ab89
und_strncmp
0
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 83 7d 08 00 ?? cmp dword ss:[ebp + 8], 0 75 10 ?? jne basic block L6 L2: 33 c0 ?? xor eax, eax 5d ?? pop ebp c3 ?? ret L3: 8a 01 ?? mov al, byte ds:[ecx] 84 c0 ?? test al, al 74 0b ?? je basic block L7 L4: 3a 02 ?? cmp al, byte ds:[edx] 75 07 ?...
./vs2008/normal/Debug/ooex1.exe
0x40abb3
??0UnDecorator@@QAE@PADPBDHP6APADJ@ZK@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 8b 55 0c ?? mov edx, dword ss:[ebp + 12] 8b c1 ?? mov eax, ecx 83 08 ff ?? or dword ds:[eax], 0xff<255,-1> 8d 48 2c ?? lea ecx, ds:[eax + 0x2c<44>] 83 09 ff ?? or dword ds:[ecx], 0xff<255,-1> 89 15 c0 9a 42 00 ?? mov dword ds:[0x00429ac0], edx 89 ...
./vs2008/normal/Debug/ooex1.exe
0x40ac8d
??2@YAPAXIAAVHeapManager@@H@Z
0
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp ff 75 10 ?? push dword ss:[ebp + 0x10<16>] b9 9c 9a 42 00 ?? mov ecx, 0x00429a9c ff 75 08 ?? push dword ss:[ebp + 8] e8 e7 fa ff ff ?? call function 0x0040a789 L2: 5d ?? pop ebp c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x40aca4
?getStringHelper@@YAPADPAD00H@Z
0
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 14 ?? mov esi, dword ss:[ebp + 0x14<20>] 57 ?? push edi 8b 7d 08 ?? mov edi, dword ss:[ebp + 8] 2b c7 ?? sub eax, edi 3b f0 ?? cmp esi, eax 7e 02 ?? jle basic block L3 L2: 8b f0 ?? mo...
./vs2008/normal/Debug/ooex1.exe
0x40acdb
??0DName@@QAE@PAV0@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 83 7d 08 00 ?? cmp dword ss:[ebp + 8], 0 56 ?? push esi 8b f1 ?? mov esi, ecx 74 30 ?? je basic block L8 L2: 6a 00 ?? push 0 6a 08 ?? push 8 b9 9c 9a 42 00 ?? mov ecx, 0x00429a9c e8 92 fa ff ff ?? call function 0x0040a789 L3: 85 c0 ?? test eax, ...
./vs2008/normal/Debug/ooex1.exe
0x40ad2e
??0DName@@QAE@W4DNameStatus@@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 56 ?? push esi 8b f1 ?? mov esi, ecx 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8] 81 66 04 ff 00 ff ff ?? and dword ds:[esi + 4], 0xffff00ff<4294902015,-65281> 83 f9 02 ?? cmp ecx, 2 74 09 ?? je basic block L4 L2: 83 f9 03 ?? cmp ecx, 3 74 04 ?? je ba...
./vs2008/normal/Debug/ooex1.exe
0x40ad73
?getString@DName@@QBEPADPADH@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 51 ?? push ecx 89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx 8b 09 ?? mov ecx, dword ds:[ecx] 56 ?? push esi 8b 75 08 ?? mov esi, dword ss:[ebp + 8] 57 ?? push edi 85 c9 ?? test ecx, ecx 74 35 ?? je basic block L10 L2: 85 f6 ?? test esi, es...
./vs2008/normal/Debug/ooex1.exe
0x40adcb
?append@DName@@AAEXPAVDNameNode@@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 83 7d 08 00 ?? cmp dword ss:[ebp + 8], 0 56 ?? push esi 8b f1 ?? mov esi, ecx 74 28 ?? je basic block L8 L2: 6a 00 ?? push 0 6a 10 ?? push 0x10<16> b9 9c 9a 42 00 ?? mov ecx, 0x00429a9c e8 a2 f9 ff ff ?? call function 0x0040a789 L3: 85 c0 ?? tes...
./vs2008/normal/Debug/ooex1.exe
0x40ae0a
??4DName@@QAEAAV0@PAV0@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 56 ?? push esi 8b f1 ?? mov esi, ecx 83 26 00 ?? and dword ds:[esi], 0 c6 46 04 00 ?? mov byte ds:[esi + 4], 0 81 66 04 ff 00 ff ff ?? and dword ds:[esi + 4], 0xffff00ff<4294902015,-65281> 83 7d 08 00 ?? cmp dword ss:[ebp + 8], 0 74 26 ?? je basic...
./vs2008/normal/Debug/ooex1.exe
0x40ae57
??4DName@@QAEAAV0@W4DNameStatus@@@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 81 66 04 ff 00 ff ff ?? and dword ds:[esi + 4], 0xffff00ff<4294902015,-65281> 88 46 04 ?? mov byte ds:[esi + 4], al 83 f8 01 ?? cmp eax, 1 75 13 ?? jne basic block L5 L2...
./vs2008/normal/Debug/ooex1.exe
0x40ae8e
??YReplicator@@QAEAAV0@ABVDName@@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 56 ?? push esi 8b f1 ?? mov esi, ecx 83 3e 09 ?? cmp dword ds:[esi], 9 74 36 ?? je basic block L10 L2: 57 ?? push edi 8b 7d 08 ?? mov edi, dword ss:[ebp + 8] 83 3f 00 ?? cmp dword ds:[edi], 0 74 2c ?? je basic block L9 L3: 6a 00 ?? push 0 6a 08...
./vs2008/normal/Debug/ooex1.exe
0x40aed8
??AReplicator@@QBE?AVDName@@H@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 8b 45 0c ?? mov eax, dword ss:[ebp + 12] 83 f8 09 ?? cmp eax, 9 77 22 ?? ja basic block L6 L2: 8b 11 ?? mov edx, dword ds:[ecx] 83 fa ff ?? cmp edx, 0xff<255,-1> 74 17 ?? je basic block L5 L3: 3b c2 ?? cmp eax, edx 7f 13 ?? jg basic block L5 L4:...
./vs2008/normal/Debug/ooex1.exe
0x40af18
??0pcharNode@@QAE@PBDH@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 56 ?? push esi 57 ?? push edi 8b 7d 0c ?? mov edi, dword ss:[ebp + 12] 8b f1 ?? mov esi, ecx c7 06 fc 4a 42 00 ?? mov dword ds:[esi], 0x00424afc 85 ff ?? test edi, edi 74 31 ?? je basic block L10 L2: 83 7d 08 00 ?? cmp dword ss:[ebp + 8], 0 74 2...
./vs2008/normal/Debug/ooex1.exe
0x40af6f
?length@pcharNode@@UBEHXZ
1
L1: 8b 41 08 ?? mov eax, dword ds:[ecx + 8] c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x40af73
?getLastChar@pcharNode@@UBEDXZ
1
L1: 8b 41 08 ?? mov eax, dword ds:[ecx + 8] 85 c0 ?? test eax, eax 74 08 ?? je basic block L3 L2: 8b 49 04 ?? mov ecx, dword ds:[ecx + 4] 8a 44 01 ff ?? mov al, byte ds:[ecx + eax + 0xff<255,-1>] c3 ?? ret L3: 32 c0 ?? xor al, al c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x40af85
?getString@pcharNode@@UBEPADPAD0@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp ff 71 08 ?? push dword ds:[ecx + 8] ff 71 04 ?? push dword ds:[ecx + 4] ff 75 0c ?? push dword ss:[ebp + 12] ff 75 08 ?? push dword ss:[ebp + 8] e8 09 fd ff ff ?? call function 0x0040aca4 L2: 83 c4 10 ?? add esp, 0x10<16> 5d ?? pop ebp c2 08 00 ?...
./vs2008/normal/Debug/ooex1.exe
0x40afa2
?getString@DNameStatusNode@@UBEPADPAD0@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 83 79 04 01 ?? cmp dword ds:[ecx + 4], 1 75 17 ?? jne basic block L4 L2: 6a 04 ?? push 4 68 08 4b 42 00 ?? push 0x00424b08<" ?? "> ff 75 0c ?? push dword ss:[ebp + 12] ff 75 08 ?? push dword ss:[ebp + 8] e8 e5 fc ff ff ?? call function 0x0040aca4 ...
./vs2008/normal/Debug/ooex1.exe
0x40b00f
??YDName@@QAEAAV0@W4DNameStatus@@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 56 ?? push esi 8b f1 ?? mov esi, ecx 80 7e 04 01 ?? cmp byte ds:[esi + 4], 1 7f 2d ?? jg basic block L10 L2: 83 3e 00 ?? cmp dword ds:[esi], 0 8b 45 08 ?? mov eax, dword ss:[ebp + 8] 74 1f ?? je basic block L9 L3: 83 f8 02 ?? cmp eax, 2 74 1a ??...
./vs2008/normal/Debug/ooex1.exe
0x40b051
?doPchar@DName@@AAEXPBDH@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 56 ?? push esi 8b f1 ?? mov esi, ecx 83 3e 00 ?? cmp dword ds:[esi], 0 74 09 ?? je basic block L4 L2: 6a 03 ?? push 3 e8 f2 fd ff ff ?? call function 0x0040ae57 L3: eb 61 ?? jmp basic block L20 L4: 57 ?? push edi 8b 7d 08 ?? mov edi, dword ss:[e...
./vs2008/normal/Debug/ooex1.exe
0x40b0cd
??0DName@@QAE@D@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 33 c0 ?? xor eax, eax 56 ?? push esi 8b f1 ?? mov esi, ecx 88 46 04 ?? mov byte ds:[esi + 4], al 81 66 04 ff 00 ff ff ?? and dword ds:[esi + 4], 0xffff00ff<4294902015,-65281> 89 06 ?? mov dword ds:[esi], eax 38 45 08 ?? cmp byte ss:[ebp + 8], al ...
./vs2008/normal/Debug/ooex1.exe
0x40b0fa
??0DName@@QAE@PBD@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] 33 d2 ?? xor edx, edx 56 ?? push esi 8b f1 ?? mov esi, ecx 88 56 04 ?? mov byte ds:[esi + 4], dl 81 66 04 ff 00 ff ff ?? and dword ds:[esi + 4], 0xffff00ff<4294902015,-65281> 89 16 ?? mov dword ds:[esi], edx...
./vs2008/normal/Debug/ooex1.exe
0x40b133
??0DName@@QAE@AAPBDD@Z
1
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 d2 ?? xor edx, edx 57 ?? push edi 8b f9 ?? mov edi, ecx 88 57 04 ?? mov byte ds:[edi + 4], dl 81 67 04 ff 00 ff ff ?? and dword ds:[edi + 4], 0xffff00ff<4294902015,-65281> 89 17 ?? mov dwo...
./vs2008/normal/Debug/ooex1.exe
0x40b1f2
??0DName@@QAE@_K@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 83 ec 24 ?? sub esp, 0x24<36> 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 33 c0 ?? xor eax, eax 56 ?? push esi 8b f1 ?? mov esi, ecx 57 ?? push edi 88 ...
./vs2008/normal/Debug/ooex1.exe
0x40b260
??0DName@@QAE@_J@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 83 ec 28 ?? sub esp, 0x28<40> 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] 56 ?? push esi 8b f1 ?? mov esi, ecx 33 c9 ?? xor ecx...
./vs2008/normal/Debug/ooex1.exe
0x40b2fb
??HDName@@QBE?AV0@W4DNameStatus@@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 8b 01 ?? mov eax, dword ds:[ecx] 56 ?? push esi 8b 75 08 ?? mov esi, dword ss:[ebp + 8] ff 75 0c ?? push dword ss:[ebp + 12] 89 06 ?? mov dword ds:[esi], eax 8b 41 04 ?? mov eax, dword ds:[ecx + 4] 8b ce ?? mov ecx, esi 89 46 04 ?? mov dword ds:[...
./vs2008/normal/Debug/ooex1.exe
0x40b31f
??YDName@@QAEAAV0@ABV0@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 56 ?? push esi 8b f1 ?? mov esi, ecx 80 7e 04 01 ?? cmp byte ds:[esi + 4], 1 7f 2e ?? jg basic block L9 L2: 8b 45 08 ?? mov eax, dword ss:[ebp + 8] 8b 08 ?? mov ecx, dword ds:[eax] 85 c9 ?? test ecx, ecx 75 0e ?? jne basic block L5 L3: 0f be 40 ...
./vs2008/normal/Debug/ooex1.exe
0x40b362
??YDName@@QAEAAV0@PAV0@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 57 ?? push edi 8b f9 ?? mov edi, ecx 80 7f 04 01 ?? cmp byte ds:[edi + 4], 1 7f 52 ?? jg basic block L17 L2: 56 ?? push esi 8b 75 08 ?? mov esi, dword ss:[ebp + 8] 85 f6 ?? test esi, esi 74 49 ?? je basic block L16 L3: 83 3f 00 ?? cmp dword ds:[...
./vs2008/normal/Debug/ooex1.exe
0x40b3c9
??4DName@@QAEAAV0@D@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 33 c0 ?? xor eax, eax 56 ?? push esi 8b f1 ?? mov esi, ecx 88 46 04 ?? mov byte ds:[esi + 4], al 81 66 04 ff 00 ff ff ?? and dword ds:[esi + 4], 0xffff00ff<4294902015,-65281> 89 06 ?? mov dword ds:[esi], eax 38 45 08 ?? cmp byte ss:[ebp + 8], al ...
./vs2008/normal/Debug/ooex1.exe
0x40b3f6
??4DName@@QAEAAV0@PBD@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] 33 d2 ?? xor edx, edx 56 ?? push esi 8b f1 ?? mov esi, ecx 88 56 04 ?? mov byte ds:[esi + 4], dl 81 66 04 ff 00 ff ff ?? and dword ds:[esi + 4], 0xffff00ff<4294902015,-65281> 89 16 ?? mov dword ds:[esi], edx...
./vs2008/normal/Debug/ooex1.exe
0x40b50e
??HDName@@QBE?AV0@ABV0@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 8b 01 ?? mov eax, dword ds:[ecx] 56 ?? push esi 8b 75 08 ?? mov esi, dword ss:[ebp + 8] ff 75 0c ?? push dword ss:[ebp + 12] 89 06 ?? mov dword ds:[esi], eax 8b 41 04 ?? mov eax, dword ds:[ecx + 4] 8b ce ?? mov ecx, esi 89 46 04 ?? mov dword ds:[...
./vs2008/normal/Debug/ooex1.exe
0x40b532
??HDName@@QBE?AV0@PAV0@@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 8b 01 ?? mov eax, dword ds:[ecx] 56 ?? push esi 8b 75 08 ?? mov esi, dword ss:[ebp + 8] ff 75 0c ?? push dword ss:[ebp + 12] 89 06 ?? mov dword ds:[esi], eax 8b 41 04 ?? mov eax, dword ds:[ecx + 4] 8b ce ?? mov ecx, esi 89 46 04 ?? mov dword ds:[...
./vs2008/normal/Debug/ooex1.exe
0x40b556
??YDName@@QAEAAV0@D@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 56 ?? push esi 8b f1 ?? mov esi, ecx 80 7e 04 01 ?? cmp byte ds:[esi + 4], 1 7f 3d ?? jg basic block L12 L2: 53 ?? push ebx 8b 5d 08 ?? mov ebx, dword ss:[ebp + 8] 84 db ?? test bl, bl 74 34 ?? je basic block L11 L3: 83 3e 00 ?? cmp dword ds:[es...
./vs2008/normal/Debug/ooex1.exe
0x40b5a8
??YDName@@QAEAAV0@PBD@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 57 ?? push edi 8b f9 ?? mov edi, ecx 80 7f 04 01 ?? cmp byte ds:[edi + 4], 1 7f 4f ?? jg basic block L16 L2: 53 ?? push ebx 56 ?? push esi 8b 75 08 ?? mov esi, dword ss:[ebp + 8] 33 db ?? xor ebx, ebx 3b f3 ?? cmp esi, ebx 74 42 ?? je basic blo...
./vs2008/normal/Debug/ooex1.exe
0x40b762
??H@YA?AVDName@@DABV0@@Z
0
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 51 ?? push ecx 51 ?? push ecx ff 75 10 ?? push dword ss:[ebp + 0x10<16>] 8d 4d f8 ?? lea ecx, ss:[ebp + 0xf8<248,-8>] ff 75 08 ?? push dword ss:[ebp + 8] ff 75 0c ?? push dword ss:[ebp + 12] e8 53 f9 ff ff ?? call function 0x0040b0cd L2: 8b c8 ??...
./vs2008/normal/Debug/ooex1.exe
0x40b786
??H@YA?AVDName@@W4DNameStatus@@ABV0@@Z
0
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 51 ?? push ecx 51 ?? push ecx ff 75 10 ?? push dword ss:[ebp + 0x10<16>] 8d 4d f8 ?? lea ecx, ss:[ebp + 0xf8<248,-8>] ff 75 08 ?? push dword ss:[ebp + 8] ff 75 0c ?? push dword ss:[ebp + 12] e8 90 f5 ff ff ?? call function 0x0040ad2e L2: 8b c8 ??...
./vs2008/normal/Debug/ooex1.exe
0x40b7aa
??H@YA?AVDName@@PBDABV0@@Z
0
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 51 ?? push ecx 51 ?? push ecx ff 75 10 ?? push dword ss:[ebp + 0x10<16>] 8d 4d f8 ?? lea ecx, ss:[ebp + 0xf8<248,-8>] ff 75 08 ?? push dword ss:[ebp + 8] ff 75 0c ?? push dword ss:[ebp + 12] e8 38 f9 ff ff ?? call function 0x0040b0fa L2: 8b c8 ??...
./vs2008/normal/Debug/ooex1.exe
0x40b7ce
??HDName@@QBE?AV0@D@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 8b 01 ?? mov eax, dword ds:[ecx] 56 ?? push esi 8b 75 08 ?? mov esi, dword ss:[ebp + 8] ff 75 0c ?? push dword ss:[ebp + 12] 89 06 ?? mov dword ds:[esi], eax 8b 41 04 ?? mov eax, dword ds:[ecx + 4] 8b ce ?? mov ecx, esi 89 46 04 ?? mov dword ds:[...
./vs2008/normal/Debug/ooex1.exe
0x40b7f2
??HDName@@QBE?AV0@PBD@Z
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 8b 01 ?? mov eax, dword ds:[ecx] 56 ?? push esi 8b 75 08 ?? mov esi, dword ss:[ebp + 8] ff 75 0c ?? push dword ss:[ebp + 12] 89 06 ?? mov dword ds:[esi], eax 8b 41 04 ?? mov eax, dword ds:[ecx + 4] 8b ce ?? mov ecx, esi 89 46 04 ?? mov dword ds:[...
./vs2008/normal/Debug/ooex1.exe
0x40ea9b
??BUnDecorator@@QAEPADXZ
1
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 83 ec 18 ?? sub esp, 0x18<24> 8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>] ba 00 00 ff ff ?? mov edx, 0xffff0000<4294901760,-65536> 21 55 fc ?? and dword ss:[ebp + 0xfc<252,-4>], edx 33 c9 ?? xor ecx, ecx 21 4d f8 ?? and dword ss:[ebp + 0xf8<...
./vs2008/normal/Debug/ooex1.exe
0x40ed1c
___unDName
0
L1: 6a 64 ?? push 0x64<100> 68 f8 78 42 00 ?? push 0x004278f8 e8 d4 5f ff ff ?? call function 0x00404cfc L2: 8b 7d 14 ?? mov edi, dword ss:[ebp + 0x14<20>] 33 f6 ?? xor esi, esi 3b fe ?? cmp edi, esi 75 04 ?? jne basic block L4 L3: 33 c0 ?? xor eax, eax eb 72 ?? jmp basic block L12 L4: 6a 05 ?? push 5 e8 72 ...
./vs2008/normal/Debug/ooex1.exe
0x40edb6
___unDNameEx
0
L1: 6a 64 ?? push 0x64<100> 68 18 79 42 00 ?? push 0x00427918 e8 3a 5f ff ff ?? call function 0x00404cfc L2: 8b 7d 14 ?? mov edi, dword ss:[ebp + 0x14<20>] 33 f6 ?? xor esi, esi 3b fe ?? cmp edi, esi 75 04 ?? jne basic block L4 L3: 33 c0 ?? xor eax, eax eb 72 ?? jmp basic block L12 L4: 6a 05 ?? push 5 e8 d8 ...
./vs2008/normal/Debug/ooex1.exe
0x40f46d
__calloc_impl
0
L1: 6a 0c ?? push 12 68 38 79 42 00 ?? push 0x00427938 e8 83 58 ff ff ?? call function 0x00404cfc 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/ooex1.exe
0x40f58b
_realloc
0
L1: 6a 10 ?? push 0x10<16> 68 58 79 42 00 ?? push 0x00427958 e8 65 57 ff ff ?? call function 0x00404cfc 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 7b 2b ff ff ?? call function 0x00402121 L4: 59 ?? pop ecx e9 cc 01 ...
./vs2008/normal/Debug/ooex1.exe
0x40f7a6
__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/ooex1.exe
0x40f821
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/ooex1.exe
0x40f8a8
__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/ooex1.exe
0x40f98b
has_osfxsr_set
0
L1: 6a 0c ?? push 12 68 78 79 42 00 ?? push 0x00427978 e8 65 53 ff ff ?? call function 0x00404cfc 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/ooex1.exe
0x40f9db
__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/ooex1.exe
0x40fa3d
___sse2_available_init
0
L1: e8 99 ff ff ff ?? call function 0x0040f9db L2: a3 dc 9b 42 00 ?? mov dword ds:[0x00429bdc], eax 33 c0 ?? xor eax, eax c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x40fa4a
___pwctype_func
0
L1: a1 24 8b 42 00 ?? mov eax, dword ds:[0x00428b24<"JQB">] c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x40fa50
___pctype_func
0
L1: e8 6a 3d ff ff ?? call function 0x004037bf L2: 8b c8 ?? mov ecx, eax 8b 41 6c ?? mov eax, dword ds:[ecx + 0x6c<108>] 3b 05 a8 85 42 00 ?? cmp eax, dword ds:[0x004285a8] 74 10 ?? je basic block L5 L3: 8b 15 1c 8c 42 00 ?? mov edx, dword ds:[0x00428c1c] 85 51 70 ?? test dword ds:[ecx + 0x70<112>], edx 75 05 ?...
./vs2008/normal/Debug/ooex1.exe
0x40fa79
_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/ooex1.exe
0x40fe94
___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 40 1c ff ff ?? call function 0x00401aed L3: ff 76 08 ?? push dword ds:[esi + 8] e8 38...
./vs2008/normal/Debug/ooex1.exe
0x410029
___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 28 8b 42 00 ?? mov ebx, 0x00428b28<"xWB"> 74 40 ?? je basic block L11 L2: 68 b8 00 00 00 ?? push 0x000000b8<18...
./vs2008/normal/Debug/ooex1.exe
0x4100a2
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/ooex1.exe
0x4100d5
___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 e8 8b 42 00 ?? cmp eax, dword ds:[0x00428be8] 74 07 ?? je basic block L5 L3: 50 ?? push eax e8 f...
./vs2008/normal/Debug/ooex1.exe
0x41011a
___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/ooex1.exe
0x4102e4
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/ooex1.exe
0x410317
___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 f4 8b 42 00 ?? cmp eax, dword ds:[0x00428bf4] 74 07 ?? je basic block L5 L3: 50 ?? push e...
./vs2008/normal/Debug/ooex1.exe
0x4103a5
___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/ooex1.exe
0x41066b
___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 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 33 db ?? xor ebx, ebx 56 ?? push esi 8b 75 08 ?? mov esi, dword ss:[ebp + 8] 5...
./vs2008/normal/Debug/ooex1.exe
0x410a0d
____mb_cur_max_func
0
L1: e8 ad 2d ff ff ?? call function 0x004037bf L2: 8b c8 ?? mov ecx, eax 8b 41 6c ?? mov eax, dword ds:[ecx + 0x6c<108>] 3b 05 a8 85 42 00 ?? cmp eax, dword ds:[0x004285a8] 74 10 ?? je basic block L5 L3: 8b 15 1c 8c 42 00 ?? mov edx, dword ds:[0x00428c1c] 85 51 70 ?? test dword ds:[ecx + 0x70<112>], edx 75 05 ?...
./vs2008/normal/Debug/ooex1.exe
0x410a36
____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 0x00410a0d L3: 8b 00 ?? mov eax, dword ds:[eax] 8b 80 ac 00 00 00 ?? mov eax, dword ds:[eax + 0x000000ac<17...
./vs2008/normal/Debug/ooex1.exe
0x410a52
____lc_codepage_func
0
L1: e8 68 2d ff ff ?? call function 0x004037bf L2: 8b c8 ?? mov ecx, eax 8b 41 6c ?? mov eax, dword ds:[ecx + 0x6c<108>] 3b 05 a8 85 42 00 ?? cmp eax, dword ds:[0x004285a8] 74 10 ?? je basic block L5 L3: 8b 15 1c 8c 42 00 ?? mov edx, dword ds:[0x00428c1c] 85 51 70 ?? test dword ds:[ecx + 0x70<112>], edx 75 05 ?...
./vs2008/normal/Debug/ooex1.exe
0x410a78
____lc_collate_cp_func
0
L1: e8 42 2d ff ff ?? call function 0x004037bf L2: 8b c8 ?? mov ecx, eax 8b 41 6c ?? mov eax, dword ds:[ecx + 0x6c<108>] 3b 05 a8 85 42 00 ?? cmp eax, dword ds:[0x004285a8] 74 10 ?? je basic block L5 L3: 8b 15 1c 8c 42 00 ?? mov edx, dword ds:[0x00428c1c] 85 51 70 ?? test dword ds:[ecx + 0x70<112>], edx 75 05 ?...
./vs2008/normal/Debug/ooex1.exe
0x410a9e
____lc_handle_func
0
L1: e8 1c 2d ff ff ?? call function 0x004037bf L2: 8b c8 ?? mov ecx, eax 8b 41 6c ?? mov eax, dword ds:[ecx + 0x6c<108>] 3b 05 a8 85 42 00 ?? cmp eax, dword ds:[0x004285a8] 74 10 ?? je basic block L5 L3: 8b 15 1c 8c 42 00 ?? mov edx, dword ds:[0x00428c1c] 85 51 70 ?? test dword ds:[ecx + 0x70<112>], edx 75 05 ?...
./vs2008/normal/Debug/ooex1.exe
0x410ac4
___init_collate
0
L1: 33 c0 ?? xor eax, eax c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x410ac7
__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/ooex1.exe
0x410add
__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 f3 0f ff ff ?? call ...
./vs2008/normal/Debug/ooex1.exe
0x410afd
__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 e4 78 ff ff ?? call function 0x004083f9 L2: 8b 45 e8 ?? mov eax...
./vs2008/normal/Debug/ooex1.exe
0x410bfd
__Getdays
0
L1: 6a 00 ?? push 0 e8 f9 fe ff ff ?? call function 0x00410afd L2: 59 ?? pop ecx c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x410c06
__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 db 77 ff ff ?? call function 0x004083f9 L2: 8b 45 e4 ?? mov eax...
./vs2008/normal/Debug/ooex1.exe
0x410d06
__Getmonths
0
L1: 6a 00 ?? push 0 e8 f9 fe ff ff ?? call function 0x00410c06 L2: 59 ?? pop ecx c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x410d0f
__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 d2 76 ff ff ?? call function 0x004083f9 L2: 8b 45 dc ?? mov eax...
./vs2008/normal/Debug/ooex1.exe
0x411066
__Gettnames
0
L1: 6a 00 ?? push 0 e8 a2 fc ff ff ?? call function 0x00410d0f L2: 59 ?? pop ecx c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x41106f
_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/ooex1.exe
0x41108f
_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/ooex1.exe
0x4110c5
_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/ooex1.exe
0x411140
_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/ooex1.exe
0x411528
_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 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 1c ?? mov esi, dw...
./vs2008/normal/Debug/ooex1.exe
0x411989
__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/ooex1.exe
0x411b2d
__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...
./vs2008/normal/Debug/ooex1.exe
0x411b4d
_strftime
0
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 6a 00 ?? push 0 6a 00 ?? push 0 ff 75 14 ?? push dword ss:[ebp + 0x14<20>] ff 75 10 ?? push dword ss:[ebp + 0x10<16>] ff 75 0c ?? push dword ss:[ebp + 12] ff 75 08 ?? push dword ss:[ebp + 8] e8 22 fe ff ff ?? call function 0x00411989 L2: 83 c4 18...
./vs2008/normal/Debug/ooex1.exe
0x411b6c
__Strftime
0
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 6a 00 ?? push 0 ff 75 18 ?? push dword ss:[ebp + 0x18<24>] ff 75 14 ?? push dword ss:[ebp + 0x14<20>] ff 75 10 ?? push dword ss:[ebp + 0x10<16>] ff 75 0c ?? push dword ss:[ebp + 12] ff 75 08 ?? push dword ss:[ebp + 8] e8 02 fe ff ff ?? call functi...
./vs2008/normal/Debug/ooex1.exe
0x411b8c
_localeconv
0
L1: e8 2e 1c ff ff ?? call function 0x004037bf L2: 8b 48 6c ?? mov ecx, dword ds:[eax + 0x6c<108>] 3b 0d a8 85 42 00 ?? cmp ecx, dword ds:[0x004285a8] 74 10 ?? je basic block L5 L3: 8b 0d 1c 8c 42 00 ?? mov ecx, dword ds:[0x00428c1c] 85 48 70 ?? test dword ds:[eax + 0x70<112>], ecx 75 05 ?? jne basic block L5 L...
./vs2008/normal/Debug/ooex1.exe
0x411bc0
_strcspn
0
L1: 55 ?? push ebp 8b ec ?? mov ebp, esp 56 ?? push esi 33 c0 ?? xor eax, eax 50 ?? push eax 50 ?? push eax 50 ?? push eax 50 ?? push eax 50 ?? push eax 50 ?? push eax 50 ?? push eax 50 ?? push eax 8b 55 0c ?? mov edx, dword ss:[ebp + 12] 8d 49 00 ?? lea ecx, ds:[ecx + 0] L2: 8a 02 ?? mov al, byte ds:[ed...
./vs2008/normal/Debug/ooex1.exe
0x411c10
_memset
0
L1: 8b 54 24 0c ?? mov edx, dword ss:[esp + 12] 8b 4c 24 04 ?? mov ecx, dword ss:[esp + 4] 85 d2 ?? test edx, edx 74 69 ?? je basic block L15 L2: 33 c0 ?? xor eax, eax 8a 44 24 08 ?? mov al, byte ss:[esp + 8] 84 c0 ?? test al, al 75 16 ?? jne basic block L6 L3: 81 fa 00 01 00 00 ?? cmp edx, 0x00000100<256> 72...
./vs2008/normal/Debug/ooex1.exe
0x411c8a
TranslateName
0
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 33 c0 ?? xor eax, eax 53 ?? push ebx 33 db ?? xor ebx, ebx 40 ?? inc eax 39 5d 0c ?? cmp dword ss:[ebp + 12], ebx 7c 46 ?? jl basic block L12 L2: 56 ?? push esi 57 ?? push edi L3: 85 c0 ?? test eax, eax 74 3e ?? je basic block L11 L4: 8b 45 0c...
./vs2008/normal/Debug/ooex1.exe
0x411cec
GetLcidFromDefault
0
L1: 81 4e 08 04 01 00 00 ?? or dword ds:[esi + 8], 0x00000104<260> ff 15 a4 a2 42 00 ?? call dword ds:[0x0042a2a4] L2: 89 46 1c ?? mov dword ds:[esi + 0x1c<28>], eax 89 46 18 ?? mov dword ds:[esi + 0x18<24>], eax c3 ?? ret
./vs2008/normal/Debug/ooex1.exe
0x411d00
ProcessCodePage
0
L1: 8b ff ?? mov edi, edi 55 ?? push ebp 8b ec ?? mov ebp, esp 83 ec 0c ?? sub esp, 12 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 56 ?? push esi 8b f1 ?? mov esi, ecx 85 f6 ?? test esi, esi 74 53 ?? je basic block L14 L2: 80 3e 0...