Binary
stringlengths 25
43
| Addr
stringlengths 8
8
| Name
stringlengths 5
187
| Type
int64 0
1
| Disassembly
stringlengths 16
68.6k
|
|---|---|---|---|---|
./vs2008/normal/Debug/ooex0.exe
|
0x40a69b
|
?isPtrRef@DName@@QBEHXZ
| 1
|
L1: 8b 41 04 ?? mov eax, dword ds:[ecx + 4]
c1 e8 08 ?? shr eax, 8
83 e0 01 ?? and eax, 1
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a6a5
|
?isUDC@DName@@QBEHXZ
| 1
|
L1: 33 c0 ?? xor eax, eax
39 01 ?? cmp dword ds:[ecx], eax
74 0a ?? je basic block L4
L2: f7 41 04 00 02 00 00 ?? test dword ds:[ecx + 4], 0x00000200<512>
74 01 ?? je basic block L4
L3: 40 ?? inc eax
L4: c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a6b6
|
?setIsUDC@DName@@QAEXXZ
| 1
|
L1: 83 39 00 ?? cmp dword ds:[ecx], 0
74 07 ?? je basic block L3
L2: 81 49 04 00 02 00 00 ?? or dword ds:[ecx + 4], 0x00000200<512>
L3: c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a6c3
|
?isUDTThunk@DName@@QBEHXZ
| 1
|
L1: 33 c0 ?? xor eax, eax
39 01 ?? cmp dword ds:[ecx], eax
74 0a ?? je basic block L4
L2: f7 41 04 00 04 00 00 ?? test dword ds:[ecx + 4], 0x00000400<1024>
74 01 ?? je basic block L4
L3: 40 ?? inc eax
L4: c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a6d4
|
?setIsArray@DName@@QAEXXZ
| 1
|
L1: 81 49 04 00 08 00 00 ?? or dword ds:[ecx + 4], 0x00000800<2048>
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a6dc
|
?isArray@DName@@QBEHXZ
| 1
|
L1: 8b 41 04 ?? mov eax, dword ds:[ecx + 4]
c1 e8 0b ?? shr eax, 11
83 e0 01 ?? and eax, 1
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a6e6
|
?isNoTE@DName@@QBEHXZ
| 1
|
L1: 8b 41 04 ?? mov eax, dword ds:[ecx + 4]
c1 e8 0c ?? shr eax, 12
83 e0 01 ?? and eax, 1
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a6f0
|
?setIsNoTE@DName@@QAEXXZ
| 1
|
L1: 81 49 04 00 10 00 00 ?? or dword ds:[ecx + 4], 0x00001000<4096>
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a6f8
|
?isPinPtr@DName@@QBEHXZ
| 1
|
L1: 8b 41 04 ?? mov eax, dword ds:[ecx + 4]
c1 e8 0d ?? shr eax, 13
83 e0 01 ?? and eax, 1
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a702
|
?setIsPinPtr@DName@@QAEXXZ
| 1
|
L1: 81 49 04 00 20 00 00 ?? or dword ds:[ecx + 4], 0x00002000<8192>
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a70a
|
?isComArray@DName@@QBEHXZ
| 1
|
L1: 8b 41 04 ?? mov eax, dword ds:[ecx + 4]
c1 e8 0e ?? shr eax, 14
83 e0 01 ?? and eax, 1
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a714
|
?setIsComArray@DName@@QAEXXZ
| 1
|
L1: 81 49 04 00 40 00 00 ?? or dword ds:[ecx + 4], 0x00004000<16384>
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a71c
|
?isVCallThunk@DName@@QBEHXZ
| 1
|
L1: 8b 41 04 ?? mov eax, dword ds:[ecx + 4]
c1 e8 0f ?? shr eax, 15
83 e0 01 ?? and eax, 1
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a726
|
?setIsVCallThunk@DName@@QAEXXZ
| 1
|
L1: 81 49 04 00 80 00 00 ?? or dword ds:[ecx + 4], 0x00008000<32768>
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a72e
|
?length@DName@@QBEHXZ
| 1
|
L1: 8b 09 ?? mov ecx, dword ds:[ecx]
85 c9 ?? test ecx, ecx
75 03 ?? jne basic block L3
L2: 33 c0 ?? xor eax, eax
c3 ?? ret
L3: 8b 01 ?? mov eax, dword ds:[ecx]
ff 20 ?? jmp dword ds:[eax]
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a73b
|
?getLastChar@DName@@QBEDXZ
| 1
|
L1: 8b 09 ?? mov ecx, dword ds:[ecx]
85 c9 ?? test ecx, ecx
75 03 ?? jne basic block L3
L2: 32 c0 ?? xor al, al
c3 ?? ret
L3: 8b 01 ?? mov eax, dword ds:[ecx]
ff 60 04 ?? jmp dword ds:[eax + 4]
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a749
|
?getString@DName@@QBEPADPAD0@Z
| 1
|
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b 09 ?? mov ecx, dword ds:[ecx]
85 c9 ?? test ecx, ecx
75 07 ?? jne basic block L3
L2: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
5d ?? pop ebp
c2 08 00 ?? ret 8
L3: 8b 01 ?? mov eax, dword ds:[ecx]
5d ?? pop ebp
ff 60 08 ?? jmp dword ds:[eax + 8]
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a761
|
??_5DName@@QAEAAV0@ABV0@@Z
| 1
|
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b c1 ?? mov eax, ecx
80 78 04 03 ?? cmp byte ds:[eax + 4], 3
74 0e ?? je basic block L4
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
8a 51 04 ?? mov dl, byte ds:[ecx + 4]
80 fa 01 ?? cmp dl, 1
7e 03 ?? jle basic block L4
L3: 88 50 04 ?? mov byte ds:[eax + 4], dl
L4: 5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a780
|
??4DName@@QAEAAV0@ABV0@@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]
8b 11 ?? mov edx, dword ds:[ecx]
89 10 ?? mov dword ds:[eax], edx
8b 49 04 ?? mov ecx, dword ds:[ecx + 4]
89 48 04 ?? mov dword ds:[eax + 4], ecx
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a798
|
?isFull@Replicator@@QBEHXZ
| 1
|
L1: 33 c0 ?? xor eax, eax
83 39 09 ?? cmp dword ds:[ecx], 9
0f 94 c0 ?? sete al
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a7a1
|
??0Replicator@@QAE@XZ
| 1
|
L1: 8b c1 ?? mov eax, ecx
83 08 ff ?? or dword ds:[eax], 0xff<255,-1>
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a7a7
|
??0DNameNode@@IAE@XZ
| 1
|
L1: 8b c1 ?? mov eax, ecx
c7 00 c0 3a 42 00 ?? mov dword ds:[eax], 0x00423ac0
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a7b0
|
??0charNode@@QAE@D@Z
| 1
|
L1: 8b ff ?? mov edi, edi
55 ?? push ebp
8b ec ?? mov ebp, esp
8b c1 ?? mov eax, ecx
8a 4d 08 ?? mov cl, byte ss:[ebp + 8]
c7 00 cc 3a 42 00 ?? mov dword ds:[eax], 0x00423acc
88 48 04 ?? mov byte ds:[eax + 4], cl
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a7c7
|
?length@charNode@@UBEHXZ
| 1
|
L1: 33 c0 ?? xor eax, eax
40 ?? inc eax
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a7cb
|
?getLastChar@charNode@@UBEDXZ
| 1
|
L1: 8a 41 04 ?? mov al, byte ds:[ecx + 4]
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a7cf
|
?getString@charNode@@UBEPADPAD0@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]
3b 45 0c ?? cmp eax, dword ss:[ebp + 12]
73 06 ?? jae basic block L3
L2: 8a 49 04 ?? mov cl, byte ds:[ecx + 4]
88 08 ?? mov byte ds:[eax], cl
40 ?? inc eax
L3: 5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a7e6
|
??0pDNameNode@@QAE@PAVDName@@@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]
c7 00 d8 3a 42 00 ?? mov dword ds:[eax], 0x00423ad8
85 c9 ?? test ecx, ecx
74 0f ?? je basic block L5
L2: 8a 51 04 ?? mov dl, byte ds:[ecx + 4]
80 fa 02 ?? cmp dl, 2
74 05 ?? je basic block L4
L3: 80 fa 03 ?? cmp dl, 3
75 02 ?? jne basic block L5
L4: 33 c9 ?? xor ecx, ecx
L5: 89 48 04 ?? mov dword ds:[eax + 4], ecx
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a810
|
?length@pDNameNode@@UBEHXZ
| 1
|
L1: 8b 41 04 ?? mov eax, dword ds:[ecx + 4]
85 c0 ?? test eax, eax
74 0c ?? je basic block L4
L2: 8b 00 ?? mov eax, dword ds:[eax]
85 c0 ?? test eax, eax
74 06 ?? je basic block L4
L3: 8b 10 ?? mov edx, dword ds:[eax]
8b c8 ?? mov ecx, eax
ff 22 ?? jmp dword ds:[edx]
L4: 33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a826
|
?getLastChar@pDNameNode@@UBEDXZ
| 1
|
L1: 8b 41 04 ?? mov eax, dword ds:[ecx + 4]
85 c0 ?? test eax, eax
74 0d ?? je basic block L4
L2: 8b 00 ?? mov eax, dword ds:[eax]
85 c0 ?? test eax, eax
74 07 ?? je basic block L4
L3: 8b 10 ?? mov edx, dword ds:[eax]
8b c8 ?? mov ecx, eax
ff 62 04 ?? jmp dword ds:[edx + 4]
L4: 32 c0 ?? xor al, al
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a83d
|
?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 0x0040a749
L3: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a856
|
??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 3a 42 00 ?? mov dword ds:[eax], 0x00423ae4
89 50 08 ?? mov dword ds:[eax + 8], edx
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a87b
|
?length@DNameStatusNode@@UBEHXZ
| 1
|
L1: 8b 41 08 ?? mov eax, dword ds:[ecx + 8]
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a87f
|
?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/ooex0.exe
|
0x40a911
|
??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 3a 42 00 ?? mov dword ds:[eax], 0x00423af0
89 48 08 ?? mov dword ds:[eax + 8], ecx
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a932
|
?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]
L3: 8b d8 ?? mov ebx, eax
8b 07 ?? mov eax, dword ds:[edi]
8b cf ?? mov ecx, edi
ff 10 ?? call dword ds:[eax]
L4: 03 d8 ?? add ebx, eax
5f ?? pop edi
89 5e 0c ?? mov dword ds:[esi + 12], ebx
5b ?? pop ebx
L5: 8b 46 0c ?? mov eax, dword ds:[esi + 12]
5e ?? pop esi
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a95d
|
?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 ?? pop esi
ff 60 04 ?? jmp dword ds:[eax + 4]
L4: 5e ?? pop esi
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a979
|
?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, dword ss:[ebp + 12]
73 0c ?? jae basic block L4
L3: ff 75 0c ?? push dword ss:[ebp + 12]
8b 4e 08 ?? mov ecx, dword ds:[esi + 8]
8b 11 ?? mov edx, dword ds:[ecx]
50 ?? push eax
ff 52 08 ?? call dword ds:[edx + 8]
L4: 5e ?? pop esi
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a9a5
|
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/ooex0.exe
|
0x40a9b3
|
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/ooex0.exe
|
0x40a9c9
|
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 ?? jne basic block L7
L5: 41 ?? inc ecx
42 ?? inc edx
L6: ff 4d 08 ?? dec dword ss:[ebp + 8]
75 ef ?? jne basic block L3
L7: 0f b6 01 ?? movzx eax, byte ds:[ecx]
0f b6 0a ?? movzx ecx, byte ds:[edx]
2b c1 ?? sub eax, ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40a9f3
|
??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 8a 42 00 ?? mov dword ds:[0x00428ac0], edx
89 15 bc 8a 42 00 ?? mov dword ds:[0x00428abc], edx
8b 55 08 ?? mov edx, dword ss:[ebp + 8]
85 d2 ?? test edx, edx
74 13 ?? je basic block L3
L2: 56 ?? push esi
8b 75 10 ?? mov esi, dword ss:[ebp + 0x10<16>]
89 35 c8 8a 42 00 ?? mov dword ds:[0x00428ac8], esi
89 15 c4 8a 42 00 ?? mov dword ds:[0x00428ac4], edx
5e ?? pop esi
eb 0e ?? jmp basic block L4
L3: 83 25 c4 8a 42 00 00 ?? and dword ds:[0x00428ac4], 0
83 25 c8 8a 42 00 00 ?? and dword ds:[0x00428ac8], 0
L4: 89 0d b4 8a 42 00 ?? mov dword ds:[0x00428ab4], ecx
8b 4d 18 ?? mov ecx, dword ss:[ebp + 0x18<24>]
89 0d cc 8a 42 00 ?? mov dword ds:[0x00428acc], ecx
8b 4d 14 ?? mov ecx, dword ss:[ebp + 0x14<20>]
a3 b0 8a 42 00 ?? mov dword ds:[0x00428ab0], eax
89 0d d0 8a 42 00 ?? mov dword ds:[0x00428ad0], ecx
c6 05 d4 8a 42 00 00 ?? mov byte ds:[0x00428ad4], 0
5d ?? pop ebp
c2 14 00 ?? ret 0x0014<20>
|
./vs2008/normal/Debug/ooex0.exe
|
0x40aacd
|
??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 8a 42 00 ?? mov ecx, 0x00428a9c
ff 75 08 ?? push dword ss:[ebp + 8]
e8 e7 fa ff ff ?? call function 0x0040a5c9
L2: 5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40aae4
|
?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 ?? mov esi, eax
L3: 85 f6 ?? test esi, esi
76 14 ?? jbe basic block L8
L4: 8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
8b cf ?? mov ecx, edi
2b c7 ?? sub eax, edi
8b d6 ?? mov edx, esi
53 ?? push ebx
L5: 8a 1c 08 ?? mov bl, byte ds:[eax + ecx]
88 19 ?? mov byte ds:[ecx], bl
41 ?? inc ecx
4a ?? dec edx
L6: 75 f7 ?? jne basic block L5
L7: 5b ?? pop ebx
L8: 8d 04 37 ?? lea eax, ds:[edi + esi]
5f ?? pop edi
5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ab1b
|
??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 8a 42 00 ?? mov ecx, 0x00428a9c
e8 92 fa ff ff ?? call function 0x0040a5c9
L3: 85 c0 ?? test eax, eax
74 0c ?? je basic block L6
L4: ff 75 08 ?? push dword ss:[ebp + 8]
8b c8 ?? mov ecx, eax
e8 a1 fc ff ff ?? call function 0x0040a7e6
L5: eb 02 ?? jmp basic block L7
L6: 33 c0 ?? xor eax, eax
L7: 85 c0 ?? test eax, eax
89 06 ?? mov dword ds:[esi], eax
0f 95 c0 ?? setne al
fe c8 ?? dec al
24 03 ?? and al, 3
88 46 04 ?? mov byte ds:[esi + 4], al
eb 07 ?? jmp basic block L9
L8: 83 26 00 ?? and dword ds:[esi], 0
c6 46 04 00 ?? mov byte ds:[esi + 4], 0
L9: 81 66 04 ff 00 ff ff ?? and dword ds:[esi + 4], 0xffff00ff<4294902015,-65281>
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ab6e
|
??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 basic block L4
L3: 33 c0 ?? xor eax, eax
eb 02 ?? jmp basic block L5
L4: 8b c1 ?? mov eax, ecx
L5: 83 26 00 ?? and dword ds:[esi], 0
88 46 04 ?? mov byte ds:[esi + 4], al
83 f9 01 ?? cmp ecx, 1
75 11 ?? jne basic block L9
L6: 51 ?? push ecx
e8 ea fc ff ff ?? call function 0x0040a88b
L7: 59 ?? pop ecx
89 06 ?? mov dword ds:[esi], eax
85 c0 ?? test eax, eax
75 04 ?? jne basic block L9
L8: c6 46 04 03 ?? mov byte ds:[esi + 4], 3
L9: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40abb3
|
?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, esi
75 1b ?? jne basic block L7
L3: 8b 01 ?? mov eax, dword ds:[ecx]
ff 10 ?? call dword ds:[eax]
L4: 8d 78 01 ?? lea edi, ds:[eax + 1]
56 ?? push esi
57 ?? push edi
b9 9c 8a 42 00 ?? mov ecx, 0x00428a9c
e8 eb f9 ff ff ?? call function 0x0040a5c9
L5: 8b f0 ?? mov esi, eax
85 f6 ?? test esi, esi
74 1f ?? je basic block L12
L6: eb 03 ?? jmp basic block L8
L7: 8b 7d 0c ?? mov edi, dword ss:[ebp + 12]
L8: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
8d 44 3e ff ?? lea eax, ds:[esi + edi + 0xff<255,-1>]
50 ?? push eax
56 ?? push esi
e8 52 fb ff ff ?? call function 0x0040a749
L9: c6 00 00 ?? mov byte ds:[eax], 0
eb 07 ?? jmp basic block L12
L10: 85 f6 ?? test esi, esi
74 03 ?? je basic block L12
L11: c6 06 00 ?? mov byte ds:[esi], 0
L12: 5f ?? pop edi
8b c6 ?? mov eax, esi
5e ?? pop esi
c9 ?? leave
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ac0b
|
?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 8a 42 00 ?? mov ecx, 0x00428a9c
e8 a2 f9 ff ff ?? call function 0x0040a5c9
L3: 85 c0 ?? test eax, eax
74 0e ?? je basic block L6
L4: ff 75 08 ?? push dword ss:[ebp + 8]
8b c8 ?? mov ecx, eax
ff 36 ?? push dword ds:[esi]
e8 da fc ff ff ?? call function 0x0040a911
L5: eb 02 ?? jmp basic block L7
L6: 33 c0 ?? xor eax, eax
L7: 89 06 ?? mov dword ds:[esi], eax
85 c0 ?? test eax, eax
75 04 ?? jne basic block L9
L8: c6 46 04 03 ?? mov byte ds:[esi + 4], 3
L9: 5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ac4a
|
??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 block L8
L2: 6a 00 ?? push 0
6a 08 ?? push 8
b9 9c 8a 42 00 ?? mov ecx, 0x00428a9c
e8 55 f9 ff ff ?? call function 0x0040a5c9
L3: 85 c0 ?? test eax, eax
74 0c ?? je basic block L6
L4: ff 75 08 ?? push dword ss:[ebp + 8]
8b c8 ?? mov ecx, eax
e8 64 fb ff ff ?? call function 0x0040a7e6
L5: eb 02 ?? jmp basic block L7
L6: 33 c0 ?? xor eax, eax
L7: 89 06 ?? mov dword ds:[esi], eax
85 c0 ?? test eax, eax
75 04 ?? jne basic block L9
L8: c6 46 04 03 ?? mov byte ds:[esi + 4], 3
L9: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ac97
|
??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: 50 ?? push eax
e8 d4 fb ff ff ?? call function 0x0040a88b
L3: 59 ?? pop ecx
89 06 ?? mov dword ds:[esi], eax
85 c0 ?? test eax, eax
75 09 ?? jne basic block L6
L4: c6 46 04 03 ?? mov byte ds:[esi + 4], 3
eb 03 ?? jmp basic block L6
L5: 83 26 00 ?? and dword ds:[esi], 0
L6: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40acce
|
??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 ?? push 8
b9 9c 8a 42 00 ?? mov ecx, 0x00428a9c
e8 d7 f8 ff ff ?? call function 0x0040a5c9
L4: 85 c0 ?? test eax, eax
74 0c ?? je basic block L6
L5: 8b 0f ?? mov ecx, dword ds:[edi]
89 08 ?? mov dword ds:[eax], ecx
8b 4f 04 ?? mov ecx, dword ds:[edi + 4]
89 48 04 ?? mov dword ds:[eax + 4], ecx
eb 02 ?? jmp basic block L7
L6: 33 c0 ?? xor eax, eax
L7: 85 c0 ?? test eax, eax
74 08 ?? je basic block L9
L8: ff 06 ?? inc dword ds:[esi]
8b 0e ?? mov ecx, dword ds:[esi]
89 44 8e 04 ?? mov dword ds:[esi + ecx * 4 + 4], eax
L9: 5f ?? pop edi
L10: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ad18
|
??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: 8b 4c 81 04 ?? mov ecx, dword ds:[ecx + eax * 4 + 4]
8b 11 ?? mov edx, dword ds:[ecx]
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
89 10 ?? mov dword ds:[eax], edx
8b 49 04 ?? mov ecx, dword ds:[ecx + 4]
89 48 04 ?? mov dword ds:[eax + 4], ecx
eb 11 ?? jmp basic block L9
L5: 6a 02 ?? push 2
eb 02 ?? jmp basic block L7
L6: 6a 03 ?? push 3
L7: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
e8 1d fe ff ff ?? call function 0x0040ab6e
L8: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
L9: 5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ad58
|
??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 3a 42 00 ?? mov dword ds:[esi], 0x00423afc
85 ff ?? test edi, edi
74 31 ?? je basic block L10
L2: 83 7d 08 00 ?? cmp dword ss:[ebp + 8], 0
74 2b ?? je basic block L10
L3: 6a 00 ?? push 0
57 ?? push edi
b9 9c 8a 42 00 ?? mov ecx, 0x00428a9c
e8 48 f8 ff ff ?? call function 0x0040a5c9
L4: 89 46 04 ?? mov dword ds:[esi + 4], eax
89 7e 08 ?? mov dword ds:[esi + 8], edi
85 c0 ?? test eax, eax
74 1c ?? je basic block L11
L5: 85 ff ?? test edi, edi
76 18 ?? jbe basic block L11
L6: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
2b c8 ?? sub ecx, eax
L7: 8a 14 01 ?? mov dl, byte ds:[ecx + eax]
88 10 ?? mov byte ds:[eax], dl
40 ?? inc eax
4f ?? dec edi
L8: 75 f7 ?? jne basic block L7
L9: eb 08 ?? jmp basic block L11
L10: 83 66 04 00 ?? and dword ds:[esi + 4], 0
83 66 08 00 ?? and dword ds:[esi + 8], 0
L11: 5f ?? pop edi
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40adaf
|
?length@pcharNode@@UBEHXZ
| 1
|
L1: 8b 41 08 ?? mov eax, dword ds:[ecx + 8]
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40adb3
|
?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/ooex0.exe
|
0x40adc5
|
?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 0x0040aae4
L2: 83 c4 10 ?? add esp, 0x10<16>
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ade2
|
?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 3b 42 00 ?? push 0x00423b08<" ?? ">
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
e8 e5 fc ff ff ?? call function 0x0040aae4
L3: 83 c4 10 ?? add esp, 0x10<16>
eb 03 ?? jmp basic block L5
L4: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
L5: 5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ae4f
|
??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 ?? je basic block L9
L4: 83 f8 03 ?? cmp eax, 3
74 15 ?? je basic block L9
L5: 85 c0 ?? test eax, eax
74 17 ?? je basic block L10
L6: 50 ?? push eax
e8 12 fa ff ff ?? call function 0x0040a88b
L7: 59 ?? pop ecx
50 ?? push eax
8b ce ?? mov ecx, esi
e8 89 fd ff ff ?? call function 0x0040ac0b
L8: eb 06 ?? jmp basic block L10
L9: 50 ?? push eax
e8 0d fe ff ff ?? call function 0x0040ac97
L10: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ae91
|
?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 0x0040ac97
L3: eb 61 ?? jmp basic block L20
L4: 57 ?? push edi
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
85 ff ?? test edi, edi
74 54 ?? je basic block L18
L5: 8b 45 0c ?? mov eax, dword ss:[ebp + 12]
85 c0 ?? test eax, eax
74 4d ?? je basic block L18
L6: 83 e8 00 ?? sub eax, 0
74 42 ?? je basic block L17
L7: 48 ?? dec eax
6a 00 ?? push 0
b9 9c 8a 42 00 ?? mov ecx, 0x00428a9c
74 18 ?? je basic block L12
L8: 6a 0c ?? push 12
e8 fd f6 ff ff ?? call function 0x0040a5c9
L9: 85 c0 ?? test eax, eax
74 25 ?? je basic block L15
L10: ff 75 0c ?? push dword ss:[ebp + 12]
8b c8 ?? mov ecx, eax
57 ?? push edi
e8 7d fe ff ff ?? call function 0x0040ad58
L11: eb 1a ?? jmp basic block L16
L12: 6a 08 ?? push 8
e8 e5 f6 ff ff ?? call function 0x0040a5c9
L13: 85 c0 ?? test eax, eax
74 0d ?? je basic block L15
L14: 8a 0f ?? mov cl, byte ds:[edi]
c7 00 cc 3a 42 00 ?? mov dword ds:[eax], 0x00423acc
88 48 04 ?? mov byte ds:[eax + 4], cl
eb 02 ?? jmp basic block L16
L15: 33 c0 ?? xor eax, eax
L16: 89 06 ?? mov dword ds:[esi], eax
85 c0 ?? test eax, eax
75 0a ?? jne basic block L19
L17: c6 46 04 03 ?? mov byte ds:[esi + 4], 3
eb 04 ?? jmp basic block L19
L18: c6 46 04 02 ?? mov byte ds:[esi + 4], 2
L19: 5f ?? pop edi
L20: 5e ?? pop esi
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40af0d
|
??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
74 0b ?? je basic block L3
L2: 6a 01 ?? push 1
8d 45 08 ?? lea eax, ss:[ebp + 8]
50 ?? push eax
e8 5e ff ff ff ?? call function 0x0040ae91
L3: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40af3a
|
??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
3b c2 ?? cmp eax, edx
74 15 ?? je basic block L5
L2: 33 c9 ?? xor ecx, ecx
38 10 ?? cmp byte ds:[eax], dl
74 06 ?? je basic block L4
L3: 41 ?? inc ecx
38 14 01 ?? cmp byte ds:[ecx + eax], dl
75 fa ?? jne basic block L3
L4: 51 ?? push ecx
50 ?? push eax
8b ce ?? mov ecx, esi
e8 25 ff ff ff ?? call function 0x0040ae91
L5: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40af73
|
??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 dword ds:[edi], edx
8b 06 ?? mov eax, dword ds:[esi]
3b c2 ?? cmp eax, edx
0f 84 8f 00 00 00 ?? je basic block L26
L2: 38 10 ?? cmp byte ds:[eax], dl
0f 84 81 00 00 00 ?? je basic block L25
L3: 89 45 08 ?? mov dword ss:[ebp + 8], eax
L4: 8b 0e ?? mov ecx, dword ds:[esi]
8a 01 ?? mov al, byte ds:[ecx]
3a 45 0c ?? cmp al, byte ss:[ebp + 12]
74 4b ?? je basic block L20
L5: 3c 5f ?? cmp al, 0x5f<95>
74 3c ?? je basic block L19
L6: 3c 24 ?? cmp al, 0x24<36>
74 38 ?? je basic block L19
L7: 3c 3c ?? cmp al, 0x3c<60>
74 34 ?? je basic block L19
L8: 3c 3e ?? cmp al, 0x3e<62>
74 30 ?? je basic block L19
L9: 3c 2d ?? cmp al, 0x2d<45>
74 2c ?? je basic block L19
L10: 3c 61 ?? cmp al, 0x61<97>
7c 04 ?? jl basic block L12
L11: 3c 7a ?? cmp al, 0x7a<122>
7e 24 ?? jle basic block L19
L12: 3c 41 ?? cmp al, 0x41<65>
7c 04 ?? jl basic block L14
L13: 3c 5a ?? cmp al, 0x5a<90>
7e 1c ?? jle basic block L19
L14: 3c 30 ?? cmp al, 0x30<48>
7c 04 ?? jl basic block L16
L15: 3c 39 ?? cmp al, 0x39<57>
7e 14 ?? jle basic block L19
L16: 3c 80 ?? cmp al, 0x80<128,-128>
72 04 ?? jb basic block L18
L17: 3c fe ?? cmp al, 0xfe<254,-2>
76 0c ?? jbe basic block L19
L18: f7 05 cc 8a 42 00 00 00 ?? test dword ds:[0x00428acc], 0x00010000
01 00
74 3b ?? je basic block L26
L19: 42 ?? inc edx
41 ?? inc ecx
8b c1 ?? mov eax, ecx
89 0e ?? mov dword ds:[esi], ecx
80 38 00 ?? cmp byte ds:[eax], 0
75 ac ?? jne basic block L4
L20: 52 ?? push edx
ff 75 08 ?? push dword ss:[ebp + 8]
8b cf ?? mov ecx, edi
e8 90 fe ff ff ?? call function 0x0040ae91
L21: 8b 06 ?? mov eax, dword ds:[esi]
8a 08 ?? mov cl, byte ds:[eax]
84 c9 ?? test cl, cl
74 11 ?? je basic block L24
L22: 40 ?? inc eax
89 06 ?? mov dword ds:[esi], eax
3a 4d 0c ?? cmp cl, byte ss:[ebp + 12]
74 19 ?? je basic block L27
L23: 83 27 00 ?? and dword ds:[edi], 0
c6 47 04 03 ?? mov byte ds:[edi + 4], 3
eb 10 ?? jmp basic block L27
L24: 80 7f 04 00 ?? cmp byte ds:[edi + 4], 0
75 0a ?? jne basic block L27
L25: c6 47 04 01 ?? mov byte ds:[edi + 4], 1
eb 04 ?? jmp basic block L27
L26: c6 47 04 02 ?? mov byte ds:[edi + 4], 2
L27: 8b c7 ?? mov eax, edi
5f ?? pop edi
5e ?? pop esi
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b032
|
??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 70 42 00 ?? mov eax, dword ds:[0x0042703c]
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 46 04 ?? mov byte ds:[esi + 4], al
81 66 04 ff 00 ff ff ?? and dword ds:[esi + 4], 0xffff00ff<4294902015,-65281>
8d 7d f8 ?? lea edi, ss:[ebp + 0xf8<248,-8>]
89 06 ?? mov dword ds:[esi], eax
88 45 f8 ?? mov byte ss:[ebp + 0xf8<248,-8>], al
L2: 6a 00 ?? push 0
6a 0a ?? push 10
ff 75 0c ?? push dword ss:[ebp + 12]
4f ?? dec edi
ff 75 08 ?? push dword ss:[ebp + 8]
e8 c3 ad 00 00 ?? call function 0x00415e30
L3: 80 c1 30 ?? add cl, 0x30<48>
89 45 08 ?? mov dword ss:[ebp + 8], eax
0b c2 ?? or eax, edx
89 5d e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], ebx
88 0f ?? mov byte ds:[edi], cl
89 55 0c ?? mov dword ss:[ebp + 12], edx
75 de ?? jne basic block L2
L4: 8d 45 f8 ?? lea eax, ss:[ebp + 0xf8<248,-8>]
2b c7 ?? sub eax, edi
50 ?? push eax
57 ?? push edi
8b ce ?? mov ecx, esi
e8 04 fe ff ff ?? call function 0x0040ae91
L5: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
5f ?? pop edi
8b c6 ?? mov eax, esi
5e ?? pop esi
33 cd ?? xor ecx, ebp
5b ?? pop ebx
e8 88 66 ff ff ?? call function 0x00401724
L6: c9 ?? leave
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b0a0
|
??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 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 0c ?? mov eax, dword ss:[ebp + 12]
56 ?? push esi
8b f1 ?? mov esi, ecx
33 c9 ?? xor ecx, ecx
88 4e 04 ?? mov byte ds:[esi + 4], cl
81 66 04 ff 00 ff ff ?? and dword ds:[esi + 4], 0xffff00ff<4294902015,-65281>
3b c1 ?? cmp eax, ecx
57 ?? push edi
8d 7d f9 ?? lea edi, ss:[ebp + 0xf9<249,-7>]
89 0e ?? mov dword ds:[esi], ecx
88 4d f9 ?? mov byte ss:[ebp + 0xf9<249,-7>], cl
88 4d e3 ?? mov byte ss:[ebp + 0xe3<227,-29>], cl
7f 17 ?? jg basic block L5
L2: 7c 05 ?? jl basic block L4
L3: 39 4d 08 ?? cmp dword ss:[ebp + 8], ecx
73 10 ?? jae basic block L5
L4: 8b 55 08 ?? mov edx, dword ss:[ebp + 8]
f7 da ?? neg edx
13 c1 ?? adc eax, ecx
c6 45 e3 01 ?? mov byte ss:[ebp + 0xe3<227,-29>], 1
f7 d8 ?? neg eax
89 55 08 ?? mov dword ss:[ebp + 8], edx
L5: 53 ?? push ebx
eb 02 ?? jmp basic block L7
L6: 33 c9 ?? xor ecx, ecx
L7: 51 ?? push ecx
6a 0a ?? push 10
50 ?? push eax
ff 75 08 ?? push dword ss:[ebp + 8]
4f ?? dec edi
e8 33 ad 00 00 ?? call function 0x00415e30
L8: 80 c1 30 ?? add cl, 0x30<48>
89 45 08 ?? mov dword ss:[ebp + 8], eax
88 0f ?? mov byte ds:[edi], cl
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
8b c2 ?? mov eax, edx
0b c8 ?? or ecx, eax
89 5d dc ?? mov dword ss:[ebp + 0xdc<220,-36>], ebx
75 dd ?? jne basic block L6
L9: 5b ?? pop ebx
38 4d e3 ?? cmp byte ss:[ebp + 0xe3<227,-29>], cl
74 04 ?? je basic block L11
L10: 4f ?? dec edi
c6 07 2d ?? mov byte ds:[edi], 0x2d<45>
L11: 8d 45 f9 ?? lea eax, ss:[ebp + 0xf9<249,-7>]
2b c7 ?? sub eax, edi
50 ?? push eax
57 ?? push edi
8b ce ?? mov ecx, esi
e8 68 fd ff ff ?? call function 0x0040ae91
L12: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
5f ?? pop edi
8b c6 ?? mov eax, esi
33 cd ?? xor ecx, ebp
5e ?? pop esi
e8 ed 65 ff ff ?? call function 0x00401724
L13: c9 ?? leave
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b13b
|
??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:[esi + 4], eax
e8 f7 fc ff ff ?? call function 0x0040ae4f
L2: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b15f
|
??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 04 ?? movsx eax, byte ds:[eax + 4]
50 ?? push eax
8b ce ?? mov ecx, esi
e8 cd fc ff ff ?? call function 0x0040ae4f
L4: eb 17 ?? jmp basic block L9
L5: 83 3e 00 ?? cmp dword ds:[esi], 0
75 0a ?? jne basic block L8
L6: 50 ?? push eax
8b ce ?? mov ecx, esi
e8 ef f5 ff ff ?? call function 0x0040a780
L7: eb 08 ?? jmp basic block L9
L8: 51 ?? push ecx
8b ce ?? mov ecx, esi
e8 70 fa ff ff ?? call function 0x0040ac0b
L9: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b1a2
|
??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:[edi], 0
75 08 ?? jne basic block L6
L4: 56 ?? push esi
e8 87 fa ff ff ?? call function 0x0040ac4a
L5: eb 3c ?? jmp basic block L16
L6: 8a 46 04 ?? mov al, byte ds:[esi + 4]
84 c0 ?? test al, al
74 0f ?? je basic block L10
L7: 3c 01 ?? cmp al, 1
74 0b ?? je basic block L10
L8: 0f be c0 ?? movsx eax, al
50 ?? push eax
e8 76 fc ff ff ?? call function 0x0040ae4f
L9: eb 26 ?? jmp basic block L16
L10: 6a 00 ?? push 0
6a 08 ?? push 8
b9 9c 8a 42 00 ?? mov ecx, 0x00428a9c
e8 e0 f3 ff ff ?? call function 0x0040a5c9
L11: 85 c0 ?? test eax, eax
74 0a ?? je basic block L14
L12: 56 ?? push esi
8b c8 ?? mov ecx, eax
e8 f1 f5 ff ff ?? call function 0x0040a7e6
L13: eb 02 ?? jmp basic block L15
L14: 33 c0 ?? xor eax, eax
L15: 50 ?? push eax
8b cf ?? mov ecx, edi
e8 0a fa ff ff ?? call function 0x0040ac0b
L16: 5e ?? pop esi
L17: 8b c7 ?? mov eax, edi
5f ?? pop edi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b209
|
??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
74 0b ?? je basic block L3
L2: 6a 01 ?? push 1
8d 45 08 ?? lea eax, ss:[ebp + 8]
50 ?? push eax
e8 62 fc ff ff ?? call function 0x0040ae91
L3: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b236
|
??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
33 c9 ?? xor ecx, ecx
38 10 ?? cmp byte ds:[eax], dl
74 06 ?? je basic block L3
L2: 41 ?? inc ecx
38 14 01 ?? cmp byte ds:[ecx + eax], dl
75 fa ?? jne basic block L2
L3: 51 ?? push ecx
50 ?? push eax
8b ce ?? mov ecx, esi
e8 2d fc ff ff ?? call function 0x0040ae91
L4: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b34e
|
??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:[esi + 4], eax
e8 f4 fd ff ff ?? call function 0x0040b15f
L2: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b372
|
??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:[esi + 4], eax
e8 13 fe ff ff ?? call function 0x0040b1a2
L2: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b396
|
??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:[esi], 0
75 08 ?? jne basic block L6
L4: 53 ?? push ebx
e8 52 fe ff ff ?? call function 0x0040b209
L5: eb 27 ?? jmp basic block L11
L6: 6a 00 ?? push 0
6a 08 ?? push 8
b9 9c 8a 42 00 ?? mov ecx, 0x00428a9c
e8 02 f2 ff ff ?? call function 0x0040a5c9
L7: 85 c0 ?? test eax, eax
74 0b ?? je basic block L9
L8: c7 00 cc 3a 42 00 ?? mov dword ds:[eax], 0x00423acc
88 58 04 ?? mov byte ds:[eax + 4], bl
eb 02 ?? jmp basic block L10
L9: 33 c0 ?? xor eax, eax
L10: 50 ?? push eax
8b ce ?? mov ecx, esi
e8 2b f8 ff ff ?? call function 0x0040ac0b
L11: 5b ?? pop ebx
L12: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b3e8
|
??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 block L15
L3: 38 1e ?? cmp byte ds:[esi], bl
74 3e ?? je basic block L15
L4: 39 1f ?? cmp dword ds:[edi], ebx
75 08 ?? jne basic block L7
L5: 56 ?? push esi
e8 27 fe ff ff ?? call function 0x0040b236
L6: eb 32 ?? jmp basic block L15
L7: 53 ?? push ebx
6a 0c ?? push 12
b9 9c 8a 42 00 ?? mov ecx, 0x00428a9c
e8 ab f1 ff ff ?? call function 0x0040a5c9
L8: 3b c3 ?? cmp eax, ebx
74 17 ?? je basic block L13
L9: 33 d2 ?? xor edx, edx
38 1e ?? cmp byte ds:[esi], bl
74 06 ?? je basic block L11
L10: 42 ?? inc edx
38 1c 32 ?? cmp byte ds:[edx + esi], bl
75 fa ?? jne basic block L10
L11: 52 ?? push edx
56 ?? push esi
8b c8 ?? mov ecx, eax
e8 21 f9 ff ff ?? call function 0x0040ad58
L12: eb 02 ?? jmp basic block L14
L13: 33 c0 ?? xor eax, eax
L14: 50 ?? push eax
8b cf ?? mov ecx, edi
e8 c8 f7 ff ff ?? call function 0x0040ac0b
L15: 5e ?? pop esi
5b ?? pop ebx
L16: 8b c7 ?? mov eax, edi
5f ?? pop edi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b5a2
|
??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 0x0040af0d
L2: 8b c8 ?? mov ecx, eax
e8 8d fd ff ff ?? call function 0x0040b34e
L3: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b5c6
|
??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 0x0040ab6e
L2: 8b c8 ?? mov ecx, eax
e8 69 fd ff ff ?? call function 0x0040b34e
L3: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b5ea
|
??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 0x0040af3a
L2: 8b c8 ?? mov ecx, eax
e8 45 fd ff ff ?? call function 0x0040b34e
L3: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b60e
|
??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:[esi + 4], eax
e8 6b fd ff ff ?? call function 0x0040b396
L2: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40b632
|
??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:[esi + 4], eax
e8 99 fd ff ff ?? call function 0x0040b3e8
L2: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2008/normal/Debug/ooex0.exe
|
0x40e8db
|
??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<248,-8>], ecx
23 c2 ?? and eax, edx
8b 15 c0 8a 42 00 ?? mov edx, dword ds:[0x00428ac0]
85 d2 ?? test edx, edx
74 63 ?? je basic block L14
L2: 80 3a 3f ?? cmp byte ds:[edx], 0x3f<63>
75 4f ?? jne basic block L11
L3: 8a 42 01 ?? mov al, byte ds:[edx + 1]
3c 40 ?? cmp al, 0x40<64>
75 24 ?? jne basic block L7
L4: 83 05 bc 8a 42 00 02 ?? add dword ds:[0x00428abc], 2
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
50 ?? push eax
e8 1d f3 ff ff ?? call function 0x0040dc38
L5: 50 ?? push eax
8d 45 e8 ?? lea eax, ss:[ebp + 0xe8<232,-24>]
68 a0 3d 42 00 ?? push 0x00423da0<"CV: ">
50 ?? push eax
e8 c0 cc ff ff ?? call function 0x0040b5ea
L6: 83 c4 10 ?? add esp, 0x10<16>
eb 2e ?? jmp basic block L13
L7: 3c 24 ?? cmp al, 0x24<36>
75 20 ?? jne basic block L11
L8: 8d 45 e8 ?? lea eax, ss:[ebp + 0xe8<232,-24>]
6a 00 ?? push 0
50 ?? push eax
e8 55 e1 ff ff ?? call function 0x0040ca93
L9: 59 ?? pop ecx
59 ?? pop ecx
8b 08 ?? mov ecx, dword ds:[eax]
8b 40 04 ?? mov eax, dword ds:[eax + 4]
3c 02 ?? cmp al, 2
75 19 ?? jne basic block L14
L10: a1 c0 8a 42 00 ?? mov eax, dword ds:[0x00428ac0]
a3 bc 8a 42 00 ?? mov dword ds:[0x00428abc], eax
L11: 8d 45 e8 ?? lea eax, ss:[ebp + 0xe8<232,-24>]
50 ?? push eax
e8 dc f2 ff ff ?? call function 0x0040dc38
L12: 59 ?? pop ecx
L13: 8b 08 ?? mov ecx, dword ds:[eax]
8b 40 04 ?? mov eax, dword ds:[eax + 4]
L14: 3c 03 ?? cmp al, 3
75 04 ?? jne basic block L16
L15: 33 c0 ?? xor eax, eax
c9 ?? leave
c3 ?? ret
L16: 3c 02 ?? cmp al, 2
74 1f ?? je basic block L20
L17: f7 05 cc 8a 42 00 00 10 ?? test dword ds:[0x00428acc], 0x00001000<4096>
00 00
75 0b ?? jne basic block L19
L18: 8b 15 bc 8a 42 00 ?? mov edx, dword ds:[0x00428abc]
80 3a 00 ?? cmp byte ds:[edx], 0
75 08 ?? jne basic block L20
L19: 89 4d f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], ecx
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
eb 0e ?? jmp basic block L21
L20: ff 35 c0 8a 42 00 ?? push dword ds:[0x00428ac0]
8d 4d f8 ?? lea ecx, ss:[ebp + 0xf8<248,-8>]
e8 9b c8 ff ff ?? call function 0x0040b236
L21: a1 c4 8a 42 00 ?? mov eax, dword ds:[0x00428ac4]
85 c0 ?? test eax, eax
75 28 ?? jne basic block L26
L22: 8b 4d f8 ?? mov ecx, dword ss:[ebp + 0xf8<248,-8>]
85 c9 ?? test ecx, ecx
74 04 ?? je basic block L24
L23: 8b 01 ?? mov eax, dword ds:[ecx]
ff 10 ?? call dword ds:[eax]
L24: 40 ?? inc eax
a3 c8 8a 42 00 ?? mov dword ds:[0x00428ac8], eax
83 c0 07 ?? add eax, 7
83 e0 f8 ?? and eax, 0xf8<248,-8>
50 ?? push eax
ff 15 9c 8a 42 00 ?? call dword ds:[0x00428a9c]
L25: 59 ?? pop ecx
a3 c4 8a 42 00 ?? mov dword ds:[0x00428ac4], eax
85 c0 ?? test eax, eax
74 3e ?? je basic block L36
L26: ff 35 c8 8a 42 00 ?? push dword ds:[0x00428ac8]
8d 4d f8 ?? lea ecx, ss:[ebp + 0xf8<248,-8>]
50 ?? push eax
e8 d8 c1 ff ff ?? call function 0x0040abb3
L27: a1 c4 8a 42 00 ?? mov eax, dword ds:[0x00428ac4]
8b d0 ?? mov edx, eax
eb 17 ?? jmp basic block L34
L28: 80 f9 20 ?? cmp cl, 0x20<32>
75 0e ?? jne basic block L33
L29: 40 ?? inc eax
88 0a ?? mov byte ds:[edx], cl
42 ?? inc edx
eb 01 ?? jmp basic block L31
L30: 40 ?? inc eax
L31: 80 38 20 ?? cmp byte ds:[eax], 0x20<32>
74 fa ?? je basic block L30
L32: eb 04 ?? jmp basic block L34
L33: 88 0a ?? mov byte ds:[edx], cl
42 ?? inc edx
40 ?? inc eax
L34: 8a 08 ?? mov cl, byte ds:[eax]
84 c9 ?? test cl, cl
75 e3 ?? jne basic block L28
L35: 8a c1 ?? mov al, cl
88 02 ?? mov byte ds:[edx], al
a1 c4 8a 42 00 ?? mov eax, dword ds:[0x00428ac4]
L36: c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40eb5c
|
___unDName
| 0
|
L1: 6a 64 ?? push 0x64<100>
68 c8 68 42 00 ?? push 0x004268c8
e8 d4 5f ff ff ?? call function 0x00404b3c
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 64 ff ff ?? call function 0x00404fee
L5: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 f0 ?? je basic block L3
L6: 6a 05 ?? push 5
e8 29 65 ff ff ?? call function 0x004050b1
L7: 59 ?? pop ecx
89 75 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], esi
89 3d 9c 8a 42 00 ?? mov dword ds:[0x00428a9c], edi
8b 45 18 ?? mov eax, dword ss:[ebp + 0x18<24>]
a3 a0 8a 42 00 ?? mov dword ds:[0x00428aa0], eax
89 35 ac 8a 42 00 ?? mov dword ds:[0x00428aac], esi
89 35 a4 8a 42 00 ?? mov dword ds:[0x00428aa4], esi
89 35 a8 8a 42 00 ?? mov dword ds:[0x00428aa8], esi
0f b7 45 1c ?? movzx eax, word ss:[ebp + 0x1c<28>]
50 ?? push eax
56 ?? push esi
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dword ss:[ebp + 12]
ff 75 08 ?? push dword ss:[ebp + 8]
8d 4d 8c ?? lea ecx, ss:[ebp + 0x8c<140,-116>]
e8 30 be ff ff ?? call function 0x0040a9f3
L8: 8d 4d 8c ?? lea ecx, ss:[ebp + 0x8c<140,-116>]
e8 10 fd ff ff ?? call function 0x0040e8db
L9: 89 45 e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], eax
b9 9c 8a 42 00 ?? mov ecx, 0x00428a9c
e8 88 b3 ff ff ?? call function 0x00409f60
L10: c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
e8 09 00 00 00 ?? call function 0x0040ebed
L11: 8b 45 e4 ?? mov eax, dword ss:[ebp + 0xe4<228,-28>]
L12: e8 95 5f ff ff ?? call function 0x00404b81
L13: c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ebf6
|
___unDNameEx
| 0
|
L1: 6a 64 ?? push 0x64<100>
68 e8 68 42 00 ?? push 0x004268e8
e8 3a 5f ff ff ?? call function 0x00404b3c
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 63 ff ff ?? call function 0x00404fee
L5: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 f0 ?? je basic block L3
L6: 6a 05 ?? push 5
e8 8f 64 ff ff ?? call function 0x004050b1
L7: 59 ?? pop ecx
89 75 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], esi
89 3d 9c 8a 42 00 ?? mov dword ds:[0x00428a9c], edi
8b 45 18 ?? mov eax, dword ss:[ebp + 0x18<24>]
a3 a0 8a 42 00 ?? mov dword ds:[0x00428aa0], eax
89 35 ac 8a 42 00 ?? mov dword ds:[0x00428aac], esi
89 35 a4 8a 42 00 ?? mov dword ds:[0x00428aa4], esi
89 35 a8 8a 42 00 ?? mov dword ds:[0x00428aa8], esi
ff 75 20 ?? push dword ss:[ebp + 0x20<32>]
ff 75 1c ?? push dword ss:[ebp + 0x1c<28>]
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]
8d 4d 8c ?? lea ecx, ss:[ebp + 0x8c<140,-116>]
e8 96 bd ff ff ?? call function 0x0040a9f3
L8: 8d 4d 8c ?? lea ecx, ss:[ebp + 0x8c<140,-116>]
e8 76 fc ff ff ?? call function 0x0040e8db
L9: 89 45 e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], eax
b9 9c 8a 42 00 ?? mov ecx, 0x00428a9c
e8 ee b2 ff ff ?? call function 0x00409f60
L10: c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
e8 09 00 00 00 ?? call function 0x0040ec87
L11: 8b 45 e4 ?? mov eax, dword ss:[ebp + 0xe4<228,-28>]
L12: e8 fb 5e ff ff ?? call function 0x00404b81
L13: c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40f2ad
|
__calloc_impl
| 0
|
L1: 6a 0c ?? push 12
68 08 69 42 00 ?? push 0x00426908
e8 83 58 ff ff ?? call function 0x00404b3c
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 ?? cmp eax, dword ss:[ebp + 12]
1b c0 ?? sbb eax, eax
40 ?? inc eax
75 1f ?? jne basic block L8
L4: e8 5e 5b ff ff ?? call function 0x00404e34
L5: c7 00 0c 00 00 00 ?? mov dword ds:[eax], 12
57 ?? push edi
57 ?? push edi
57 ?? push edi
57 ?? push edi
57 ?? push edi
e8 1f 98 ff ff ?? call function 0x00408b05
L6: 83 c4 14 ?? add esp, 0x14<20>
L7: 33 c0 ?? xor eax, eax
e9 d5 00 00 00 ?? jmp basic block L32
L8: 0f af 4d 0c ?? imul ecx, dword ss:[ebp + 12]
8b f1 ?? mov esi, ecx
89 75 08 ?? mov dword ss:[ebp + 8], esi
3b f7 ?? cmp esi, edi
75 03 ?? jne basic block L10
L9: 33 f6 ?? xor esi, esi
46 ?? inc esi
L10: 33 db ?? xor ebx, ebx
89 5d e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], ebx
83 fe e0 ?? cmp esi, 0xe0<224,-32>
77 69 ?? ja basic block L22
L11: 83 3d 34 8c 42 00 03 ?? cmp dword ds:[0x00428c34], 3
75 4b ?? jne basic block L19
L12: 83 c6 0f ?? add esi, 15
83 e6 f0 ?? and esi, 0xf0<240,-16>
89 75 0c ?? mov dword ss:[ebp + 12], esi
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
3b 05 24 8c 42 00 ?? cmp eax, dword ds:[0x00428c24]
77 37 ?? ja basic block L19
L13: 6a 04 ?? push 4
e8 83 5d ff ff ?? call function 0x004050b1
L14: 59 ?? pop ecx
89 7d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], edi
ff 75 08 ?? push dword ss:[ebp + 8]
e8 e4 6a ff ff ?? call function 0x00405e1e
L15: 59 ?? pop ecx
89 45 e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], eax
c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
e8 5f 00 00 00 ?? call function 0x0040f3a9
L16: 8b 5d e4 ?? mov ebx, dword ss:[ebp + 0xe4<228,-28>]
3b df ?? cmp ebx, edi
74 11 ?? je basic block L20
L17: ff 75 08 ?? push dword ss:[ebp + 8]
57 ?? push edi
53 ?? push ebx
e8 f5 26 00 00 ?? call function 0x00411a50
L18: 83 c4 0c ?? add esp, 12
L19: 3b df ?? cmp ebx, edi
75 61 ?? jne basic block L31
L20: 56 ?? push esi
6a 08 ?? push 8
ff 35 b4 88 42 00 ?? push dword ds:[0x004288b4]
ff 15 c4 91 42 00 ?? call dword ds:[0x004291c4]
L21: 8b d8 ?? mov ebx, eax
L22: 3b df ?? cmp ebx, edi
75 4c ?? jne basic block L31
L23: 39 3d 18 8a 42 00 ?? cmp dword ds:[0x00428a18], edi
74 33 ?? je basic block L28
L24: 56 ?? push esi
e8 07 2d ff ff ?? call function 0x0040208c
L25: 59 ?? pop ecx
85 c0 ?? test eax, eax
0f 85 72 ff ff ff ?? jne basic block L10
L26: 8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
3b c7 ?? cmp eax, edi
0f 84 50 ff ff ff ?? je basic block L7
L27: c7 00 0c 00 00 00 ?? mov dword ds:[eax], 12
e9 45 ff ff ff ?? jmp basic block L7
L28: 3b df ?? cmp ebx, edi
75 0d ?? jne basic block L31
L29: 8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
3b c7 ?? cmp eax, edi
74 06 ?? je basic block L31
L30: c7 00 0c 00 00 00 ?? mov dword ds:[eax], 12
L31: 8b c3 ?? mov eax, ebx
L32: e8 b7 57 ff ff ?? call function 0x00404b81
L33: c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40f3cb
|
_realloc
| 0
|
L1: 6a 10 ?? push 0x10<16>
68 28 69 42 00 ?? push 0x00426928
e8 65 57 ff ff ?? call function 0x00404b3c
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 81 2b ff ff ?? call function 0x00401f67
L4: 59 ?? pop ecx
e9 cc 01 00 00 ?? jmp basic block L67
L5: 8b 75 0c ?? mov esi, dword ss:[ebp + 12]
85 f6 ?? test esi, esi
75 0c ?? jne basic block L8
L6: 53 ?? push ebx
e8 3a 25 ff ff ?? call function 0x00401933
L7: 59 ?? pop ecx
e9 b7 01 00 00 ?? jmp basic block L66
L8: 83 3d 34 8c 42 00 03 ?? cmp dword ds:[0x00428c34], 3
0f 85 93 01 00 00 ?? jne basic block L62
L9: 33 ff ?? xor edi, edi
89 7d e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], edi
83 fe e0 ?? cmp esi, 0xe0<224,-32>
0f 87 8a 01 00 00 ?? ja basic block L63
L10: 6a 04 ?? push 4
e8 90 5c ff ff ?? call function 0x004050b1
L11: 59 ?? pop ecx
89 7d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], edi
53 ?? push ebx
e8 b4 5d ff ff ?? call function 0x004051df
L12: 59 ?? pop ecx
89 45 e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], eax
3b c7 ?? cmp eax, edi
0f 84 9e 00 00 00 ?? je basic block L35
L13: 3b 35 24 8c 42 00 ?? cmp esi, dword ds:[0x00428c24]
77 49 ?? ja basic block L25
L14: 56 ?? push esi
53 ?? push ebx
50 ?? push eax
e8 96 62 ff ff ?? call function 0x004056dd
L15: 83 c4 0c ?? add esp, 12
85 c0 ?? test eax, eax
74 05 ?? je basic block L17
L16: 89 5d e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], ebx
eb 35 ?? jmp basic block L25
L17: 56 ?? push esi
e8 c5 69 ff ff ?? call function 0x00405e1e
L18: 59 ?? pop ecx
89 45 e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], eax
3b c7 ?? cmp eax, edi
74 27 ?? je basic block L25
L19: 8b 43 fc ?? mov eax, dword ds:[ebx + 0xfc<252,-4>]
48 ?? dec eax
3b c6 ?? cmp eax, esi
72 02 ?? jb basic block L21
L20: 8b c6 ?? mov eax, esi
L21: 50 ?? push eax
53 ?? push ebx
ff 75 e4 ?? push dword ss:[ebp + 0xe4<228,-28>]
e8 0b a6 ff ff ?? call function 0x00409a80
L22: 53 ?? push ebx
e8 64 5d ff ff ?? call function 0x004051df
L23: 89 45 e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], eax
53 ?? push ebx
50 ?? push eax
e8 8a 5d ff ff ?? call function 0x0040520f
L24: 83 c4 18 ?? add esp, 0x18<24>
L25: 39 7d e4 ?? cmp dword ss:[ebp + 0xe4<228,-28>], edi
75 48 ?? jne basic block L35
L26: 3b f7 ?? cmp esi, edi
75 06 ?? jne basic block L28
L27: 33 f6 ?? xor esi, esi
46 ?? inc esi
89 75 0c ?? mov dword ss:[ebp + 12], esi
L28: 83 c6 0f ?? add esi, 15
83 e6 f0 ?? and esi, 0xf0<240,-16>
89 75 0c ?? mov dword ss:[ebp + 12], esi
56 ?? push esi
57 ?? push edi
ff 35 b4 88 42 00 ?? push dword ds:[0x004288b4]
ff 15 c4 91 42 00 ?? call dword ds:[0x004291c4]
L29: 89 45 e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], eax
3b c7 ?? cmp eax, edi
74 20 ?? je basic block L35
L30: 8b 43 fc ?? mov eax, dword ds:[ebx + 0xfc<252,-4>]
48 ?? dec eax
3b c6 ?? cmp eax, esi
72 02 ?? jb basic block L32
L31: 8b c6 ?? mov eax, esi
L32: 50 ?? push eax
53 ?? push ebx
ff 75 e4 ?? push dword ss:[ebp + 0xe4<228,-28>]
e8 b7 a5 ff ff ?? call function 0x00409a80
L33: 53 ?? push ebx
ff 75 e0 ?? push dword ss:[ebp + 0xe0<224,-32>]
e8 3d 5d ff ff ?? call function 0x0040520f
L34: 83 c4 14 ?? add esp, 0x14<20>
L35: c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
e8 2e 00 00 00 ?? call function 0x0040f50f
L36: 83 7d e0 00 ?? cmp dword ss:[ebp + 0xe0<224,-32>], 0
75 31 ?? jne basic block L41
L37: 85 f6 ?? test esi, esi
75 01 ?? jne basic block L39
L38: 46 ?? inc esi
L39: 83 c6 0f ?? add esi, 15
83 e6 f0 ?? and esi, 0xf0<240,-16>
89 75 0c ?? mov dword ss:[ebp + 12], esi
56 ?? push esi
53 ?? push ebx
6a 00 ?? push 0
ff 35 b4 88 42 00 ?? push dword ds:[0x004288b4]
ff 15 70 92 42 00 ?? call dword ds:[0x00429270]
L40: 8b f8 ?? mov edi, eax
eb 12 ?? jmp basic block L42
L41: 8b 7d e4 ?? mov edi, dword ss:[ebp + 0xe4<228,-28>]
L42: 85 ff ?? test edi, edi
0f 85 bf 00 00 00 ?? jne basic block L76
L43: 39 3d 18 8a 42 00 ?? cmp dword ds:[0x00428a18], edi
74 2c ?? je basic block L51
L44: 56 ?? push esi
e8 5b 2b ff ff ?? call function 0x0040208c
L45: 59 ?? pop ecx
85 c0 ?? test eax, eax
0f 85 d2 fe ff ff ?? jne basic block L9
L46: e8 f5 58 ff ff ?? call function 0x00404e34
L47: 39 7d e0 ?? cmp dword ss:[ebp + 0xe0<224,-32>], edi
75 6c ?? jne basic block L65
L48: 8b f0 ?? mov esi, eax
ff 15 bc 91 42 00 ?? call dword ds:[0x004291bc]
L49: 50 ?? push eax
e8 a0 58 ff ff ?? call function 0x00404df2
L50: 59 ?? pop ecx
89 06 ?? mov dword ds:[esi], eax
eb 5f ?? jmp basic block L66
L51: 85 ff ?? test edi, edi
0f 85 83 00 00 00 ?? jne basic block L76
L52: e8 d0 58 ff ff ?? call function 0x00404e34
L53: 39 7d e0 ?? cmp dword ss:[ebp + 0xe0<224,-32>], edi
74 68 ?? je basic block L73
L54: c7 00 0c 00 00 00 ?? mov dword ds:[eax], 12
eb 71 ?? jmp basic block L76
L55: 85 f6 ?? test esi, esi
75 01 ?? jne basic block L57
L56: 46 ?? inc esi
L57: 56 ?? push esi
53 ?? push ebx
6a 00 ?? push 0
ff 35 b4 88 42 00 ?? push dword ds:[0x004288b4]
ff 15 70 92 42 00 ?? call dword ds:[0x00429270]
L58: 8b f8 ?? mov edi, eax
85 ff ?? test edi, edi
75 56 ?? jne basic block L76
L59: 39 05 18 8a 42 00 ?? cmp dword ds:[0x00428a18], eax
74 34 ?? je basic block L71
L60: 56 ?? push esi
e8 f2 2a ff ff ?? call function 0x0040208c
L61: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 1f ?? je basic block L69
L62: 83 fe e0 ?? cmp esi, 0xe0<224,-32>
76 cd ?? jbe basic block L55
L63: 56 ?? push esi
e8 e2 2a ff ff ?? call function 0x0040208c
L64: 59 ?? pop ecx
e8 84 58 ff ff ?? call function 0x00404e34
L65: c7 00 0c 00 00 00 ?? mov dword ds:[eax], 12
L66: 33 c0 ?? xor eax, eax
L67: e8 c4 55 ff ff ?? call function 0x00404b81
L68: c3 ?? ret
L69: e8 71 58 ff ff ?? call function 0x00404e34
L70: e9 7c ff ff ff ?? jmp basic block L48
L71: 85 ff ?? test edi, edi
75 16 ?? jne basic block L76
L72: e8 63 58 ff ff ?? call function 0x00404e34
L73: 8b f0 ?? mov esi, eax
ff 15 bc 91 42 00 ?? call dword ds:[0x004291bc]
L74: 50 ?? push eax
e8 13 58 ff ff ?? call function 0x00404df2
L75: 89 06 ?? mov dword ds:[esi], eax
59 ?? pop ecx
L76: 8b c7 ?? mov eax, edi
eb d2 ?? jmp basic block L67
|
./vs2008/normal/Debug/ooex0.exe
|
0x40f5e6
|
__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:[ebp + 0x10<16>]
73 1c ?? jae basic block L6
L3: e8 2e 58 ff ff ?? call function 0x00404e34
L4: 53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
53 ?? push ebx
c7 00 0c 00 00 00 ?? mov dword ds:[eax], 12
e8 ef 94 ff ff ?? call function 0x00408b05
L5: 83 c4 14 ?? add esp, 0x14<20>
33 c0 ?? xor eax, eax
eb 41 ?? jmp basic block L15
L6: 0f af 4d 10 ?? imul ecx, dword ss:[ebp + 0x10<16>]
56 ?? push esi
57 ?? push edi
8b f1 ?? mov esi, ecx
39 5d 08 ?? cmp dword ss:[ebp + 8], ebx
74 0b ?? je basic block L9
L7: ff 75 08 ?? push dword ss:[ebp + 8]
e8 32 71 ff ff ?? call function 0x00406764
L8: 59 ?? pop ecx
8b d8 ?? mov ebx, eax
L9: 56 ?? push esi
ff 75 08 ?? push dword ss:[ebp + 8]
e8 8d fd ff ff ?? call function 0x0040f3cb
L10: 8b f8 ?? mov edi, eax
59 ?? pop ecx
59 ?? pop ecx
85 ff ?? test edi, edi
74 14 ?? je basic block L14
L11: 3b de ?? cmp ebx, esi
73 10 ?? jae basic block L14
L12: 2b f3 ?? sub esi, ebx
56 ?? push esi
6a 00 ?? push 0
03 df ?? add ebx, edi
53 ?? push ebx
e8 f9 23 00 00 ?? call function 0x00411a50
L13: 83 c4 0c ?? add esp, 12
L14: 8b c7 ?? mov eax, edi
5f ?? pop edi
5e ?? pop esi
L15: 5b ?? pop ebx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40f661
|
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 ecx, 7
eb 06 ?? jmp basic block L3
L2: 8d 9b 00 00 00 00 ?? lea ebx, ds:[ebx + 0]
L3: 66 0f 6f 06 ?? movdqa xmm0, v2qword ds:[esi]
66 0f 6f 4e 10 ?? movdqa xmm1, v2qword ds:[esi + 0x10<16>]
66 0f 6f 56 20 ?? movdqa xmm2, v2qword ds:[esi + 0x20<32>]
66 0f 6f 5e 30 ?? movdqa xmm3, v2qword ds:[esi + 0x30<48>]
66 0f 7f 07 ?? movdqa v2qword ds:[edi], xmm0
66 0f 7f 4f 10 ?? movdqa v2qword ds:[edi + 0x10<16>], xmm1
66 0f 7f 57 20 ?? movdqa v2qword ds:[edi + 0x20<32>], xmm2
66 0f 7f 5f 30 ?? movdqa v2qword ds:[edi + 0x30<48>], xmm3
66 0f 6f 66 40 ?? movdqa xmm4, v2qword ds:[esi + 0x40<64>]
66 0f 6f 6e 50 ?? movdqa xmm5, v2qword ds:[esi + 0x50<80>]
66 0f 6f 76 60 ?? movdqa xmm6, v2qword ds:[esi + 0x60<96>]
66 0f 6f 7e 70 ?? movdqa xmm7, v2qword ds:[esi + 0x70<112>]
66 0f 7f 67 40 ?? movdqa v2qword ds:[edi + 0x40<64>], xmm4
66 0f 7f 6f 50 ?? movdqa v2qword ds:[edi + 0x50<80>], xmm5
66 0f 7f 77 60 ?? movdqa v2qword ds:[edi + 0x60<96>], xmm6
66 0f 7f 7f 70 ?? movdqa v2qword ds:[edi + 0x70<112>], xmm7
8d b6 80 00 00 00 ?? lea esi, ds:[esi + 0x00000080<128>]
8d bf 80 00 00 00 ?? lea edi, ds:[edi + 0x00000080<128>]
49 ?? dec ecx
L4: 75 a3 ?? jne basic block L3
L5: 8b 75 f8 ?? mov esi, dword ss:[ebp + 0xf8<248,-8>]
8b 7d fc ?? mov edi, dword ss:[ebp + 0xfc<252,-4>]
8b e5 ?? mov esp, ebp
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40f6e8
|
__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 ecx, eax
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
33 ca ?? xor ecx, edx
2b ca ?? sub ecx, edx
83 e1 0f ?? and ecx, 15
33 ca ?? xor ecx, edx
2b ca ?? sub ecx, edx
99 ?? cdq
8b f8 ?? mov edi, eax
33 fa ?? xor edi, edx
2b fa ?? sub edi, edx
83 e7 0f ?? and edi, 15
33 fa ?? xor edi, edx
2b fa ?? sub edi, edx
8b d1 ?? mov edx, ecx
0b d7 ?? or edx, edi
75 4a ?? jne basic block L7
L2: 8b 75 10 ?? mov esi, dword ss:[ebp + 0x10<16>]
8b ce ?? mov ecx, esi
83 e1 7f ?? and ecx, 0x7f<127>
89 4d e8 ?? mov dword ss:[ebp + 0xe8<232,-24>], ecx
3b f1 ?? cmp esi, ecx
74 13 ?? je basic block L5
L3: 2b f1 ?? sub esi, ecx
56 ?? push esi
53 ?? push ebx
50 ?? push eax
e8 27 ff ff ff ?? call function 0x0040f661
L4: 83 c4 0c ?? add esp, 12
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8b 4d e8 ?? mov ecx, dword ss:[ebp + 0xe8<232,-24>]
L5: 85 c9 ?? test ecx, ecx
74 77 ?? je basic block L11
L6: 8b 5d 10 ?? mov ebx, dword ss:[ebp + 0x10<16>]
8b 55 0c ?? mov edx, dword ss:[ebp + 12]
03 d3 ?? add edx, ebx
2b d1 ?? sub edx, ecx
89 55 ec ?? mov dword ss:[ebp + 0xec<236,-20>], edx
03 d8 ?? add ebx, eax
2b d9 ?? sub ebx, ecx
89 5d f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], ebx
8b 75 ec ?? mov esi, dword ss:[ebp + 0xec<236,-20>]
8b 7d f0 ?? mov edi, dword ss:[ebp + 0xf0<240,-16>]
8b 4d e8 ?? mov ecx, dword ss:[ebp + 0xe8<232,-24>]
f3 a4 ?? rep_movsb
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
eb 53 ?? jmp basic block L11
L7: 3b cf ?? cmp ecx, edi
75 35 ?? jne basic block L10
L8: f7 d9 ?? neg ecx
83 c1 10 ?? add ecx, 0x10<16>
89 4d e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], ecx
8b 75 0c ?? mov esi, dword ss:[ebp + 12]
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
8b 4d e4 ?? mov ecx, dword ss:[ebp + 0xe4<228,-28>]
f3 a4 ?? rep_movsb
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
03 4d e4 ?? add ecx, dword ss:[ebp + 0xe4<228,-28>]
8b 55 0c ?? mov edx, dword ss:[ebp + 12]
03 55 e4 ?? add edx, dword ss:[ebp + 0xe4<228,-28>]
8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
2b 45 e4 ?? sub eax, dword ss:[ebp + 0xe4<228,-28>]
50 ?? push eax
52 ?? push edx
51 ?? push ecx
e8 4c ff ff ff ?? call basic block L1
L9: 83 c4 0c ?? add esp, 12
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
eb 1a ?? jmp basic block L11
L10: 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>]
8b d1 ?? mov edx, ecx
c1 e9 02 ?? shr ecx, 2
f3 a5 ?? rep_movsd
8b ca ?? mov ecx, edx
83 e1 03 ?? and ecx, 3
f3 a4 ?? rep_movsb
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
L11: 8b 5d fc ?? mov ebx, dword ss:[ebp + 0xfc<252,-4>]
8b 75 f8 ?? mov esi, dword ss:[ebp + 0xf8<248,-8>]
8b 7d f4 ?? mov edi, dword ss:[ebp + 0xf4<244,-12>]
8b e5 ?? mov esp, ebp
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40f7cb
|
has_osfxsr_set
| 0
|
L1: 6a 0c ?? push 12
68 48 69 42 00 ?? push 0x00426948
e8 65 53 ff ff ?? call function 0x00404b3c
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:[ebp + 0xec<236,-20>]
8b 00 ?? mov eax, dword ds:[eax]
8b 00 ?? mov eax, dword ds:[eax]
3d 05 00 00 c0 ?? cmp eax, 0xc0000005
74 0a ?? je basic block L6
L4: 3d 1d 00 00 c0 ?? cmp eax, 0xc000001d
74 03 ?? je basic block L6
L5: 33 c0 ?? xor eax, eax
c3 ?? ret
L6: 33 c0 ?? xor eax, eax
40 ?? inc eax
c3 ?? ret
L7: 8b 65 e8 ?? mov esp, dword ss:[ebp + 0xe8<232,-24>]
83 65 e4 00 ?? and dword ss:[ebp + 0xe4<228,-28>], 0
L8: c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
8b 45 e4 ?? mov eax, dword ss:[ebp + 0xe4<228,-28>]
e8 67 53 ff ff ?? call function 0x00404b81
L9: c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40f81b
|
__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 ?? pushfd
58 ?? pop eax
8b c8 ?? mov ecx, eax
35 00 00 20 00 ?? xor eax, 0x00200000
50 ?? push eax
9d ?? popfd
9c ?? pushfd
5a ?? pop edx
2b d1 ?? sub edx, ecx
74 1f ?? je basic block L3
L2: 51 ?? push ecx
9d ?? popfd
33 c0 ?? xor eax, eax
0f a2 ?? cpuid
89 45 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], eax
89 5d e8 ?? mov dword ss:[ebp + 0xe8<232,-24>], ebx
89 55 ec ?? mov dword ss:[ebp + 0xec<236,-20>], edx
89 4d f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], ecx
b8 01 00 00 00 ?? mov eax, 1
0f a2 ?? cpuid
89 55 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], edx
89 45 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], eax
L3: 5b ?? pop ebx
f7 45 fc 00 00 00 04 ?? test dword ss:[ebp + 0xfc<252,-4>], 0x04000000
74 0e ?? je basic block L7
L4: e8 5c ff ff ff ?? call function 0x0040f7cb
L5: 85 c0 ?? test eax, eax
74 05 ?? je basic block L7
L6: 33 c0 ?? xor eax, eax
40 ?? inc eax
eb 02 ?? jmp basic block L8
L7: 33 c0 ?? xor eax, eax
L8: 5b ?? pop ebx
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40f87d
|
___sse2_available_init
| 0
|
L1: e8 99 ff ff ff ?? call function 0x0040f81b
L2: a3 dc 8b 42 00 ?? mov dword ds:[0x00428bdc], eax
33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40f88a
|
___pwctype_func
| 0
|
L1: a1 24 7b 42 00 ?? mov eax, dword ds:[0x00427b24<"JAB">]
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40f890
|
___pctype_func
| 0
|
L1: e8 70 3d ff ff ?? call function 0x00403605
L2: 8b c8 ?? mov ecx, eax
8b 41 6c ?? mov eax, dword ds:[ecx + 0x6c<108>]
3b 05 a8 75 42 00 ?? cmp eax, dword ds:[0x004275a8]
74 10 ?? je basic block L5
L3: 8b 15 1c 7c 42 00 ?? mov edx, dword ds:[0x00427c1c]
85 51 70 ?? test dword ds:[ecx + 0x70<112>], edx
75 05 ?? jne basic block L5
L4: e8 e4 76 ff ff ?? call function 0x00406f96
L5: 8b 80 c8 00 00 00 ?? mov eax, dword ds:[eax + 0x000000c8<200>]
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40f8b9
|
_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 esi, esi
75 05 ?? jne basic block L3
L2: 83 c8 ff ?? or eax, 0xff<255,-1>
c9 ?? leave
c3 ?? ret
L3: 83 65 f4 00 ?? and dword ss:[ebp + 0xf4<244,-12>], 0
53 ?? push ebx
57 ?? push edi
89 45 f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], eax
8d 46 04 ?? lea eax, ds:[esi + 4]
50 ?? push eax
6a 31 ?? push 0x31<49>
51 ?? push ecx
33 db ?? xor ebx, ebx
43 ?? inc ebx
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 db 99 ff ff ?? call function 0x004092d0
L4: 8b f8 ?? mov edi, eax
8d 46 08 ?? lea eax, ds:[esi + 8]
50 ?? push eax
6a 32 ?? push 0x32<50>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 c6 99 ff ff ?? call function 0x004092d0
L5: 0b f8 ?? or edi, eax
8d 46 0c ?? lea eax, ds:[esi + 12]
50 ?? push eax
6a 33 ?? push 0x33<51>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 b1 99 ff ff ?? call function 0x004092d0
L6: 0b f8 ?? or edi, eax
8d 46 10 ?? lea eax, ds:[esi + 0x10<16>]
50 ?? push eax
6a 34 ?? push 0x34<52>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 9c 99 ff ff ?? call function 0x004092d0
L7: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 46 14 ?? lea eax, ds:[esi + 0x14<20>]
50 ?? push eax
6a 35 ?? push 0x35<53>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 84 99 ff ff ?? call function 0x004092d0
L8: 0b f8 ?? or edi, eax
8d 46 18 ?? lea eax, ds:[esi + 0x18<24>]
50 ?? push eax
6a 36 ?? push 0x36<54>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 6f 99 ff ff ?? call function 0x004092d0
L9: 56 ?? push esi
6a 37 ?? push 0x37<55>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
0b f8 ?? or edi, eax
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 5d 99 ff ff ?? call function 0x004092d0
L10: 0b f8 ?? or edi, eax
8d 46 20 ?? lea eax, ds:[esi + 0x20<32>]
50 ?? push eax
6a 2a ?? push 0x2a<42>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 48 99 ff ff ?? call function 0x004092d0
L11: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 46 24 ?? lea eax, ds:[esi + 0x24<36>]
50 ?? push eax
6a 2b ?? push 0x2b<43>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 30 99 ff ff ?? call function 0x004092d0
L12: 0b f8 ?? or edi, eax
8d 46 28 ?? lea eax, ds:[esi + 0x28<40>]
50 ?? push eax
6a 2c ?? push 0x2c<44>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 1b 99 ff ff ?? call function 0x004092d0
L13: 0b f8 ?? or edi, eax
8d 46 2c ?? lea eax, ds:[esi + 0x2c<44>]
50 ?? push eax
6a 2d ?? push 0x2d<45>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 06 99 ff ff ?? call function 0x004092d0
L14: 0b f8 ?? or edi, eax
8d 46 30 ?? lea eax, ds:[esi + 0x30<48>]
50 ?? push eax
6a 2e ?? push 0x2e<46>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 f1 98 ff ff ?? call function 0x004092d0
L15: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 46 34 ?? lea eax, ds:[esi + 0x34<52>]
50 ?? push eax
6a 2f ?? push 0x2f<47>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 d9 98 ff ff ?? call function 0x004092d0
L16: 0b f8 ?? or edi, eax
8d 46 1c ?? lea eax, ds:[esi + 0x1c<28>]
50 ?? push eax
6a 30 ?? push 0x30<48>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 c4 98 ff ff ?? call function 0x004092d0
L17: 0b f8 ?? or edi, eax
8d 46 38 ?? lea eax, ds:[esi + 0x38<56>]
50 ?? push eax
6a 44 ?? push 0x44<68>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 af 98 ff ff ?? call function 0x004092d0
L18: 0b f8 ?? or edi, eax
8d 46 3c ?? lea eax, ds:[esi + 0x3c<60>]
50 ?? push eax
6a 45 ?? push 0x45<69>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 9a 98 ff ff ?? call function 0x004092d0
L19: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 46 40 ?? lea eax, ds:[esi + 0x40<64>]
50 ?? push eax
6a 46 ?? push 0x46<70>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 82 98 ff ff ?? call function 0x004092d0
L20: 0b f8 ?? or edi, eax
8d 46 44 ?? lea eax, ds:[esi + 0x44<68>]
50 ?? push eax
6a 47 ?? push 0x47<71>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 6d 98 ff ff ?? call function 0x004092d0
L21: 0b f8 ?? or edi, eax
8d 46 48 ?? lea eax, ds:[esi + 0x48<72>]
50 ?? push eax
6a 48 ?? push 0x48<72>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 58 98 ff ff ?? call function 0x004092d0
L22: 0b f8 ?? or edi, eax
8d 46 4c ?? lea eax, ds:[esi + 0x4c<76>]
50 ?? push eax
6a 49 ?? push 0x49<73>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 43 98 ff ff ?? call function 0x004092d0
L23: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 46 50 ?? lea eax, ds:[esi + 0x50<80>]
50 ?? push eax
6a 4a ?? push 0x4a<74>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 2b 98 ff ff ?? call function 0x004092d0
L24: 0b f8 ?? or edi, eax
8d 46 54 ?? lea eax, ds:[esi + 0x54<84>]
50 ?? push eax
6a 4b ?? push 0x4b<75>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 16 98 ff ff ?? call function 0x004092d0
L25: 0b f8 ?? or edi, eax
8d 46 58 ?? lea eax, ds:[esi + 0x58<88>]
50 ?? push eax
6a 4c ?? push 0x4c<76>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 01 98 ff ff ?? call function 0x004092d0
L26: 0b f8 ?? or edi, eax
8d 46 5c ?? lea eax, ds:[esi + 0x5c<92>]
50 ?? push eax
6a 4d ?? push 0x4d<77>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 ec 97 ff ff ?? call function 0x004092d0
L27: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 46 60 ?? lea eax, ds:[esi + 0x60<96>]
50 ?? push eax
6a 4e ?? push 0x4e<78>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 d4 97 ff ff ?? call function 0x004092d0
L28: 0b f8 ?? or edi, eax
8d 46 64 ?? lea eax, ds:[esi + 0x64<100>]
50 ?? push eax
6a 4f ?? push 0x4f<79>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 bf 97 ff ff ?? call function 0x004092d0
L29: 0b f8 ?? or edi, eax
8d 46 68 ?? lea eax, ds:[esi + 0x68<104>]
50 ?? push eax
6a 38 ?? push 0x38<56>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 aa 97 ff ff ?? call function 0x004092d0
L30: 0b f8 ?? or edi, eax
8d 46 6c ?? lea eax, ds:[esi + 0x6c<108>]
50 ?? push eax
6a 39 ?? push 0x39<57>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 95 97 ff ff ?? call function 0x004092d0
L31: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 46 70 ?? lea eax, ds:[esi + 0x70<112>]
50 ?? push eax
6a 3a ?? push 0x3a<58>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 7d 97 ff ff ?? call function 0x004092d0
L32: 0b f8 ?? or edi, eax
8d 46 74 ?? lea eax, ds:[esi + 0x74<116>]
50 ?? push eax
6a 3b ?? push 0x3b<59>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 68 97 ff ff ?? call function 0x004092d0
L33: 0b f8 ?? or edi, eax
8d 46 78 ?? lea eax, ds:[esi + 0x78<120>]
50 ?? push eax
6a 3c ?? push 0x3c<60>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 53 97 ff ff ?? call function 0x004092d0
L34: 0b f8 ?? or edi, eax
8d 46 7c ?? lea eax, ds:[esi + 0x7c<124>]
50 ?? push eax
6a 3d ?? push 0x3d<61>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 3e 97 ff ff ?? call function 0x004092d0
L35: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 86 80 00 00 00 ?? lea eax, ds:[esi + 0x00000080<128>]
50 ?? push eax
6a 3e ?? push 0x3e<62>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 23 97 ff ff ?? call function 0x004092d0
L36: 0b f8 ?? or edi, eax
8d 86 84 00 00 00 ?? lea eax, ds:[esi + 0x00000084<132>]
50 ?? push eax
6a 3f ?? push 0x3f<63>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 0b 97 ff ff ?? call function 0x004092d0
L37: 0b f8 ?? or edi, eax
8d 86 88 00 00 00 ?? lea eax, ds:[esi + 0x00000088<136>]
50 ?? push eax
6a 40 ?? push 0x40<64>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
53 ?? push ebx
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
50 ?? push eax
e8 f3 96 ff ff ?? call function 0x004092d0
L38: 0b f8 ?? or edi, eax
8d 86 8c 00 00 00 ?? lea eax, ds:[esi + 0x0000008c<140>]
50 ?? push eax
6a 41 ?? push 0x41<65>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 db 96 ff ff ?? call function 0x004092d0
L39: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 86 90 00 00 00 ?? lea eax, ds:[esi + 0x00000090<144>]
50 ?? push eax
6a 42 ?? push 0x42<66>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 c0 96 ff ff ?? call function 0x004092d0
L40: 0b f8 ?? or edi, eax
8d 86 94 00 00 00 ?? lea eax, ds:[esi + 0x00000094<148>]
50 ?? push eax
6a 43 ?? push 0x43<67>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 a8 96 ff ff ?? call function 0x004092d0
L41: 0b f8 ?? or edi, eax
8d 86 98 00 00 00 ?? lea eax, ds:[esi + 0x00000098<152>]
50 ?? push eax
6a 28 ?? push 0x28<40>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 90 96 ff ff ?? call function 0x004092d0
L42: 0b f8 ?? or edi, eax
8d 86 9c 00 00 00 ?? lea eax, ds:[esi + 0x0000009c<156>]
50 ?? push eax
6a 29 ?? push 0x29<41>
ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 78 96 ff ff ?? call function 0x004092d0
L43: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 86 a0 00 00 00 ?? lea eax, ds:[esi + 0x000000a0<160>]
50 ?? push eax
6a 1f ?? push 0x1f<31>
ff 75 f8 ?? push dword ss:[ebp + 0xf8<248,-8>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 5d 96 ff ff ?? call function 0x004092d0
L44: 0b f8 ?? or edi, eax
8d 86 a4 00 00 00 ?? lea eax, ds:[esi + 0x000000a4<164>]
50 ?? push eax
6a 20 ?? push 0x20<32>
ff 75 f8 ?? push dword ss:[ebp + 0xf8<248,-8>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 45 96 ff ff ?? call function 0x004092d0
L45: 0b f8 ?? or edi, eax
8d 86 a8 00 00 00 ?? lea eax, ds:[esi + 0x000000a8<168>]
50 ?? push eax
68 03 10 00 00 ?? push 0x00001003<4099>
ff 75 f8 ?? push dword ss:[ebp + 0xf8<248,-8>]
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
53 ?? push ebx
50 ?? push eax
e8 2a 96 ff ff ?? call function 0x004092d0
L46: 0b f8 ?? or edi, eax
8d 86 b0 00 00 00 ?? lea eax, ds:[esi + 0x000000b0<176>]
50 ?? push eax
68 09 10 00 00 ?? push 0x00001009<4105>
8b 5d f8 ?? mov ebx, dword ss:[ebp + 0xf8<248,-8>]
53 ?? push ebx
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 00 ?? push 0
50 ?? push eax
e8 0d 96 ff ff ?? call function 0x004092d0
L47: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8b c7 ?? mov eax, edi
5f ?? pop edi
89 9e ac 00 00 00 ?? mov dword ds:[esi + 0x000000ac<172>], ebx
5b ?? pop ebx
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40fcd4
|
___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 46 1c ff ff ?? call function 0x00401933
L3: ff 76 08 ?? push dword ds:[esi + 8]
e8 3e 1c ff ff ?? call function 0x00401933
L4: ff 76 0c ?? push dword ds:[esi + 12]
e8 36 1c ff ff ?? call function 0x00401933
L5: ff 76 10 ?? push dword ds:[esi + 0x10<16>]
e8 2e 1c ff ff ?? call function 0x00401933
L6: ff 76 14 ?? push dword ds:[esi + 0x14<20>]
e8 26 1c ff ff ?? call function 0x00401933
L7: ff 76 18 ?? push dword ds:[esi + 0x18<24>]
e8 1e 1c ff ff ?? call function 0x00401933
L8: ff 36 ?? push dword ds:[esi]
e8 17 1c ff ff ?? call function 0x00401933
L9: ff 76 20 ?? push dword ds:[esi + 0x20<32>]
e8 0f 1c ff ff ?? call function 0x00401933
L10: ff 76 24 ?? push dword ds:[esi + 0x24<36>]
e8 07 1c ff ff ?? call function 0x00401933
L11: ff 76 28 ?? push dword ds:[esi + 0x28<40>]
e8 ff 1b ff ff ?? call function 0x00401933
L12: ff 76 2c ?? push dword ds:[esi + 0x2c<44>]
e8 f7 1b ff ff ?? call function 0x00401933
L13: ff 76 30 ?? push dword ds:[esi + 0x30<48>]
e8 ef 1b ff ff ?? call function 0x00401933
L14: ff 76 34 ?? push dword ds:[esi + 0x34<52>]
e8 e7 1b ff ff ?? call function 0x00401933
L15: ff 76 1c ?? push dword ds:[esi + 0x1c<28>]
e8 df 1b ff ff ?? call function 0x00401933
L16: ff 76 38 ?? push dword ds:[esi + 0x38<56>]
e8 d7 1b ff ff ?? call function 0x00401933
L17: ff 76 3c ?? push dword ds:[esi + 0x3c<60>]
e8 cf 1b ff ff ?? call function 0x00401933
L18: 83 c4 40 ?? add esp, 0x40<64>
ff 76 40 ?? push dword ds:[esi + 0x40<64>]
e8 c4 1b ff ff ?? call function 0x00401933
L19: ff 76 44 ?? push dword ds:[esi + 0x44<68>]
e8 bc 1b ff ff ?? call function 0x00401933
L20: ff 76 48 ?? push dword ds:[esi + 0x48<72>]
e8 b4 1b ff ff ?? call function 0x00401933
L21: ff 76 4c ?? push dword ds:[esi + 0x4c<76>]
e8 ac 1b ff ff ?? call function 0x00401933
L22: ff 76 50 ?? push dword ds:[esi + 0x50<80>]
e8 a4 1b ff ff ?? call function 0x00401933
L23: ff 76 54 ?? push dword ds:[esi + 0x54<84>]
e8 9c 1b ff ff ?? call function 0x00401933
L24: ff 76 58 ?? push dword ds:[esi + 0x58<88>]
e8 94 1b ff ff ?? call function 0x00401933
L25: ff 76 5c ?? push dword ds:[esi + 0x5c<92>]
e8 8c 1b ff ff ?? call function 0x00401933
L26: ff 76 60 ?? push dword ds:[esi + 0x60<96>]
e8 84 1b ff ff ?? call function 0x00401933
L27: ff 76 64 ?? push dword ds:[esi + 0x64<100>]
e8 7c 1b ff ff ?? call function 0x00401933
L28: ff 76 68 ?? push dword ds:[esi + 0x68<104>]
e8 74 1b ff ff ?? call function 0x00401933
L29: ff 76 6c ?? push dword ds:[esi + 0x6c<108>]
e8 6c 1b ff ff ?? call function 0x00401933
L30: ff 76 70 ?? push dword ds:[esi + 0x70<112>]
e8 64 1b ff ff ?? call function 0x00401933
L31: ff 76 74 ?? push dword ds:[esi + 0x74<116>]
e8 5c 1b ff ff ?? call function 0x00401933
L32: ff 76 78 ?? push dword ds:[esi + 0x78<120>]
e8 54 1b ff ff ?? call function 0x00401933
L33: ff 76 7c ?? push dword ds:[esi + 0x7c<124>]
e8 4c 1b ff ff ?? call function 0x00401933
L34: 83 c4 40 ?? add esp, 0x40<64>
ff b6 80 00 00 00 ?? push dword ds:[esi + 0x00000080<128>]
e8 3e 1b ff ff ?? call function 0x00401933
L35: ff b6 84 00 00 00 ?? push dword ds:[esi + 0x00000084<132>]
e8 33 1b ff ff ?? call function 0x00401933
L36: ff b6 88 00 00 00 ?? push dword ds:[esi + 0x00000088<136>]
e8 28 1b ff ff ?? call function 0x00401933
L37: ff b6 8c 00 00 00 ?? push dword ds:[esi + 0x0000008c<140>]
e8 1d 1b ff ff ?? call function 0x00401933
L38: ff b6 90 00 00 00 ?? push dword ds:[esi + 0x00000090<144>]
e8 12 1b ff ff ?? call function 0x00401933
L39: ff b6 94 00 00 00 ?? push dword ds:[esi + 0x00000094<148>]
e8 07 1b ff ff ?? call function 0x00401933
L40: ff b6 98 00 00 00 ?? push dword ds:[esi + 0x00000098<152>]
e8 fc 1a ff ff ?? call function 0x00401933
L41: ff b6 9c 00 00 00 ?? push dword ds:[esi + 0x0000009c<156>]
e8 f1 1a ff ff ?? call function 0x00401933
L42: ff b6 a0 00 00 00 ?? push dword ds:[esi + 0x000000a0<160>]
e8 e6 1a ff ff ?? call function 0x00401933
L43: ff b6 a4 00 00 00 ?? push dword ds:[esi + 0x000000a4<164>]
e8 db 1a ff ff ?? call function 0x00401933
L44: ff b6 a8 00 00 00 ?? push dword ds:[esi + 0x000000a8<168>]
e8 d0 1a ff ff ?? call function 0x00401933
L45: 83 c4 2c ?? add esp, 0x2c<44>
L46: 5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40fe69
|
___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 7b 42 00 ?? mov ebx, 0x00427b28<"xGB">
74 40 ?? je basic block L11
L2: 68 b8 00 00 00 ?? push 0x000000b8<184>
6a 01 ?? push 1
e8 ed 67 ff ff ?? call function 0x00406678
L3: 8b f0 ?? mov esi, eax
59 ?? pop ecx
59 ?? pop ecx
85 f6 ?? test esi, esi
75 05 ?? jne basic block L5
L4: 33 c0 ?? xor eax, eax
40 ?? inc eax
eb 45 ?? jmp basic block L15
L5: 8b c7 ?? mov eax, edi
e8 1a fa ff ff ?? call function 0x0040f8b9
L6: 85 c0 ?? test eax, eax
74 10 ?? je basic block L10
L7: 56 ?? push esi
e8 2b fe ff ff ?? call function 0x0040fcd4
L8: 56 ?? push esi
e8 84 1a ff ff ?? call function 0x00401933
L9: 59 ?? pop ecx
59 ?? pop ecx
eb e0 ?? jmp basic block L4
L10: c7 86 b4 00 00 00 01 00 ?? mov dword ds:[esi + 0x000000b4<180>], 1
00 00
eb 02 ?? jmp basic block L12
L11: 8b f3 ?? mov esi, ebx
L12: 81 c7 d4 00 00 00 ?? add edi, 0x000000d4<212>
8b 07 ?? mov eax, dword ds:[edi]
3b c3 ?? cmp eax, ebx
74 0c ?? je basic block L14
L13: 05 b4 00 00 00 ?? add eax, 0x000000b4<180>
50 ?? push eax
ff 15 f0 91 42 00 ?? call dword ds:[0x004291f0]
L14: 89 37 ?? mov dword ds:[edi], esi
33 c0 ?? xor eax, eax
L15: 5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40fee2
|
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 byte ds:[ecx], al
L6: 41 ?? inc ecx
L7: 38 11 ?? cmp byte ds:[ecx], dl
75 ed ?? jne basic block L3
L8: 5e ?? pop esi
5b ?? pop ebx
L9: c3 ?? ret
L10: 3c 3b ?? cmp al, 0x3b<59>
75 f4 ?? jne basic block L6
L11: 8b c1 ?? mov eax, ecx
L12: 8d 70 01 ?? lea esi, ds:[eax + 1]
8a 1e ?? mov bl, byte ds:[esi]
88 18 ?? mov byte ds:[eax], bl
8b c6 ?? mov eax, esi
38 10 ?? cmp byte ds:[eax], dl
L13: 75 f3 ?? jne basic block L12
L14: eb e4 ?? jmp basic block L7
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ff15
|
___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 7b 42 00 ?? cmp eax, dword ds:[0x00427be8]
74 07 ?? je basic block L5
L3: 50 ?? push eax
e8 01 1a ff ff ?? call function 0x00401933
L4: 59 ?? pop ecx
L5: 8b 46 04 ?? mov eax, dword ds:[esi + 4]
3b 05 ec 7b 42 00 ?? cmp eax, dword ds:[0x00427bec]
74 07 ?? je basic block L8
L6: 50 ?? push eax
e8 ef 19 ff ff ?? call function 0x00401933
L7: 59 ?? pop ecx
L8: 8b 76 08 ?? mov esi, dword ds:[esi + 8]
3b 35 f0 7b 42 00 ?? cmp esi, dword ds:[0x00427bf0]
74 07 ?? je basic block L11
L9: 56 ?? push esi
e8 dd 19 ff ff ?? call function 0x00401933
L10: 59 ?? pop ecx
L11: 5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x40ff5a
|
___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 73 1c ?? cmp dword ds:[ebx + 0x1c<28>], esi
75 17 ?? jne basic block L4
L2: 39 73 18 ?? cmp dword ds:[ebx + 0x18<24>], esi
75 12 ?? jne basic block L4
L3: 89 75 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], esi
89 75 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], esi
c7 45 08 e8 7b 42 00 ?? mov dword ss:[ebp + 8], 0x00427be8
e9 3a 01 00 00 ?? jmp basic block L39
L4: 6a 30 ?? push 0x30<48>
6a 01 ?? push 1
e8 e3 66 ff ff ?? call function 0x00406678
L5: 8b f8 ?? mov edi, eax
59 ?? pop ecx
59 ?? pop ecx
89 7d 08 ?? mov dword ss:[ebp + 8], edi
3b fe ?? cmp edi, esi
75 08 ?? jne basic block L7
L6: 33 c0 ?? xor eax, eax
40 ?? inc eax
e9 77 01 00 00 ?? jmp basic block L48
L7: 8b b3 bc 00 00 00 ?? mov esi, dword ds:[ebx + 0x000000bc<188>]
6a 0c ?? push 12
59 ?? pop ecx
6a 04 ?? push 4
f3 a5 ?? rep_movsd
e8 79 66 ff ff ?? call function 0x00406633
L8: 33 f6 ?? xor esi, esi
59 ?? pop ecx
89 45 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], eax
3b c6 ?? cmp eax, esi
75 0b ?? jne basic block L11
L9: ff 75 08 ?? push dword ss:[ebp + 8]
e8 67 19 ff ff ?? call function 0x00401933
L10: 59 ?? pop ecx
eb d1 ?? jmp basic block L6
L11: 89 30 ?? mov dword ds:[eax], esi
39 73 1c ?? cmp dword ds:[ebx + 0x1c<28>], esi
0f 84 bb 00 00 00 ?? je basic block L36
L12: 6a 04 ?? push 4
e8 52 66 ff ff ?? call function 0x00406633
L13: 59 ?? pop ecx
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
3b c6 ?? cmp eax, esi
75 1c ?? jne basic block L18
L14: 33 f6 ?? xor esi, esi
46 ?? inc esi
L15: ff 75 08 ?? push dword ss:[ebp + 8]
e8 3f 19 ff ff ?? call function 0x00401933
L16: ff 75 f8 ?? push dword ss:[ebp + 0xf8<248,-8>]
e8 37 19 ff ff ?? call function 0x00401933
L17: 59 ?? pop ecx
59 ?? pop ecx
8b c6 ?? mov eax, esi
e9 1a 01 00 00 ?? jmp basic block L48
L18: 89 30 ?? mov dword ds:[eax], esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
0f b7 7b 3e ?? movzx edi, word ds:[ebx + 0x3e<62>]
56 ?? push esi
6a 0e ?? push 14
57 ?? push edi
8d 45 e8 ?? lea eax, ss:[ebp + 0xe8<232,-24>]
6a 01 ?? push 1
50 ?? push eax
e8 b3 92 ff ff ?? call function 0x004092d0
L19: 89 45 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], eax
8d 46 04 ?? lea eax, ds:[esi + 4]
50 ?? push eax
6a 0f ?? push 15
57 ?? push edi
8d 45 e8 ?? lea eax, ss:[ebp + 0xe8<232,-24>]
6a 01 ?? push 1
50 ?? push eax
e8 9e 92 ff ff ?? call function 0x004092d0
L20: 09 45 f4 ?? or dword ss:[ebp + 0xf4<244,-12>], eax
8d 46 08 ?? lea eax, ds:[esi + 8]
50 ?? push eax
6a 10 ?? push 0x10<16>
57 ?? push edi
89 45 f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], eax
8d 45 e8 ?? lea eax, ss:[ebp + 0xe8<232,-24>]
6a 01 ?? push 1
50 ?? push eax
e8 86 92 ff ff ?? call function 0x004092d0
L21: 83 c4 3c ?? add esp, 0x3c<60>
0b 45 f4 ?? or eax, dword ss:[ebp + 0xf4<244,-12>]
74 0c ?? je basic block L24
L22: 56 ?? push esi
e8 bd fe ff ff ?? call function 0x0040ff15
L23: 59 ?? pop ecx
83 ce ff ?? or esi, 0xff<255,-1>
eb 8e ?? jmp basic block L15
L24: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
8b 00 ?? mov eax, dword ds:[eax]
eb 12 ?? jmp basic block L29
L25: 8a 08 ?? mov cl, byte ds:[eax]
80 f9 30 ?? cmp cl, 0x30<48>
7c 12 ?? jl basic block L31
L26: 80 f9 39 ?? cmp cl, 0x39<57>
7f 0d ?? jg basic block L31
L27: 80 e9 30 ?? sub cl, 0x30<48>
88 08 ?? mov byte ds:[eax], cl
L28: 40 ?? inc eax
L29: 80 38 00 ?? cmp byte ds:[eax], 0
75 e9 ?? jne basic block L25
L30: eb 37 ?? jmp basic block L37
L31: 80 f9 3b ?? cmp cl, 0x3b<59>
75 f3 ?? jne basic block L28
L32: 8b f0 ?? mov esi, eax
L33: 8d 7e 01 ?? lea edi, ds:[esi + 1]
8a 0f ?? mov cl, byte ds:[edi]
88 0e ?? mov byte ds:[esi], cl
8b f7 ?? mov esi, edi
80 3e 00 ?? cmp byte ds:[esi], 0
L34: 75 f2 ?? jne basic block L33
L35: eb e2 ?? jmp basic block L29
L36: 8b 0d e8 7b 42 00 ?? mov ecx, dword ds:[0x00427be8]
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
89 08 ?? mov dword ds:[eax], ecx
8b 0d ec 7b 42 00 ?? mov ecx, dword ds:[0x00427bec]
89 48 04 ?? mov dword ds:[eax + 4], ecx
8b 0d f0 7b 42 00 ?? mov ecx, dword ds:[0x00427bf0]
89 75 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], esi
89 48 08 ?? mov dword ds:[eax + 8], ecx
L37: 8b 45 f8 ?? mov eax, dword ss:[ebp + 0xf8<248,-8>]
33 c9 ?? xor ecx, ecx
41 ?? inc ecx
89 08 ?? mov dword ds:[eax], ecx
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
85 c0 ?? test eax, eax
74 02 ?? je basic block L39
L38: 89 08 ?? mov dword ds:[eax], ecx
L39: 8b 83 b4 00 00 00 ?? mov eax, dword ds:[ebx + 0x000000b4<180>]
8b 35 f0 91 42 00 ?? mov esi, dword ds:[0x004291f0]
85 c0 ?? test eax, eax
74 03 ?? je basic block L41
L40: 50 ?? push eax
ff d6 ?? call esi
L41: 8b 83 b0 00 00 00 ?? mov eax, dword ds:[ebx + 0x000000b0<176>]
85 c0 ?? test eax, eax
74 1f ?? je basic block L47
L42: 50 ?? push eax
ff d6 ?? call esi
L43: 85 c0 ?? test eax, eax
75 18 ?? jne basic block L47
L44: ff b3 b0 00 00 00 ?? push dword ds:[ebx + 0x000000b0<176>]
e8 3e 18 ff ff ?? call function 0x00401933
L45: ff b3 bc 00 00 00 ?? push dword ds:[ebx + 0x000000bc<188>]
e8 33 18 ff ff ?? call function 0x00401933
L46: 59 ?? pop ecx
59 ?? pop ecx
L47: 8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
89 83 b4 00 00 00 ?? mov dword ds:[ebx + 0x000000b4<180>], eax
8b 45 f8 ?? mov eax, dword ss:[ebp + 0xf8<248,-8>]
89 83 b0 00 00 00 ?? mov dword ds:[ebx + 0x000000b0<176>], eax
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
89 83 bc 00 00 00 ?? mov dword ds:[ebx + 0x000000bc<188>], eax
33 c0 ?? xor eax, eax
L48: 5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x410124
|
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 byte ds:[ecx], al
L6: 41 ?? inc ecx
L7: 38 11 ?? cmp byte ds:[ecx], dl
75 ed ?? jne basic block L3
L8: 5e ?? pop esi
5b ?? pop ebx
L9: c3 ?? ret
L10: 3c 3b ?? cmp al, 0x3b<59>
75 f4 ?? jne basic block L6
L11: 8b c1 ?? mov eax, ecx
L12: 8d 70 01 ?? lea esi, ds:[eax + 1]
8a 1e ?? mov bl, byte ds:[esi]
88 18 ?? mov byte ds:[eax], bl
8b c6 ?? mov eax, esi
38 10 ?? cmp byte ds:[eax], dl
L13: 75 f3 ?? jne basic block L12
L14: eb e4 ?? jmp basic block L7
|
./vs2008/normal/Debug/ooex0.exe
|
0x410157
|
___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 7b 42 00 ?? cmp eax, dword ds:[0x00427bf4]
74 07 ?? je basic block L5
L3: 50 ?? push eax
e8 be 17 ff ff ?? call function 0x00401933
L4: 59 ?? pop ecx
L5: 8b 46 10 ?? mov eax, dword ds:[esi + 0x10<16>]
3b 05 f8 7b 42 00 ?? cmp eax, dword ds:[0x00427bf8]
74 07 ?? je basic block L8
L6: 50 ?? push eax
e8 ac 17 ff ff ?? call function 0x00401933
L7: 59 ?? pop ecx
L8: 8b 46 14 ?? mov eax, dword ds:[esi + 0x14<20>]
3b 05 fc 7b 42 00 ?? cmp eax, dword ds:[0x00427bfc]
74 07 ?? je basic block L11
L9: 50 ?? push eax
e8 9a 17 ff ff ?? call function 0x00401933
L10: 59 ?? pop ecx
L11: 8b 46 18 ?? mov eax, dword ds:[esi + 0x18<24>]
3b 05 00 7c 42 00 ?? cmp eax, dword ds:[0x00427c00]
74 07 ?? je basic block L14
L12: 50 ?? push eax
e8 88 17 ff ff ?? call function 0x00401933
L13: 59 ?? pop ecx
L14: 8b 46 1c ?? mov eax, dword ds:[esi + 0x1c<28>]
3b 05 04 7c 42 00 ?? cmp eax, dword ds:[0x00427c04]
74 07 ?? je basic block L17
L15: 50 ?? push eax
e8 76 17 ff ff ?? call function 0x00401933
L16: 59 ?? pop ecx
L17: 8b 46 20 ?? mov eax, dword ds:[esi + 0x20<32>]
3b 05 08 7c 42 00 ?? cmp eax, dword ds:[0x00427c08]
74 07 ?? je basic block L20
L18: 50 ?? push eax
e8 64 17 ff ff ?? call function 0x00401933
L19: 59 ?? pop ecx
L20: 8b 76 24 ?? mov esi, dword ds:[esi + 0x24<36>]
3b 35 0c 7c 42 00 ?? cmp esi, dword ds:[0x00427c0c]
74 07 ?? je basic block L23
L21: 56 ?? push esi
e8 52 17 ff ff ?? call function 0x00401933
L22: 59 ?? pop ecx
L23: 5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x4101e5
|
___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 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], edi
39 7e 18 ?? cmp dword ds:[esi + 0x18<24>], edi
75 15 ?? jne basic block L4
L2: 39 7e 1c ?? cmp dword ds:[esi + 0x1c<28>], edi
75 10 ?? jne basic block L4
L3: 89 7d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], edi
89 7d f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], edi
bb e8 7b 42 00 ?? mov ebx, 0x00427be8
e9 36 02 00 00 ?? jmp basic block L53
L4: 6a 30 ?? push 0x30<48>
6a 01 ?? push 1
e8 57 64 ff ff ?? call function 0x00406678
L5: 8b d8 ?? mov ebx, eax
59 ?? pop ecx
59 ?? pop ecx
3b df ?? cmp ebx, edi
75 08 ?? jne basic block L7
L6: 33 c0 ?? xor eax, eax
40 ?? inc eax
e9 75 02 00 00 ?? jmp basic block L62
L7: 6a 04 ?? push 4
e8 fb 63 ff ff ?? call function 0x00406633
L8: 59 ?? pop ecx
89 45 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], eax
3b c7 ?? cmp eax, edi
75 09 ?? jne basic block L11
L9: 53 ?? push ebx
e8 ed 16 ff ff ?? call function 0x00401933
L10: 59 ?? pop ecx
eb e0 ?? jmp basic block L6
L11: 89 38 ?? mov dword ds:[eax], edi
39 7e 18 ?? cmp dword ds:[esi + 0x18<24>], edi
0f 84 b9 01 00 00 ?? je basic block L50
L12: 6a 04 ?? push 4
e8 d8 63 ff ff ?? call function 0x00406633
L13: 59 ?? pop ecx
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
3b c7 ?? cmp eax, edi
75 11 ?? jne basic block L17
L14: 53 ?? push ebx
e8 ca 16 ff ff ?? call function 0x00401933
L15: ff 75 f8 ?? push dword ss:[ebp + 0xf8<248,-8>]
e8 c2 16 ff ff ?? call function 0x00401933
L16: 59 ?? pop ecx
eb d2 ?? jmp basic block L10
L17: 89 38 ?? mov dword ds:[eax], edi
0f b7 76 38 ?? movzx esi, word ds:[esi + 0x38<56>]
8d 43 0c ?? lea eax, ds:[ebx + 12]
50 ?? push eax
6a 15 ?? push 0x15<21>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 01 ?? push 1
50 ?? push eax
e8 44 90 ff ff ?? call function 0x004092d0
L18: 8b f8 ?? mov edi, eax
8d 43 10 ?? lea eax, ds:[ebx + 0x10<16>]
50 ?? push eax
6a 14 ?? push 0x14<20>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 01 ?? push 1
50 ?? push eax
e8 30 90 ff ff ?? call function 0x004092d0
L19: 0b f8 ?? or edi, eax
8d 43 14 ?? lea eax, ds:[ebx + 0x14<20>]
50 ?? push eax
6a 16 ?? push 0x16<22>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 01 ?? push 1
50 ?? push eax
e8 1c 90 ff ff ?? call function 0x004092d0
L20: 0b f8 ?? or edi, eax
8d 43 18 ?? lea eax, ds:[ebx + 0x18<24>]
50 ?? push eax
6a 17 ?? push 0x17<23>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 01 ?? push 1
50 ?? push eax
e8 08 90 ff ff ?? call function 0x004092d0
L21: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 43 1c ?? lea eax, ds:[ebx + 0x1c<28>]
50 ?? push eax
6a 18 ?? push 0x18<24>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 01 ?? push 1
50 ?? push eax
e8 f1 8f ff ff ?? call function 0x004092d0
L22: 0b f8 ?? or edi, eax
8d 43 20 ?? lea eax, ds:[ebx + 0x20<32>]
50 ?? push eax
6a 50 ?? push 0x50<80>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 01 ?? push 1
50 ?? push eax
e8 dd 8f ff ff ?? call function 0x004092d0
L23: 0b f8 ?? or edi, eax
8d 43 24 ?? lea eax, ds:[ebx + 0x24<36>]
50 ?? push eax
6a 51 ?? push 0x51<81>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 01 ?? push 1
50 ?? push eax
e8 c9 8f ff ff ?? call function 0x004092d0
L24: 0b f8 ?? or edi, eax
8d 43 28 ?? lea eax, ds:[ebx + 0x28<40>]
50 ?? push eax
6a 1a ?? push 0x1a<26>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 00 ?? push 0
50 ?? push eax
e8 b5 8f ff ff ?? call function 0x004092d0
L25: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 43 29 ?? lea eax, ds:[ebx + 0x29<41>]
50 ?? push eax
6a 19 ?? push 0x19<25>
56 ?? push esi
6a 00 ?? push 0
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
50 ?? push eax
e8 9e 8f ff ff ?? call function 0x004092d0
L26: 0b f8 ?? or edi, eax
8d 43 2a ?? lea eax, ds:[ebx + 0x2a<42>]
50 ?? push eax
6a 54 ?? push 0x54<84>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 00 ?? push 0
50 ?? push eax
e8 8a 8f ff ff ?? call function 0x004092d0
L27: 0b f8 ?? or edi, eax
8d 43 2b ?? lea eax, ds:[ebx + 0x2b<43>]
50 ?? push eax
6a 55 ?? push 0x55<85>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 00 ?? push 0
50 ?? push eax
e8 76 8f ff ff ?? call function 0x004092d0
L28: 0b f8 ?? or edi, eax
8d 43 2c ?? lea eax, ds:[ebx + 0x2c<44>]
50 ?? push eax
6a 56 ?? push 0x56<86>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 00 ?? push 0
50 ?? push eax
e8 62 8f ff ff ?? call function 0x004092d0
L29: 83 c4 50 ?? add esp, 0x50<80>
0b f8 ?? or edi, eax
8d 43 2d ?? lea eax, ds:[ebx + 0x2d<45>]
50 ?? push eax
6a 57 ?? push 0x57<87>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 00 ?? push 0
50 ?? push eax
e8 4b 8f ff ff ?? call function 0x004092d0
L30: 0b f8 ?? or edi, eax
8d 43 2e ?? lea eax, ds:[ebx + 0x2e<46>]
50 ?? push eax
6a 52 ?? push 0x52<82>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 00 ?? push 0
50 ?? push eax
e8 37 8f ff ff ?? call function 0x004092d0
L31: 0b f8 ?? or edi, eax
8d 43 2f ?? lea eax, ds:[ebx + 0x2f<47>]
50 ?? push eax
6a 53 ?? push 0x53<83>
56 ?? push esi
8d 45 f0 ?? lea eax, ss:[ebp + 0xf0<240,-16>]
6a 00 ?? push 0
50 ?? push eax
e8 23 8f ff ff ?? call function 0x004092d0
L32: 83 c4 3c ?? add esp, 0x3c<60>
0b c7 ?? or eax, edi
74 24 ?? je basic block L38
L33: 53 ?? push ebx
e8 9d fd ff ff ?? call function 0x00410157
L34: 53 ?? push ebx
e8 73 15 ff ff ?? call function 0x00401933
L35: ff 75 f8 ?? push dword ss:[ebp + 0xf8<248,-8>]
e8 6b 15 ff ff ?? call function 0x00401933
L36: ff 75 fc ?? push dword ss:[ebp + 0xfc<252,-4>]
e8 63 15 ff ff ?? call function 0x00401933
L37: 83 c4 10 ?? add esp, 0x10<16>
e9 51 fe ff ff ?? jmp basic block L6
L38: 8b 43 1c ?? mov eax, dword ds:[ebx + 0x1c<28>]
eb 12 ?? jmp basic block L43
L39: 8a 08 ?? mov cl, byte ds:[eax]
80 f9 30 ?? cmp cl, 0x30<48>
7c 12 ?? jl basic block L45
L40: 80 f9 39 ?? cmp cl, 0x39<57>
7f 0d ?? jg basic block L45
L41: 80 e9 30 ?? sub cl, 0x30<48>
88 08 ?? mov byte ds:[eax], cl
L42: 40 ?? inc eax
L43: 80 38 00 ?? cmp byte ds:[eax], 0
75 e9 ?? jne basic block L39
L44: eb 23 ?? jmp basic block L51
L45: 80 f9 3b ?? cmp cl, 0x3b<59>
75 f3 ?? jne basic block L42
L46: 8b f0 ?? mov esi, eax
L47: 8d 7e 01 ?? lea edi, ds:[esi + 1]
8a 0f ?? mov cl, byte ds:[edi]
88 0e ?? mov byte ds:[esi], cl
8b f7 ?? mov esi, edi
80 3e 00 ?? cmp byte ds:[esi], 0
L48: 75 f2 ?? jne basic block L47
L49: eb e2 ?? jmp basic block L43
L50: 6a 0c ?? push 12
59 ?? pop ecx
be e8 7b 42 00 ?? mov esi, 0x00427be8
8b fb ?? mov edi, ebx
f3 a5 ?? rep_movsd
L51: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
05 bc 00 00 00 ?? add eax, 0x000000bc<188>
8b 08 ?? mov ecx, dword ds:[eax]
8b 09 ?? mov ecx, dword ds:[ecx]
89 0b ?? mov dword ds:[ebx], ecx
8b 08 ?? mov ecx, dword ds:[eax]
8b 49 04 ?? mov ecx, dword ds:[ecx + 4]
89 4b 04 ?? mov dword ds:[ebx + 4], ecx
8b 00 ?? mov eax, dword ds:[eax]
8b 40 08 ?? mov eax, dword ds:[eax + 8]
8b 4d f8 ?? mov ecx, dword ss:[ebp + 0xf8<248,-8>]
89 43 08 ?? mov dword ds:[ebx + 8], eax
33 c0 ?? xor eax, eax
40 ?? inc eax
33 ff ?? xor edi, edi
89 01 ?? mov dword ds:[ecx], eax
39 7d fc ?? cmp dword ss:[ebp + 0xfc<252,-4>], edi
74 05 ?? je basic block L53
L52: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
89 01 ?? mov dword ds:[ecx], eax
L53: 8b 86 b8 00 00 00 ?? mov eax, dword ds:[esi + 0x000000b8<184>]
3b c7 ?? cmp eax, edi
74 07 ?? je basic block L55
L54: 50 ?? push eax
ff 15 f0 91 42 00 ?? call dword ds:[0x004291f0]
L55: 8b 86 b0 00 00 00 ?? mov eax, dword ds:[esi + 0x000000b0<176>]
3b c7 ?? cmp eax, edi
74 23 ?? je basic block L61
L56: 50 ?? push eax
ff 15 f0 91 42 00 ?? call dword ds:[0x004291f0]
L57: 85 c0 ?? test eax, eax
75 18 ?? jne basic block L61
L58: ff b6 bc 00 00 00 ?? push dword ds:[esi + 0x000000bc<188>]
e8 b4 14 ff ff ?? call function 0x00401933
L59: ff b6 b0 00 00 00 ?? push dword ds:[esi + 0x000000b0<176>]
e8 a9 14 ff ff ?? call function 0x00401933
L60: 59 ?? pop ecx
59 ?? pop ecx
L61: 8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
89 86 b8 00 00 00 ?? mov dword ds:[esi + 0x000000b8<184>], eax
8b 45 f8 ?? mov eax, dword ss:[ebp + 0xf8<248,-8>]
89 86 b0 00 00 00 ?? mov dword ds:[esi + 0x000000b0<176>], eax
89 9e bc 00 00 00 ?? mov dword ds:[esi + 0x000000bc<188>], ebx
33 c0 ?? xor eax, eax
L62: 5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
c9 ?? leave
c3 ?? ret
|
./vs2008/normal/Debug/ooex0.exe
|
0x4104ab
|
___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 70 42 00 ?? mov eax, dword ds:[0x0042703c]
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]
57 ?? push edi
89 5d d4 ?? mov dword ss:[ebp + 0xd4<212,-44>], ebx
89 5d e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], ebx
89 5d e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], ebx
89 5d d8 ?? mov dword ss:[ebp + 0xd8<216,-40>], ebx
89 5d dc ?? mov dword ss:[ebp + 0xdc<220,-36>], ebx
89 75 b4 ?? mov dword ss:[ebp + 0xb4<180,-76>], esi
89 5d b8 ?? mov dword ss:[ebp + 0xb8<184,-72>], ebx
39 5e 14 ?? cmp dword ds:[esi + 0x14<20>], ebx
0f 84 16 03 00 00 ?? je basic block L63
L2: 8d 46 04 ?? lea eax, ds:[esi + 4]
39 18 ?? cmp dword ds:[eax], ebx
75 20 ?? jne basic block L5
L3: 50 ?? push eax
0f b7 46 30 ?? movzx eax, word ds:[esi + 0x30<48>]
68 04 10 00 00 ?? push 0x00001004<4100>
50 ?? push eax
8d 45 b4 ?? lea eax, ss:[ebp + 0xb4<180,-76>]
53 ?? push ebx
50 ?? push eax
e8 d1 8d ff ff ?? call function 0x004092d0
L4: 83 c4 14 ?? add esp, 0x14<20>
85 c0 ?? test eax, eax
0f 85 c7 02 00 00 ?? jne basic block L58
L5: 6a 04 ?? push 4
e8 22 61 ff ff ?? call function 0x00406633
L6: 6a 02 ?? push 2
bf 80 01 00 00 ?? mov edi, 0x00000180<384>
57 ?? push edi
89 45 d4 ?? mov dword ss:[ebp + 0xd4<212,-44>], eax
e8 57 61 ff ff ?? call function 0x00406678
L7: 6a 01 ?? push 1
57 ?? push edi
89 45 e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], eax
e8 4c 61 ff ff ?? call function 0x00406678
L8: 6a 01 ?? push 1
57 ?? push edi
89 45 e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], eax
e8 41 61 ff ff ?? call function 0x00406678
L9: 6a 01 ?? push 1
68 01 01 00 00 ?? push 0x00000101<257>
89 45 d8 ?? mov dword ss:[ebp + 0xd8<216,-40>], eax
e8 32 61 ff ff ?? call function 0x00406678
L10: 83 c4 24 ?? add esp, 0x24<36>
89 45 dc ?? mov dword ss:[ebp + 0xdc<220,-36>], eax
39 5d d4 ?? cmp dword ss:[ebp + 0xd4<212,-44>], ebx
0f 84 7c 02 00 00 ?? je basic block L58
L11: 39 5d e4 ?? cmp dword ss:[ebp + 0xe4<228,-28>], ebx
0f 84 73 02 00 00 ?? je basic block L58
L12: 3b c3 ?? cmp eax, ebx
0f 84 6b 02 00 00 ?? je basic block L58
L13: 39 5d e0 ?? cmp dword ss:[ebp + 0xe0<224,-32>], ebx
0f 84 62 02 00 00 ?? je basic block L58
L14: 39 5d d8 ?? cmp dword ss:[ebp + 0xd8<216,-40>], ebx
0f 84 59 02 00 00 ?? je basic block L58
L15: 8b 45 d4 ?? mov eax, dword ss:[ebp + 0xd4<212,-44>]
89 18 ?? mov dword ds:[eax], ebx
33 c0 ?? xor eax, eax
L16: 8b 4d dc ?? mov ecx, dword ss:[ebp + 0xdc<220,-36>]
88 04 08 ?? mov byte ds:[eax + ecx], al
40 ?? inc eax
3d 00 01 00 00 ?? cmp eax, 0x00000100<256>
L17: 7c f2 ?? jl basic block L16
L18: 8d 45 e8 ?? lea eax, ss:[ebp + 0xe8<232,-24>]
50 ?? push eax
ff 76 04 ?? push dword ds:[esi + 4]
ff 15 78 92 42 00 ?? call dword ds:[0x00429278]
L19: 85 c0 ?? test eax, eax
0f 84 2f 02 00 00 ?? je basic block L58
L20: 83 7d e8 05 ?? cmp dword ss:[ebp + 0xe8<232,-24>], 5
0f 87 25 02 00 00 ?? ja basic block L58
L21: 0f b7 45 e8 ?? movzx eax, word ss:[ebp + 0xe8<232,-24>]
83 f8 01 ?? cmp eax, 1
89 45 d0 ?? mov dword ss:[ebp + 0xd0<208,-48>], eax
7e 2d ?? jle basic block L29
L22: 38 5d ee ?? cmp byte ss:[ebp + 0xee<238,-18>], bl
74 28 ?? je basic block L29
L23: 8d 45 ef ?? lea eax, ss:[ebp + 0xef<239,-17>]
L24: 8a 08 ?? mov cl, byte ds:[eax]
3a cb ?? cmp cl, bl
74 1f ?? je basic block L29
L25: 0f b6 78 ff ?? movzx edi, byte ds:[eax + 0xff<255,-1>]
0f b6 c9 ?? movzx ecx, cl
eb 0b ?? jmp basic block L27
L26: 8b 4d dc ?? mov ecx, dword ss:[ebp + 0xdc<220,-36>]
c6 04 0f 20 ?? mov byte ds:[edi + ecx], 0x20<32>
0f b6 08 ?? movzx ecx, byte ds:[eax]
47 ?? inc edi
L27: 3b f9 ?? cmp edi, ecx
7e f1 ?? jle basic block L26
L28: 40 ?? inc eax
40 ?? inc eax
38 58 ff ?? cmp byte ds:[eax + 0xff<255,-1>], bl
75 db ?? jne basic block L24
L29: 8b 45 e4 ?? mov eax, dword ss:[ebp + 0xe4<228,-28>]
53 ?? push ebx
53 ?? push ebx
ff 76 04 ?? push dword ds:[esi + 4]
05 00 01 00 00 ?? add eax, 0x00000100<256>
50 ?? push eax
68 00 01 00 00 ?? push 0x00000100<256>
ff 75 dc ?? push dword ss:[ebp + 0xdc<220,-36>]
89 45 c0 ?? mov dword ss:[ebp + 0xc0<192,-64>], eax
6a 01 ?? push 1
53 ?? push ebx
e8 60 4a 00 00 ?? call function 0x00415066
L30: 83 c4 20 ?? add esp, 0x20<32>
85 c0 ?? test eax, eax
0f 84 c0 01 00 00 ?? je basic block L58
L31: 8b 4d e0 ?? mov ecx, dword ss:[ebp + 0xe0<224,-32>]
8b 45 dc ?? mov eax, dword ss:[ebp + 0xdc<220,-36>]
53 ?? push ebx
ff 76 04 ?? push dword ds:[esi + 4]
bf ff 00 00 00 ?? mov edi, 0x000000ff<255>
57 ?? push edi
81 c1 81 00 00 00 ?? add ecx, 0x00000081<129>
51 ?? push ecx
57 ?? push edi
40 ?? inc eax
50 ?? push eax
68 00 01 00 00 ?? push 0x00000100<256>
ff 76 14 ?? push dword ds:[esi + 0x14<20>]
53 ?? push ebx
e8 3a 4f 00 00 ?? call function 0x00415573
L32: 83 c4 24 ?? add esp, 0x24<36>
85 c0 ?? test eax, eax
0f 84 8d 01 00 00 ?? je basic block L58
L33: 8b 45 d8 ?? mov eax, dword ss:[ebp + 0xd8<216,-40>]
53 ?? push ebx
ff 76 04 ?? push dword ds:[esi + 4]
05 81 00 00 00 ?? add eax, 0x00000081<129>
57 ?? push edi
50 ?? push eax
8b 45 dc ?? mov eax, dword ss:[ebp + 0xdc<220,-36>]
57 ?? push edi
40 ?? inc eax
50 ?? push eax
68 00 02 00 00 ?? push 0x00000200<512>
ff 76 14 ?? push dword ds:[esi + 0x14<20>]
53 ?? push ebx
e8 0d 4f 00 00 ?? call function 0x00415573
L34: 83 c4 24 ?? add esp, 0x24<36>
85 c0 ?? test eax, eax
0f 84 60 01 00 00 ?? je basic block L58
L35: 8b 45 e4 ?? mov eax, dword ss:[ebp + 0xe4<228,-28>]
8b 7d e0 ?? mov edi, dword ss:[ebp + 0xe0<224,-32>]
8d 88 fe 00 00 00 ?? lea ecx, ds:[eax + 0x000000fe<254>]
33 d2 ?? xor edx, edx
83 7d d0 01 ?? cmp dword ss:[ebp + 0xd0<208,-48>], 1
66 89 11 ?? mov word ds:[ecx], dx
8b 55 d8 ?? mov edx, dword ss:[ebp + 0xd8<216,-40>]
89 4d c4 ?? mov dword ss:[ebp + 0xc4<196,-60>], ecx
8d 8f 80 00 00 00 ?? lea ecx, ds:[edi + 0x00000080<128>]
88 5f 7f ?? mov byte ds:[edi + 0x7f<127>], bl
88 5a 7f ?? mov byte ds:[edx + 0x7f<127>], bl
88 19 ?? mov byte ds:[ecx], bl
89 4d bc ?? mov dword ss:[ebp + 0xbc<188,-68>], ecx
8d 8a 80 00 00 00 ?? lea ecx, ds:[edx + 0x00000080<128>]
89 4d c8 ?? mov dword ss:[ebp + 0xc8<200,-56>], ecx
88 19 ?? mov byte ds:[ecx], bl
7e 53 ?? jle basic block L44
L36: 38 5d ee ?? cmp byte ss:[ebp + 0xee<238,-18>], bl
74 4e ?? je basic block L44
L37: 8d 4d ef ?? lea ecx, ss:[ebp + 0xef<239,-17>]
89 4d e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], ecx
L38: 8a 11 ?? mov dl, byte ds:[ecx]
3a d3 ?? cmp dl, bl
74 42 ?? je basic block L44
L39: 0f b6 49 ff ?? movzx ecx, byte ds:[ecx + 0xff<255,-1>]
0f b6 d2 ?? movzx edx, dl
3b ca ?? cmp ecx, edx
89 4d e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], ecx
7f 27 ?? jg basic block L43
L40: 8d 8c 48 00 01 00 00 ?? lea ecx, ds:[eax + ecx * 2 + 0x00000100<256>]
eb 03 ?? jmp basic block L42
L41: 8b 4d cc ?? mov ecx, dword ss:[ebp + 0xcc<204,-52>]
L42: ff 45 e0 ?? inc dword ss:[ebp + 0xe0<224,-32>]
ba 00 80 00 00 ?? mov edx, 0x00008000<32768>
66 89 11 ?? mov word ds:[ecx], dx
41 ?? inc ecx
41 ?? inc ecx
89 4d cc ?? mov dword ss:[ebp + 0xcc<204,-52>], ecx
8b 4d e4 ?? mov ecx, dword ss:[ebp + 0xe4<228,-28>]
0f b6 09 ?? movzx ecx, byte ds:[ecx]
39 4d e0 ?? cmp dword ss:[ebp + 0xe0<224,-32>], ecx
7e e2 ?? jle basic block L41
L43: 8b 4d e4 ?? mov ecx, dword ss:[ebp + 0xe4<228,-28>]
41 ?? inc ecx
41 ?? inc ecx
89 4d e4 ?? mov dword ss:[ebp + 0xe4<228,-28>], ecx
38 59 ff ?? cmp byte ds:[ecx + 0xff<255,-1>], bl
75 b8 ?? jne basic block L38
L44: 68 fe 00 00 00 ?? push 0x000000fe<254>
8d 88 00 02 00 00 ?? lea ecx, ds:[eax + 0x00000200<512>]
51 ?? push ecx
50 ?? push eax
e8 71 93 ff ff ?? call function 0x00409a80
L45: 6a 7f ?? push 0x7f<127>
8d 87 00 01 00 00 ?? lea eax, ds:[edi + 0x00000100<256>]
50 ?? push eax
57 ?? push edi
e8 62 93 ff ff ?? call function 0x00409a80
L46: 8b 45 d8 ?? mov eax, dword ss:[ebp + 0xd8<216,-40>]
6a 7f ?? push 0x7f<127>
8d 88 00 01 00 00 ?? lea ecx, ds:[eax + 0x00000100<256>]
51 ?? push ecx
50 ?? push eax
e8 50 93 ff ff ?? call function 0x00409a80
L47: 8b 86 c0 00 00 00 ?? mov eax, dword ds:[esi + 0x000000c0<192>]
83 c4 24 ?? add esp, 0x24<36>
3b c3 ?? cmp eax, ebx
74 4b ?? je basic block L55
L48: 50 ?? push eax
ff 15 f0 91 42 00 ?? call dword ds:[0x004291f0]
L49: 85 c0 ?? test eax, eax
75 40 ?? jne basic block L55
L50: 8b 86 c4 00 00 00 ?? mov eax, dword ds:[esi + 0x000000c4<196>]
2d fe 00 00 00 ?? sub eax, 0x000000fe<254>
50 ?? push eax
e8 da 11 ff ff ?? call function 0x00401933
L51: 8b 86 cc 00 00 00 ?? mov eax, dword ds:[esi + 0x000000cc<204>]
bf 80 00 00 00 ?? mov edi, 0x00000080<128>
2b c7 ?? sub eax, edi
50 ?? push eax
e8 c7 11 ff ff ?? call function 0x00401933
L52: 8b 86 d0 00 00 00 ?? mov eax, dword ds:[esi + 0x000000d0<208>]
2b c7 ?? sub eax, edi
50 ?? push eax
e8 b9 11 ff ff ?? call function 0x00401933
L53: ff b6 c0 00 00 00 ?? push dword ds:[esi + 0x000000c0<192>]
e8 ae 11 ff ff ?? call function 0x00401933
L54: 83 c4 10 ?? add esp, 0x10<16>
L55: 8b 45 d4 ?? mov eax, dword ss:[ebp + 0xd4<212,-44>]
c7 00 01 00 00 00 ?? mov dword ds:[eax], 1
89 86 c0 00 00 00 ?? mov dword ds:[esi + 0x000000c0<192>], eax
8b 45 c0 ?? mov eax, dword ss:[ebp + 0xc0<192,-64>]
89 86 c8 00 00 00 ?? mov dword ds:[esi + 0x000000c8<200>], eax
8b 45 c4 ?? mov eax, dword ss:[ebp + 0xc4<196,-60>]
89 86 c4 00 00 00 ?? mov dword ds:[esi + 0x000000c4<196>], eax
8b 45 bc ?? mov eax, dword ss:[ebp + 0xbc<188,-68>]
89 86 cc 00 00 00 ?? mov dword ds:[esi + 0x000000cc<204>], eax
8b 45 c8 ?? mov eax, dword ss:[ebp + 0xc8<200,-56>]
89 86 d0 00 00 00 ?? mov dword ds:[esi + 0x000000d0<208>], eax
8b 45 d0 ?? mov eax, dword ss:[ebp + 0xd0<208,-48>]
89 86 ac 00 00 00 ?? mov dword ds:[esi + 0x000000ac<172>], eax
L56: ff 75 dc ?? push dword ss:[ebp + 0xdc<220,-36>]
e8 67 11 ff ff ?? call function 0x00401933
L57: 59 ?? pop ecx
8b c3 ?? mov eax, ebx
eb 6d ?? jmp basic block L66
L58: ff 75 d4 ?? push dword ss:[ebp + 0xd4<212,-44>]
e8 5a 11 ff ff ?? call function 0x00401933
L59: ff 75 e4 ?? push dword ss:[ebp + 0xe4<228,-28>]
e8 52 11 ff ff ?? call function 0x00401933
L60: ff 75 e0 ?? push dword ss:[ebp + 0xe0<224,-32>]
e8 4a 11 ff ff ?? call function 0x00401933
L61: ff 75 d8 ?? push dword ss:[ebp + 0xd8<216,-40>]
e8 42 11 ff ff ?? call function 0x00401933
L62: 33 db ?? xor ebx, ebx
83 c4 10 ?? add esp, 0x10<16>
43 ?? inc ebx
eb cb ?? jmp basic block L56
L63: 8d be c0 00 00 00 ?? lea edi, ds:[esi + 0x000000c0<192>]
8b 07 ?? mov eax, dword ds:[edi]
3b c3 ?? cmp eax, ebx
74 07 ?? je basic block L65
L64: 50 ?? push eax
ff 15 f0 91 42 00 ?? call dword ds:[0x004291f0]
L65: 89 1f ?? mov dword ds:[edi], ebx
89 9e c4 00 00 00 ?? mov dword ds:[esi + 0x000000c4<196>], ebx
c7 86 c8 00 00 00 48 3f ?? mov dword ds:[esi + 0x000000c8<200>], 0x00423f48<" ((((( H">
42 00
c7 86 cc 00 00 00 d0 43 ?? mov dword ds:[esi + 0x000000cc<204>], 0x004243d0
42 00
c7 86 d0 00 00 00 50 45 ?? mov dword ds:[esi + 0x000000d0<208>], 0x00424550
42 00
c7 86 ac 00 00 00 01 00 ?? mov dword ds:[esi + 0x000000ac<172>], 1
00 00
33 c0 ?? xor eax, eax
L66: 8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
5f ?? pop edi
5e ?? pop esi
33 cd ?? xor ecx, ebp
5b ?? pop ebx
e8 d9 0e ff ff ?? call function 0x00401724
L67: c9 ?? leave
c3 ?? ret
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.