Binary stringlengths 25 43 | Addr stringlengths 8 8 | Name stringlengths 5 187 | Type int64 0 1 | Disassembly stringlengths 16 68.6k |
|---|---|---|---|---|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402029 | __castguard_compat_check | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
ba 00 33 40 00 ?? mov edx, 0x00403300
b9 00 33 40 00 ?? mov ecx, 0x00403300
2b c2 ?? sub eax, edx
2b ca ?? sub ecx, edx
3b c8 ?? cmp ecx, eax
1b c0 ?? sbb eax, eax
40 ?? inc eax
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402044 | ___castguard_set_user_handler | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
b9 1c 44 40 00 ?? mov ecx, 0x0040441c
87 01 ?? xchg dword ds:[ecx], eax
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402053 | ___castguard_slow_path_check_debugbreak | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
8b c1 ?? mov eax, ecx
2b 45 0c ?? sub eax, dword ss:[ebp + 12]
2d c0 32 40 00 ?? sub eax, 0x004032c0
83 e8 40 ?? sub eax, 0x40<64>
3b 45 10 ?? cmp eax, dword ss:[ebp + 0x10<16>]
76 13 ?? jbe basic block L4
L2: ba 00 33 40 00 ?? mov edx, 0x00403300
b8 00 33 40 00 ?? mov eax, 0x00403300
2b ca ?? sub ecx, edx
2b c2 ?? sub eax, edx
3b c8 ?? cmp ecx, eax
77 01 ?? ja basic block L4
L3: cc ?? int3
L4: 5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402080 | ___castguard_slow_path_check_fastfail | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
8b c1 ?? mov eax, ecx
2b 45 0c ?? sub eax, dword ss:[ebp + 12]
2d c0 32 40 00 ?? sub eax, 0x004032c0
83 e8 40 ?? sub eax, 0x40<64>
3b 45 10 ?? cmp eax, dword ss:[ebp + 0x10<16>]
76 17 ?? jbe basic block L4
L2: ba 00 33 40 00 ?? mov edx, 0x00403300
b8 00 33 40 00 ?? mov eax, 0x00403300
2b ca ?? sub ecx, edx
2b c2 ?? sub eax, edx
3b c8 ?? cmp ecx, eax
77 05 ?? ja basic block L4
L3: 6a 41 ?? push 0x41<65>
59 ?? pop ecx
cd 29 ?? int 0x29<41>
L4: 5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x4020b1 | ___castguard_slow_path_check_nop | 0 |
L1: c2 00 00 ?? ret 0
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x4020b4 | ___castguard_slow_path_check_os_handled | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
2b 45 0c ?? sub eax, dword ss:[ebp + 12]
2d c0 32 40 00 ?? sub eax, 0x004032c0
83 e8 40 ?? sub eax, 0x40<64>
3b 45 10 ?? cmp eax, dword ss:[ebp + 0x10<16>]
76 29 ?? jbe basic block L6
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
ba 00 33 40 00 ?? mov edx, 0x00403300
b8 00 33 40 00 ?? mov eax, 0x00403300
2b ca ?? sub ecx, edx
2b c2 ?? sub eax, edx
3b c8 ?? cmp ecx, eax
77 14 ?? ja basic block L6
L3: 83 3d dc 30 40 00 00 ?? cmp dword ds:[0x004030dc], 0
74 0b ?? je basic block L6
L4: ff 75 08 ?? push dword ss:[ebp + 8]
a1 dc 30 40 00 ?? mov eax, dword ds:[0x004030dc]
ff d0 ?? call eax
L5: 59 ?? pop ecx
L6: 5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x4020f5 | ___castguard_slow_path_check_user_handled | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
2b 45 0c ?? sub eax, dword ss:[ebp + 12]
2d c0 32 40 00 ?? sub eax, 0x004032c0
83 e8 40 ?? sub eax, 0x40<64>
3b 45 10 ?? cmp eax, dword ss:[ebp + 0x10<16>]
76 2f ?? jbe basic block L8
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
ba 00 33 40 00 ?? mov edx, 0x00403300
b8 00 33 40 00 ?? mov eax, 0x00403300
2b ca ?? sub ecx, edx
2b c2 ?? sub eax, edx
3b c8 ?? cmp ecx, eax
77 1a ?? ja basic block L8
L3: 56 ?? push esi
8b 35 1c 44 40 00 ?? mov esi, dword ds:[0x0040441c]
85 f6 ?? test esi, esi
74 0e ?? je basic block L7
L4: ff 75 08 ?? push dword ss:[ebp + 8]
8b ce ?? mov ecx, esi
ff 15 d4 30 40 00 ?? call dword ds:[0x004030d4]
L5: ff d6 ?? call esi
L6: 59 ?? pop ecx
L7: 5e ?? pop esi
L8: 5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x40213c | __castguard_slow_path_compat_check | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
2b 45 0c ?? sub eax, dword ss:[ebp + 12]
2d c0 32 40 00 ?? sub eax, 0x004032c0
83 e8 40 ?? sub eax, 0x40<64>
39 45 10 ?? cmp dword ss:[ebp + 0x10<16>], eax
1b c0 ?? sbb eax, eax
f7 d8 ?? neg eax
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402156 | __guard_icall_checks_enforced | 0 |
L1: 8b 0d d4 30 40 00 ?? mov ecx, dword ds:[0x004030d4]
33 c0 ?? xor eax, eax
81 f9 33 1f 40 00 ?? cmp ecx, function 0x00401f33
0f 95 c0 ?? setne al
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402168 | ??3@YAXPAX@Z | 0 |
L1: e9 a0 02 00 00 ?? jmp 0x0040240d
ff 25 50 30 40 00 ?? jmp dword ds:[0x00403050<"t=@">]
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x40216d | ___isa_available_init | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 25 20 44 40 00 00 ?? and dword ds:[0x00404420], 0
83 ec 24 ?? sub esp, 0x24<36>
83 0d 10 40 40 00 01 ?? or dword ds:[0x00404010], 1
6a 0a ?? push 10
ff 15 10 30 40 00 ?? call dword ds:[0x00403010]
L2: 85 c0 ?? test eax, eax
0f 84 ac 01 00 00 ?? je basic block L25
L3: 83 65 f0 00 ?? and dword ss:[ebp + 0xf0<240,-16>], 0
33 c0 ?? xor eax, eax
53 ?? push ebx
56 ?? push esi
57 ?? push edi
33 c9 ?? xor ecx, ecx
8d 7d dc ?? lea edi, ss:[ebp + 0xdc<220,-36>]
53 ?? push ebx
0f a2 ?? cpuid
8b f3 ?? mov esi, ebx
5b ?? pop ebx
90 ?? nop
89 07 ?? mov dword ds:[edi], eax
89 77 04 ?? mov dword ds:[edi + 4], esi
89 4f 08 ?? mov dword ds:[edi + 8], ecx
33 c9 ?? xor ecx, ecx
89 57 0c ?? mov dword ds:[edi + 12], edx
8b 45 dc ?? mov eax, dword ss:[ebp + 0xdc<220,-36>]
8b 7d e0 ?? mov edi, dword ss:[ebp + 0xe0<224,-32>]
89 45 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], eax
81 f7 47 65 6e 75 ?? xor edi, 0x756e6547
8b 45 e8 ?? mov eax, dword ss:[ebp + 0xe8<232,-24>]
35 69 6e 65 49 ?? xor eax, 0x49656e69
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
8b 45 e4 ?? mov eax, dword ss:[ebp + 0xe4<228,-28>]
35 6e 74 65 6c ?? xor eax, 0x6c65746e
89 45 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], eax
33 c0 ?? xor eax, eax
40 ?? inc eax
53 ?? push ebx
0f a2 ?? cpuid
8b f3 ?? mov esi, ebx
5b ?? pop ebx
90 ?? nop
8d 5d dc ?? lea ebx, ss:[ebp + 0xdc<220,-36>]
89 03 ?? mov dword ds:[ebx], eax
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
0b 45 f8 ?? or eax, dword ss:[ebp + 0xf8<248,-8>]
0b c7 ?? or eax, edi
89 73 04 ?? mov dword ds:[ebx + 4], esi
89 4b 08 ?? mov dword ds:[ebx + 8], ecx
89 53 0c ?? mov dword ds:[ebx + 12], edx
75 43 ?? jne basic block L11
L4: 8b 45 dc ?? mov eax, dword ss:[ebp + 0xdc<220,-36>]
25 f0 3f ff 0f ?? and eax, 0x0fff3ff0
3d c0 06 01 00 ?? cmp eax, 0x000106c0
74 23 ?? je basic block L10
L5: 3d 60 06 02 00 ?? cmp eax, 0x00020660
74 1c ?? je basic block L10
L6: 3d 70 06 02 00 ?? cmp eax, 0x00020670
74 15 ?? je basic block L10
L7: 3d 50 06 03 00 ?? cmp eax, 0x00030650
74 0e ?? je basic block L10
L8: 3d 60 06 03 00 ?? cmp eax, 0x00030660
74 07 ?? je basic block L10
L9: 3d 70 06 03 00 ?? cmp eax, 0x00030670
75 11 ?? jne basic block L11
L10: 8b 3d 24 44 40 00 ?? mov edi, dword ds:[0x00404424]
83 cf 01 ?? or edi, 1
89 3d 24 44 40 00 ?? mov dword ds:[0x00404424], edi
eb 06 ?? jmp basic block L12
L11: 8b 3d 24 44 40 00 ?? mov edi, dword ds:[0x00404424]
L12: 8b 4d e4 ?? mov ecx, dword ss:[ebp + 0xe4<228,-28>]
6a 07 ?? push 7
58 ?? pop eax
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
39 45 f4 ?? cmp dword ss:[ebp + 0xf4<244,-12>], eax
7c 30 ?? jl basic block L15
L13: 33 c9 ?? xor ecx, ecx
53 ?? push ebx
0f a2 ?? cpuid
8b f3 ?? mov esi, ebx
5b ?? pop ebx
90 ?? nop
8d 5d dc ?? lea ebx, ss:[ebp + 0xdc<220,-36>]
89 03 ?? mov dword ds:[ebx], eax
89 73 04 ?? mov dword ds:[ebx + 4], esi
89 4b 08 ?? mov dword ds:[ebx + 8], ecx
8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
89 53 0c ?? mov dword ds:[ebx + 12], edx
8b 5d e0 ?? mov ebx, dword ss:[ebp + 0xe0<224,-32>]
f7 c3 00 02 00 00 ?? test ebx, 0x00000200<512>
74 0e ?? je basic block L16
L14: 83 cf 02 ?? or edi, 2
89 3d 24 44 40 00 ?? mov dword ds:[0x00404424], edi
eb 03 ?? jmp basic block L16
L15: 8b 5d f0 ?? mov ebx, dword ss:[ebp + 0xf0<240,-16>]
L16: a1 10 40 40 00 ?? mov eax, dword ds:[0x00404010]
83 c8 02 ?? or eax, 2
c7 05 20 44 40 00 01 00 ?? mov dword ds:[0x00404420], 1
00 00
a3 10 40 40 00 ?? mov dword ds:[0x00404010], eax
f7 c1 00 00 10 00 ?? test ecx, 0x00100000
0f 84 93 00 00 00 ?? je basic block L24
L17: 83 c8 04 ?? or eax, 4
c7 05 20 44 40 00 02 00 ?? mov dword ds:[0x00404420], 2
00 00
a3 10 40 40 00 ?? mov dword ds:[0x00404010], eax
f7 c1 00 00 00 08 ?? test ecx, 0x08000000
74 79 ?? je basic block L24
L18: f7 c1 00 00 00 10 ?? test ecx, 0x10000000
74 71 ?? je basic block L24
L19: 33 c9 ?? xor ecx, ecx
0f 01 d0 ?? xgetbv
89 45 ec ?? mov dword ss:[ebp + 0xec<236,-20>], eax
89 55 f0 ?? mov dword ss:[ebp + 0xf0<240,-16>], edx
8b 45 ec ?? mov eax, dword ss:[ebp + 0xec<236,-20>]
8b 4d f0 ?? mov ecx, dword ss:[ebp + 0xf0<240,-16>]
6a 06 ?? push 6
5e ?? pop esi
23 c6 ?? and eax, esi
3b c6 ?? cmp eax, esi
75 57 ?? jne basic block L24
L20: a1 10 40 40 00 ?? mov eax, dword ds:[0x00404010]
83 c8 08 ?? or eax, 8
c7 05 20 44 40 00 03 00 ?? mov dword ds:[0x00404420], 3
00 00
a3 10 40 40 00 ?? mov dword ds:[0x00404010], eax
f6 c3 20 ?? test bl, 0x20<32>
74 3b ?? je basic block L24
L21: 83 c8 20 ?? or eax, 0x20<32>
c7 05 20 44 40 00 05 00 ?? mov dword ds:[0x00404420], 5
00 00
a3 10 40 40 00 ?? mov dword ds:[0x00404010], eax
b8 00 00 03 d0 ?? mov eax, 0xd0030000
23 d8 ?? and ebx, eax
3b d8 ?? cmp ebx, eax
75 1e ?? jne basic block L24
L22: 8b 45 ec ?? mov eax, dword ss:[ebp + 0xec<236,-20>]
ba e0 00 00 00 ?? mov edx, 0x000000e0<224>
8b 4d f0 ?? mov ecx, dword ss:[ebp + 0xf0<240,-16>]
23 c2 ?? and eax, edx
3b c2 ?? cmp eax, edx
75 0d ?? jne basic block L24
L23: 83 0d 10 40 40 00 40 ?? or dword ds:[0x00404010], 0x40<64>
89 35 20 44 40 00 ?? mov dword ds:[0x00404420], esi
L24: 5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
L25: 33 c0 ?? xor eax, eax
c9 ?? leave
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402341 | ___scrt_is_ucrt_dll_in_use | 0 |
L1: 33 c0 ?? xor eax, eax
39 05 14 40 40 00 ?? cmp dword ds:[0x00404014], eax
0f 95 c0 ?? setne al
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402461 | ___acrt_initialize | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402461 | ___scrt_stub_for_acrt_initialize | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402461 | ___vcrt_initialize | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402464 | ___acrt_thread_attach | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402464 | ___scrt_stub_for_acrt_thread_attach | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402464 | ___vcrt_thread_attach | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402467 | ___acrt_thread_detach | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402467 | ___scrt_stub_for_acrt_thread_detach | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402467 | ___vcrt_thread_detach | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x40246a | ___acrt_uninitialize | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x40246a | ___scrt_stub_for_acrt_uninitialize | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x40246a | ___vcrt_uninitialize | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x40246d | ___acrt_uninitialize_critical | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x40246d | ___scrt_stub_for_acrt_uninitialize_critical | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x40246d | ___vcrt_uninitialize_critical | 0 |
L1: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402470 | ___scrt_stub_for_is_c_termination_complete | 0 |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402470 | __is_c_termination_complete | 0 |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402473 | __filter_x86_sse2_floating_point_exception | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
83 3d 20 44 40 00 01 ?? cmp dword ds:[0x00404420], 1
7c 66 ?? jl basic block L15
L2: 81 7d 08 b4 02 00 c0 ?? cmp dword ss:[ebp + 8], 0xc00002b4
74 09 ?? je basic block L4
L3: 81 7d 08 b5 02 00 c0 ?? cmp dword ss:[ebp + 8], 0xc00002b5
75 54 ?? jne basic block L15
L4: 0f ae 5d fc ?? stmxcsr dword ss:[ebp + 0xfc<252,-4>]
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
83 f0 3f ?? xor eax, 0x3f<63>
a8 81 ?? test al, 0x81<129,-127>
74 3f ?? je basic block L14
L5: a9 04 02 00 00 ?? test eax, 0x00000204<516>
75 07 ?? jne basic block L7
L6: b8 8e 00 00 c0 ?? mov eax, 0xc000008e
c9 ?? leave
c3 ?? ret
L7: a9 02 01 00 00 ?? test eax, 0x00000102<258>
74 2a ?? je basic block L14
L8: a9 08 04 00 00 ?? test eax, 0x00000408<1032>
75 07 ?? jne basic block L10
L9: b8 91 00 00 c0 ?? mov eax, 0xc0000091
c9 ?? leave
c3 ?? ret
L10: a9 10 08 00 00 ?? test eax, 0x00000810<2064>
75 07 ?? jne basic block L12
L11: b8 93 00 00 c0 ?? mov eax, 0xc0000093
c9 ?? leave
c3 ?? ret
L12: a9 20 10 00 00 ?? test eax, 0x00001020<4128>
75 0e ?? jne basic block L15
L13: b8 8f 00 00 c0 ?? mov eax, 0xc000008f
c9 ?? leave
c3 ?? ret
L14: b8 90 00 00 c0 ?? mov eax, 0xc0000090
c9 ?? leave
c3 ?? ret
L15: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
c9 ?? leave
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex11.exe | 0x402473 | __filter_x86_sse2_floating_point_exception_default | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
83 3d 20 44 40 00 01 ?? cmp dword ds:[0x00404420], 1
7c 66 ?? jl basic block L15
L2: 81 7d 08 b4 02 00 c0 ?? cmp dword ss:[ebp + 8], 0xc00002b4
74 09 ?? je basic block L4
L3: 81 7d 08 b5 02 00 c0 ?? cmp dword ss:[ebp + 8], 0xc00002b5
75 54 ?? jne basic block L15
L4: 0f ae 5d fc ?? stmxcsr dword ss:[ebp + 0xfc<252,-4>]
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
83 f0 3f ?? xor eax, 0x3f<63>
a8 81 ?? test al, 0x81<129,-127>
74 3f ?? je basic block L14
L5: a9 04 02 00 00 ?? test eax, 0x00000204<516>
75 07 ?? jne basic block L7
L6: b8 8e 00 00 c0 ?? mov eax, 0xc000008e
c9 ?? leave
c3 ?? ret
L7: a9 02 01 00 00 ?? test eax, 0x00000102<258>
74 2a ?? je basic block L14
L8: a9 08 04 00 00 ?? test eax, 0x00000408<1032>
75 07 ?? jne basic block L10
L9: b8 91 00 00 c0 ?? mov eax, 0xc0000091
c9 ?? leave
c3 ?? ret
L10: a9 10 08 00 00 ?? test eax, 0x00000810<2064>
75 07 ?? jne basic block L12
L11: b8 93 00 00 c0 ?? mov eax, 0xc0000093
c9 ?? leave
c3 ?? ret
L12: a9 20 10 00 00 ?? test eax, 0x00001020<4128>
75 0e ?? jne basic block L15
L13: b8 8f 00 00 c0 ?? mov eax, 0xc000008f
c9 ?? leave
c3 ?? ret
L14: b8 90 00 00 c0 ?? mov eax, 0xc0000090
c9 ?? leave
c3 ?? ret
L15: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
c9 ?? leave
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401000 | ??0Base@@QAE@XZ | 1 |
L1: c7 01 01 00 00 00 ?? mov dword ds:[ecx], 1
8b c1 ?? mov eax, ecx
c6 41 04 61 ?? mov byte ds:[ecx + 4], 0x61<97>
c7 41 08 ff ff ff ff ?? mov dword ds:[ecx + 8], 0xffffffff<4294967295,-1>
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401020 | ?func3@Base@@QAEHXZ | 1 |
L1: 0f be 41 04 ?? movsx eax, byte ds:[ecx + 4]
03 01 ?? add eax, dword ds:[ecx]
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401030 | ??0Derived@@QAE@XZ | 1 |
L1: 56 ?? push esi
8b f1 ?? mov esi, ecx
c7 06 01 00 00 00 ?? mov dword ds:[esi], 1
c6 46 04 61 ?? mov byte ds:[esi + 4], 0x61<97>
c7 46 08 ff ff ff ff ?? mov dword ds:[esi + 8], 0xffffffff<4294967295,-1>
ff 15 ec 30 40 00 ?? call dword ds:[0x004030ec]
L2: 99 ?? cdq
b9 0a 00 00 00 ?? mov ecx, 10
f7 f9 ?? idiv ecx
85 d2 ?? test edx, edx
74 0d ?? je basic block L4
L3: 0f be 46 04 ?? movsx eax, byte ds:[esi + 4]
03 06 ?? add eax, dword ds:[esi]
89 46 0c ?? mov dword ds:[esi + 12], eax
8b c6 ?? mov eax, esi
5e ?? pop esi
c3 ?? ret
L4: 8b 46 08 ?? mov eax, dword ds:[esi + 8]
89 46 0c ?? mov dword ds:[esi + 12], eax
8b c6 ?? mov eax, esi
5e ?? pop esi
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401070 | ?func4@Derived@@QAEHXZ | 1 |
L1: 8b 41 0c ?? mov eax, dword ds:[ecx + 12]
40 ?? inc eax
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401080 | _main | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
56 ?? push esi
57 ?? push edi
6a 10 ?? push 0x10<16>
e8 5d 00 00 00 ?? call function 0x004010ea
L2: 8b f8 ?? mov edi, eax
83 c4 04 ?? add esp, 4
89 7d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], edi
c7 07 01 00 00 00 ?? mov dword ds:[edi], 1
c6 47 04 61 ?? mov byte ds:[edi + 4], 0x61<97>
c7 47 08 ff ff ff ff ?? mov dword ds:[edi + 8], 0xffffffff<4294967295,-1>
ff 15 ec 30 40 00 ?? call dword ds:[0x004030ec]
L3: 99 ?? cdq
b9 0a 00 00 00 ?? mov ecx, 10
f7 f9 ?? idiv ecx
85 d2 ?? test edx, edx
74 08 ?? je basic block L5
L4: 0f be 47 04 ?? movsx eax, byte ds:[edi + 4]
03 07 ?? add eax, dword ds:[edi]
eb 03 ?? jmp basic block L6
L5: 8b 47 08 ?? mov eax, dword ds:[edi + 8]
L6: 6a 10 ?? push 0x10<16>
57 ?? push edi
89 47 0c ?? mov dword ds:[edi + 12], eax
8b f0 ?? mov esi, eax
e8 4a 00 00 00 ?? call function 0x0040111a
L7: 83 c4 08 ?? add esp, 8
8d 46 01 ?? lea eax, ds:[esi + 1]
5f ?? pop edi
5e ?? pop esi
8b e5 ?? mov esp, ebp
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4010dc | @__security_check_cookie@4 | 0 |
L1: 3b 0d 04 50 40 00 ?? cmp ecx, dword ds:[0x00405004]
75 01 ?? jne basic block L3
L2: c3 ?? ret
L3: e9 1e 03 00 00 ?? jmp function 0x00401408
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4010ea | ??2@YAPAXI@Z | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
eb 0d ?? jmp basic block L4
L2: ff 75 08 ?? push dword ss:[ebp + 8]
e8 e6 13 00 00 ?? call function 0x004024dd
L3: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 0f ?? je basic block L7
L4: ff 75 08 ?? push dword ss:[ebp + 8]
e8 df 13 00 00 ?? call function 0x004024e3
L5: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 e6 ?? je basic block L2
L6: 5d ?? pop ebp
c3 ?? ret
L7: 83 7d 08 ff ?? cmp dword ss:[ebp + 8], 0xff<255,-1>
0f 84 80 07 00 00 ?? je function 0x00401895
L8: e9 5e 07 00 00 ?? jmp function 0x00401878
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40111a | ??3@YAXPAXI@Z | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 08 ?? push dword ss:[ebp + 8]
e8 9a 07 00 00 ?? call function 0x004018bf
L2: 59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401128 | pre_c_initialization | 0 |
L1: 56 ?? push esi
6a 01 ?? push 1
e8 bf 13 00 00 ?? call function 0x004024ef
L2: e8 a8 0b 00 00 ?? call function 0x00401cdd
L3: 50 ?? push eax
e8 ea 13 00 00 ?? call function 0x00402525
L4: e8 9a 0b 00 00 ?? call function 0x00401cda
L5: 8b f0 ?? mov esi, eax
e8 0e 14 00 00 ?? call function 0x00402555
L6: 6a 01 ?? push 1
89 30 ?? mov dword ds:[eax], esi
e8 26 09 00 00 ?? call function 0x00401a76
L7: 83 c4 0c ?? add esp, 12
5e ?? pop esi
84 c0 ?? test al, al
74 73 ?? je basic block L30
L8: db e2 ?? fnclex
e8 10 0e 00 00 ?? call function 0x00401f6f
L9: 68 9b 1f 40 00 ?? push function 0x00401f9b
e8 bd 0a 00 00 ?? call function 0x00401c26
L10: e8 68 0b 00 00 ?? call function 0x00401cd6
L11: 50 ?? push eax
e8 87 13 00 00 ?? call function 0x004024fb
L12: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
75 51 ?? jne basic block L30
L13: e8 6a 0b 00 00 ?? call function 0x00401ce9
L14: e8 d0 0b 00 00 ?? call function 0x00401d54
L15: 85 c0 ?? test eax, eax
74 0b ?? je basic block L18
L16: 68 d3 1c 40 00 ?? push function 0x00401cd3
e8 63 13 00 00 ?? call function 0x004024f5
L17: 59 ?? pop ecx
L18: e8 8d 0b 00 00 ?? call function 0x00401d25
L19: e8 8b 0b 00 00 ?? call function 0x00401d28
L20: e8 62 0b 00 00 ?? call function 0x00401d04
L21: e8 3f 0b 00 00 ?? call function 0x00401ce6
L22: 50 ?? push eax
e8 9c 13 00 00 ?? call function 0x00402549
L23: 59 ?? pop ecx
e8 4e 0b 00 00 ?? call function 0x00401d01
L24: 84 c0 ?? test al, al
74 05 ?? je basic block L26
L25: e8 45 13 00 00 ?? call function 0x00402501
L26: e8 fc 0c 00 00 ?? call function 0x00401ebd
L27: e8 f2 0c 00 00 ?? call function 0x00401eb8
L28: 85 c0 ?? test eax, eax
75 01 ?? jne basic block L30
L29: c3 ?? ret
L30: 6a 07 ?? push 7
e8 9a 0b 00 00 ?? call function 0x00401d6c
L31: cc ?? int3
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4011d3 | post_pgo_initialization | 0 |
L1: e8 5f 0b 00 00 ?? call function 0x00401d37
L2: 33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4011db | pre_cpp_initialization | 0 |
L1: e8 22 0d 00 00 ?? call function 0x00401f02
L2: e8 fe 0a 00 00 ?? call function 0x00401ce3
L3: 50 ?? push eax
e8 64 13 00 00 ?? call function 0x0040254f
L4: 59 ?? pop ecx
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4011ed | __scrt_common_main | 0 |
L1: e8 96 0a 00 00 ?? call function 0x00401c88
L2: e9 00 00 00 00 ?? jmp function 0x004011f7
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4011f7 | __scrt_common_main_seh | 0 |
L1: 6a 14 ?? push 0x14<20>
68 a0 38 40 00 ?? push 0x004038a0
e8 cd 0d 00 00 ?? call function 0x00401fd0
L2: 6a 01 ?? push 1
e8 33 08 00 00 ?? call function 0x00401a3d
L3: 59 ?? pop ecx
84 c0 ?? test al, al
0f 84 50 01 00 00 ?? je basic block L44
L4: 32 db ?? xor bl, bl
88 5d e7 ?? mov byte ss:[ebp + 0xe7<231,-25>], bl
83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
e8 21 07 00 00 ?? call function 0x00401942
L5: 88 45 dc ?? mov byte ss:[ebp + 0xdc<220,-36>], al
a1 ac 53 40 00 ?? mov eax, dword ds:[0x004053ac]
33 c9 ?? xor ecx, ecx
41 ?? inc ecx
3b c1 ?? cmp eax, ecx
0f 84 2f 01 00 00 ?? je basic block L44
L6: 85 c0 ?? test eax, eax
75 49 ?? jne basic block L12
L7: 89 0d ac 53 40 00 ?? mov dword ds:[0x004053ac], ecx
68 18 31 40 00 ?? push 0x00403118
68 0c 31 40 00 ?? push 0x0040310c
e8 c6 12 00 00 ?? call function 0x00402513
L8: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
74 11 ?? je basic block L10
L9: c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
b8 ff 00 00 00 ?? mov eax, 0x000000ff<255>
e9 ef 00 00 00 ?? jmp basic block L43
L10: 68 08 31 40 00 ?? push 0x00403108
68 00 31 40 00 ?? push 0x00403100
e8 9a 12 00 00 ?? call function 0x0040250d
L11: 59 ?? pop ecx
59 ?? pop ecx
c7 05 ac 53 40 00 02 00 ?? mov dword ds:[0x004053ac], 2
00 00
eb 05 ?? jmp basic block L13
L12: 8a d9 ?? mov bl, cl
88 5d e7 ?? mov byte ss:[ebp + 0xe7<231,-25>], bl
L13: ff 75 dc ?? push dword ss:[ebp + 0xdc<220,-36>]
e8 03 09 00 00 ?? call function 0x00401b91
L14: 59 ?? pop ecx
e8 cc 0a 00 00 ?? call function 0x00401d60
L15: 8b f0 ?? mov esi, eax
33 ff ?? xor edi, edi
39 3e ?? cmp dword ds:[esi], edi
74 1b ?? je basic block L20
L16: 56 ?? push esi
e8 5b 08 00 00 ?? call function 0x00401afd
L17: 59 ?? pop ecx
84 c0 ?? test al, al
74 10 ?? je basic block L20
L18: 8b 36 ?? mov esi, dword ds:[esi]
57 ?? push edi
6a 02 ?? push 2
57 ?? push edi
8b ce ?? mov ecx, esi
ff 15 f4 30 40 00 ?? call dword ds:[0x004030f4<"c @">]
L19: ff d6 ?? call esi
L20: e8 aa 0a 00 00 ?? call function 0x00401d66
L21: 8b f0 ?? mov esi, eax
39 3e ?? cmp dword ds:[esi], edi
74 13 ?? je basic block L26
L22: 56 ?? push esi
e8 35 08 00 00 ?? call function 0x00401afd
L23: 59 ?? pop ecx
84 c0 ?? test al, al
74 08 ?? je basic block L26
L24: ff 36 ?? push dword ds:[esi]
e8 6f 12 00 00 ?? call function 0x00402543
L25: 59 ?? pop ecx
L26: e8 2d 12 00 00 ?? call function 0x00402507
L27: 8b f8 ?? mov edi, eax
e8 50 12 00 00 ?? call function 0x00402531
L28: 8b 30 ?? mov esi, dword ds:[eax]
e8 43 12 00 00 ?? call function 0x0040252b
L29: 57 ?? push edi
56 ?? push esi
ff 30 ?? push dword ds:[eax]
e8 8f fd ff ff ?? call function 0x00401080
L30: 83 c4 0c ?? add esp, 12
8b f0 ?? mov esi, eax
e8 c5 0b 00 00 ?? call function 0x00401ec0
L31: 84 c0 ?? test al, al
74 6b ?? je basic block L45
L32: 84 db ?? test bl, bl
75 05 ?? jne basic block L34
L33: e8 2f 12 00 00 ?? call function 0x00402537
L34: 6a 00 ?? push 0
6a 01 ?? push 1
e8 9d 08 00 00 ?? call function 0x00401bae
L35: 59 ?? pop ecx
59 ?? pop ecx
c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
8b c6 ?? mov eax, esi
eb 35 ?? jmp basic block L43
L36: 8b 4d ec ?? mov ecx, dword ss:[ebp + 0xec<236,-20>]
8b 01 ?? mov eax, dword ds:[ecx]
8b 00 ?? mov eax, dword ds:[eax]
89 45 e0 ?? mov dword ss:[ebp + 0xe0<224,-32>], eax
51 ?? push ecx
50 ?? push eax
e8 ba 11 00 00 ?? call function 0x004024e9
L37: 59 ?? pop ecx
59 ?? pop ecx
c3 ?? ret
L38: 8b 65 e8 ?? mov esp, dword ss:[ebp + 0xe8<232,-24>]
e8 86 0b 00 00 ?? call function 0x00401ec0
L39: 84 c0 ?? test al, al
74 32 ?? je basic block L46
L40: 80 7d e7 00 ?? cmp byte ss:[ebp + 0xe7<231,-25>], 0
75 05 ?? jne basic block L42
L41: e8 f4 11 00 00 ?? call function 0x0040253d
L42: c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
8b 45 e0 ?? mov eax, dword ss:[ebp + 0xe0<224,-32>]
L43: 8b 4d f0 ?? mov ecx, dword ss:[ebp + 0xf0<240,-16>]
64 89 0d 00 00 00 00 ?? mov dword fs:[0], ecx
59 ?? pop ecx
5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
c9 ?? leave
c3 ?? ret
L44: 6a 07 ?? push 7
e8 02 0a 00 00 ?? call function 0x00401d6c
L45: 56 ?? push esi
e8 a9 11 00 00 ?? call function 0x00402519
L46: ff 75 e0 ?? push dword ss:[ebp + 0xe0<224,-32>]
e8 a7 11 00 00 ?? call function 0x0040251f
L47: cc ?? int3
L48: e8 58 09 00 00 ?? call function 0x00401cd6
L49: 50 ?? push eax
e8 77 11 00 00 ?? call function 0x004024fb
L50: 59 ?? pop ecx
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40138b | invoke_main | 0 |
L1: 56 ?? push esi
57 ?? push edi
e8 75 11 00 00 ?? call function 0x00402507
L2: 8b f8 ?? mov edi, eax
e8 98 11 00 00 ?? call function 0x00402531
L3: 8b 30 ?? mov esi, dword ds:[eax]
e8 8b 11 00 00 ?? call function 0x0040252b
L4: 57 ?? push edi
56 ?? push esi
ff 30 ?? push dword ds:[eax]
e8 d7 fc ff ff ?? call function 0x00401080
L5: 83 c4 0c ?? add esp, 12
5f ?? pop edi
5e ?? pop esi
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4013d6 | _mainCRTStartup | 0 |
L1: e8 ad 08 00 00 ?? call function 0x00401c88
L2: e9 17 fe ff ff ?? jmp function 0x004011f7
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4013e0 | ___raise_securityfailure | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
6a 00 ?? push 0
ff 15 04 30 40 00 ?? call dword ds:[0x00403004]
L2: ff 75 08 ?? push dword ss:[ebp + 8]
ff 15 2c 30 40 00 ?? call dword ds:[0x0040302c]
L3: 68 09 04 00 c0 ?? push 0xc0000409
ff 15 08 30 40 00 ?? call dword ds:[0x00403008<"$?@">]
L4: 50 ?? push eax
ff 15 0c 30 40 00 ?? call dword ds:[0x0040300c<"8?@">]
L5: 5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401408 | ___report_gsfailure | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec 24 03 00 00 ?? sub esp, 0x00000324<804>
6a 17 ?? push 0x17<23>
ff 15 10 30 40 00 ?? call dword ds:[0x00403010<"L?@">]
L2: 85 c0 ?? test eax, eax
74 05 ?? je basic block L4
L3: 6a 02 ?? push 2
59 ?? pop ecx
cd 29 ?? int 0x29<41>
L4: a3 90 51 40 00 ?? mov dword ds:[0x00405190], eax
89 0d 8c 51 40 00 ?? mov dword ds:[0x0040518c], ecx
89 15 88 51 40 00 ?? mov dword ds:[0x00405188], edx
89 1d 84 51 40 00 ?? mov dword ds:[0x00405184], ebx
89 35 80 51 40 00 ?? mov dword ds:[0x00405180], esi
89 3d 7c 51 40 00 ?? mov dword ds:[0x0040517c], edi
66 8c 15 a8 51 40 00 ?? mov word ds:[0x004051a8], ss
66 8c 0d 9c 51 40 00 ?? mov word ds:[0x0040519c], cs
66 8c 1d 78 51 40 00 ?? mov word ds:[0x00405178], ds
66 8c 05 74 51 40 00 ?? mov word ds:[0x00405174], es
66 8c 25 70 51 40 00 ?? mov word ds:[0x00405170], fs
66 8c 2d 6c 51 40 00 ?? mov word ds:[0x0040516c], gs
9c ?? pushfd
8f 05 a0 51 40 00 ?? pop dword ds:[0x004051a0]
8b 45 00 ?? mov eax, dword ss:[ebp + 0]
a3 94 51 40 00 ?? mov dword ds:[0x00405194], eax
8b 45 04 ?? mov eax, dword ss:[ebp + 4]
a3 98 51 40 00 ?? mov dword ds:[0x00405198], eax
8d 45 08 ?? lea eax, ss:[ebp + 8]
a3 a4 51 40 00 ?? mov dword ds:[0x004051a4], eax
8b 85 dc fc ff ff ?? mov eax, dword ss:[ebp + 0xfffffcdc<4294966492,-804>]
c7 05 e0 50 40 00 01 00 ?? mov dword ds:[0x004050e0], 0x00010001
01 00
a1 98 51 40 00 ?? mov eax, dword ds:[0x00405198]
a3 9c 50 40 00 ?? mov dword ds:[0x0040509c], eax
c7 05 90 50 40 00 09 04 ?? mov dword ds:[0x00405090], 0xc0000409
00 c0
c7 05 94 50 40 00 01 00 ?? mov dword ds:[0x00405094], 1
00 00
c7 05 a0 50 40 00 01 00 ?? mov dword ds:[0x004050a0], 1
00 00
6a 04 ?? push 4
58 ?? pop eax
6b c0 00 ?? imul eax, eax, 0
c7 80 a4 50 40 00 02 00 ?? mov dword ds:[eax + 0x004050a4], 2
00 00
6a 04 ?? push 4
58 ?? pop eax
6b c0 00 ?? imul eax, eax, 0
8b 0d 04 50 40 00 ?? mov ecx, dword ds:[0x00405004]
89 4c 05 f8 ?? mov dword ss:[ebp + eax + 0xf8<248,-8>], ecx
6a 04 ?? push 4
58 ?? pop eax
c1 e0 00 ?? shl eax, 0
8b 0d 00 50 40 00 ?? mov ecx, dword ds:[0x00405000]
89 4c 05 f8 ?? mov dword ss:[ebp + eax + 0xf8<248,-8>], ecx
68 30 31 40 00 ?? push 0x00403130
e8 e0 fe ff ff ?? call function 0x004013e0
L5: c9 ?? leave
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401502 | ___report_rangecheckfailure | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
6a 08 ?? push 8
e8 02 00 00 00 ?? call function 0x0040150e
L2: 5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40150e | ___report_securityfailure | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec 1c 03 00 00 ?? sub esp, 0x0000031c<796>
6a 17 ?? push 0x17<23>
ff 15 10 30 40 00 ?? call dword ds:[0x00403010<"L?@">]
L2: 85 c0 ?? test eax, eax
74 05 ?? je basic block L4
L3: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
cd 29 ?? int 0x29<41>
L4: a3 90 51 40 00 ?? mov dword ds:[0x00405190], eax
89 0d 8c 51 40 00 ?? mov dword ds:[0x0040518c], ecx
89 15 88 51 40 00 ?? mov dword ds:[0x00405188], edx
89 1d 84 51 40 00 ?? mov dword ds:[0x00405184], ebx
89 35 80 51 40 00 ?? mov dword ds:[0x00405180], esi
89 3d 7c 51 40 00 ?? mov dword ds:[0x0040517c], edi
66 8c 15 a8 51 40 00 ?? mov word ds:[0x004051a8], ss
66 8c 0d 9c 51 40 00 ?? mov word ds:[0x0040519c], cs
66 8c 1d 78 51 40 00 ?? mov word ds:[0x00405178], ds
66 8c 05 74 51 40 00 ?? mov word ds:[0x00405174], es
66 8c 25 70 51 40 00 ?? mov word ds:[0x00405170], fs
66 8c 2d 6c 51 40 00 ?? mov word ds:[0x0040516c], gs
9c ?? pushfd
8f 05 a0 51 40 00 ?? pop dword ds:[0x004051a0]
8b 45 00 ?? mov eax, dword ss:[ebp + 0]
a3 94 51 40 00 ?? mov dword ds:[0x00405194], eax
8b 45 04 ?? mov eax, dword ss:[ebp + 4]
a3 98 51 40 00 ?? mov dword ds:[0x00405198], eax
8d 45 08 ?? lea eax, ss:[ebp + 8]
a3 a4 51 40 00 ?? mov dword ds:[0x004051a4], eax
8b 85 e4 fc ff ff ?? mov eax, dword ss:[ebp + 0xfffffce4<4294966500,-796>]
a1 98 51 40 00 ?? mov eax, dword ds:[0x00405198]
a3 9c 50 40 00 ?? mov dword ds:[0x0040509c], eax
c7 05 90 50 40 00 09 04 ?? mov dword ds:[0x00405090], 0xc0000409
00 c0
c7 05 94 50 40 00 01 00 ?? mov dword ds:[0x00405094], 1
00 00
c7 05 a0 50 40 00 01 00 ?? mov dword ds:[0x004050a0], 1
00 00
6a 04 ?? push 4
58 ?? pop eax
6b c0 00 ?? imul eax, eax, 0
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
89 88 a4 50 40 00 ?? mov dword ds:[eax + 0x004050a4], ecx
68 30 31 40 00 ?? push 0x00403130
e8 05 fe ff ff ?? call function 0x004013e0
L5: c9 ?? leave
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4015dd | ___report_securityfailureEx | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec 20 03 00 00 ?? sub esp, 0x00000320<800>
6a 17 ?? push 0x17<23>
ff 15 10 30 40 00 ?? call dword ds:[0x00403010<"L?@">]
L2: 85 c0 ?? test eax, eax
74 05 ?? je basic block L4
L3: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
cd 29 ?? int 0x29<41>
L4: a3 90 51 40 00 ?? mov dword ds:[0x00405190], eax
89 0d 8c 51 40 00 ?? mov dword ds:[0x0040518c], ecx
89 15 88 51 40 00 ?? mov dword ds:[0x00405188], edx
89 1d 84 51 40 00 ?? mov dword ds:[0x00405184], ebx
89 35 80 51 40 00 ?? mov dword ds:[0x00405180], esi
89 3d 7c 51 40 00 ?? mov dword ds:[0x0040517c], edi
66 8c 15 a8 51 40 00 ?? mov word ds:[0x004051a8], ss
66 8c 0d 9c 51 40 00 ?? mov word ds:[0x0040519c], cs
66 8c 1d 78 51 40 00 ?? mov word ds:[0x00405178], ds
66 8c 05 74 51 40 00 ?? mov word ds:[0x00405174], es
66 8c 25 70 51 40 00 ?? mov word ds:[0x00405170], fs
66 8c 2d 6c 51 40 00 ?? mov word ds:[0x0040516c], gs
9c ?? pushfd
8f 05 a0 51 40 00 ?? pop dword ds:[0x004051a0]
8b 45 00 ?? mov eax, dword ss:[ebp + 0]
a3 94 51 40 00 ?? mov dword ds:[0x00405194], eax
8b 45 04 ?? mov eax, dword ss:[ebp + 4]
a3 98 51 40 00 ?? mov dword ds:[0x00405198], eax
8d 45 08 ?? lea eax, ss:[ebp + 8]
a3 a4 51 40 00 ?? mov dword ds:[0x004051a4], eax
8b 85 e0 fc ff ff ?? mov eax, dword ss:[ebp + 0xfffffce0<4294966496,-800>]
a1 98 51 40 00 ?? mov eax, dword ds:[0x00405198]
a3 9c 50 40 00 ?? mov dword ds:[0x0040509c], eax
c7 05 90 50 40 00 09 04 ?? mov dword ds:[0x00405090], 0xc0000409
00 c0
c7 05 94 50 40 00 01 00 ?? mov dword ds:[0x00405094], 1
00 00
83 7d 0c 00 ?? cmp dword ss:[ebp + 12], 0
76 0a ?? jbe basic block L7
L5: 83 7d 10 00 ?? cmp dword ss:[ebp + 0x10<16>], 0
75 04 ?? jne basic block L7
L6: 83 65 0c 00 ?? and dword ss:[ebp + 12], 0
L7: 83 7d 0c 0e ?? cmp dword ss:[ebp + 12], 14
76 07 ?? jbe basic block L9
L8: 8b 45 0c ?? mov eax, dword ss:[ebp + 12]
48 ?? dec eax
89 45 0c ?? mov dword ss:[ebp + 12], eax
L9: 8b 45 0c ?? mov eax, dword ss:[ebp + 12]
40 ?? inc eax
a3 a0 50 40 00 ?? mov dword ds:[0x004050a0], eax
6a 04 ?? push 4
58 ?? pop eax
6b c0 00 ?? imul eax, eax, 0
8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
89 88 a4 50 40 00 ?? mov dword ds:[eax + 0x004050a4], ecx
83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
eb 07 ?? jmp basic block L10
L10: 8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
3b 45 0c ?? cmp eax, dword ss:[ebp + 12]
73 15 ?? jae basic block L12
L11: 8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
8b 55 10 ?? mov edx, dword ss:[ebp + 0x10<16>]
8b 0c 8a ?? mov ecx, dword ds:[edx + ecx * 4]
89 0c 85 a8 50 40 00 ?? mov dword ds:[0x004050a8 + eax * 4], ecx
eb dc ?? jmp 0x004016c2
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
40 ?? inc eax
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
L12: 68 30 31 40 00 ?? push 0x00403130
e8 f0 fc ff ff ?? call function 0x004013e0
L13: c9 ?? leave
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4016f2 | ??0bad_alloc@std@@AAE@QBD@Z | 1 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 61 04 00 ?? and dword ds:[ecx + 4], 0
83 61 08 00 ?? and dword ds:[ecx + 8], 0
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
89 41 04 ?? mov dword ds:[ecx + 4], eax
8b c1 ?? mov eax, ecx
c7 01 5c 31 40 00 ?? mov dword ds:[ecx], 0x0040315c
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40170f | ??0bad_alloc@std@@QAE@ABV01@@Z | 1 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
ff 75 08 ?? push dword ss:[ebp + 8]
8b f1 ?? mov esi, ecx
e8 58 00 00 00 ?? call function 0x00401775
L2: c7 06 5c 31 40 00 ?? mov dword ds:[esi], 0x0040315c
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40172a | ??0bad_alloc@std@@QAE@XZ | 1 |
L1: 83 61 04 00 ?? and dword ds:[ecx + 4], 0
8b c1 ?? mov eax, ecx
83 61 08 00 ?? and dword ds:[ecx + 8], 0
c7 41 04 64 31 40 00 ?? mov dword ds:[ecx + 4], 0x00403164<"bad allocation">
c7 01 5c 31 40 00 ?? mov dword ds:[ecx], 0x0040315c
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401742 | ??0bad_array_new_length@std@@QAE@ABV01@@Z | 1 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
ff 75 08 ?? push dword ss:[ebp + 8]
8b f1 ?? mov esi, ecx
e8 25 00 00 00 ?? call function 0x00401775
L2: c7 06 78 31 40 00 ?? mov dword ds:[esi], 0x00403178
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40175d | ??0bad_array_new_length@std@@QAE@XZ | 1 |
L1: 83 61 04 00 ?? and dword ds:[ecx + 4], 0
8b c1 ?? mov eax, ecx
83 61 08 00 ?? and dword ds:[ecx + 8], 0
c7 41 04 80 31 40 00 ?? mov dword ds:[ecx + 4], 0x00403180<"bad array new length">
c7 01 78 31 40 00 ?? mov dword ds:[ecx], 0x00403178
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401775 | ??0exception@std@@QAE@ABV01@@Z | 1 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
8d 46 04 ?? lea eax, ds:[esi + 4]
c7 06 3c 31 40 00 ?? mov dword ds:[esi], 0x0040313c
83 20 00 ?? and dword ds:[eax], 0
83 60 04 00 ?? and dword ds:[eax + 4], 0
50 ?? push eax
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
83 c0 04 ?? add eax, 4
50 ?? push eax
e8 0f 0d 00 00 ?? call function 0x004024a7
L2: 59 ?? pop ecx
59 ?? pop ecx
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4017a1 | ??0exception@std@@QAE@QBDH@Z | 1 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
c7 01 3c 31 40 00 ?? mov dword ds:[ecx], 0x0040313c
83 61 04 00 ?? and dword ds:[ecx + 4], 0
83 61 08 00 ?? and dword ds:[ecx + 8], 0
89 41 04 ?? mov dword ds:[ecx + 4], eax
8b c1 ?? mov eax, ecx
5d ?? pop ebp
c2 08 00 ?? ret 8
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4017be | ??1bad_alloc@std@@UAE@XZ | 1 |
L1: 8d 41 04 ?? lea eax, ds:[ecx + 4]
c7 01 3c 31 40 00 ?? mov dword ds:[ecx], 0x0040313c
50 ?? push eax
e8 e0 0c 00 00 ?? call function 0x004024ad
L2: 59 ?? pop ecx
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4017cf | ??1bad_array_new_length@std@@UAE@XZ | 1 |
L1: 8d 41 04 ?? lea eax, ds:[ecx + 4]
c7 01 3c 31 40 00 ?? mov dword ds:[ecx], 0x0040313c
50 ?? push eax
e8 cf 0c 00 00 ?? call function 0x004024ad
L2: 59 ?? pop ecx
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4017e0 | ??1exception@std@@UAE@XZ | 1 |
L1: 8d 41 04 ?? lea eax, ds:[ecx + 4]
c7 01 3c 31 40 00 ?? mov dword ds:[ecx], 0x0040313c
50 ?? push eax
e8 be 0c 00 00 ?? call function 0x004024ad
L2: 59 ?? pop ecx
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4017f1 | ??_Ebad_alloc@std@@UAEPAXI@Z | 1 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
8d 46 04 ?? lea eax, ds:[esi + 4]
c7 06 3c 31 40 00 ?? mov dword ds:[esi], 0x0040313c
50 ?? push eax
e8 a7 0c 00 00 ?? call function 0x004024ad
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
59 ?? pop ecx
74 0a ?? je basic block L5
L3: 6a 0c ?? push 12
56 ?? push esi
e8 05 f9 ff ff ?? call function 0x0040111a
L4: 59 ?? pop ecx
59 ?? pop ecx
L5: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4017f1 | ??_Gbad_alloc@std@@UAEPAXI@Z | 1 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
8d 46 04 ?? lea eax, ds:[esi + 4]
c7 06 3c 31 40 00 ?? mov dword ds:[esi], 0x0040313c
50 ?? push eax
e8 a7 0c 00 00 ?? call function 0x004024ad
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
59 ?? pop ecx
74 0a ?? je basic block L5
L3: 6a 0c ?? push 12
56 ?? push esi
e8 05 f9 ff ff ?? call function 0x0040111a
L4: 59 ?? pop ecx
59 ?? pop ecx
L5: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40181e | ??_Ebad_array_new_length@std@@UAEPAXI@Z | 1 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
8d 46 04 ?? lea eax, ds:[esi + 4]
c7 06 3c 31 40 00 ?? mov dword ds:[esi], 0x0040313c
50 ?? push eax
e8 7a 0c 00 00 ?? call function 0x004024ad
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
59 ?? pop ecx
74 0a ?? je basic block L5
L3: 6a 0c ?? push 12
56 ?? push esi
e8 d8 f8 ff ff ?? call function 0x0040111a
L4: 59 ?? pop ecx
59 ?? pop ecx
L5: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40181e | ??_Gbad_array_new_length@std@@UAEPAXI@Z | 1 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
8d 46 04 ?? lea eax, ds:[esi + 4]
c7 06 3c 31 40 00 ?? mov dword ds:[esi], 0x0040313c
50 ?? push eax
e8 7a 0c 00 00 ?? call function 0x004024ad
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
59 ?? pop ecx
74 0a ?? je basic block L5
L3: 6a 0c ?? push 12
56 ?? push esi
e8 d8 f8 ff ff ?? call function 0x0040111a
L4: 59 ?? pop ecx
59 ?? pop ecx
L5: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40184b | ??_Eexception@std@@UAEPAXI@Z | 1 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
8d 46 04 ?? lea eax, ds:[esi + 4]
c7 06 3c 31 40 00 ?? mov dword ds:[esi], 0x0040313c
50 ?? push eax
e8 4d 0c 00 00 ?? call function 0x004024ad
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
59 ?? pop ecx
74 0a ?? je basic block L5
L3: 6a 0c ?? push 12
56 ?? push esi
e8 ab f8 ff ff ?? call function 0x0040111a
L4: 59 ?? pop ecx
59 ?? pop ecx
L5: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40184b | ??_Gexception@std@@UAEPAXI@Z | 1 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b f1 ?? mov esi, ecx
8d 46 04 ?? lea eax, ds:[esi + 4]
c7 06 3c 31 40 00 ?? mov dword ds:[esi], 0x0040313c
50 ?? push eax
e8 4d 0c 00 00 ?? call function 0x004024ad
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
59 ?? pop ecx
74 0a ?? je basic block L5
L3: 6a 0c ?? push 12
56 ?? push esi
e8 ab f8 ff ff ?? call function 0x0040111a
L4: 59 ?? pop ecx
59 ?? pop ecx
L5: 8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401878 | ?__scrt_throw_std_bad_alloc@@YAXXZ | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 0c ?? sub esp, 12
8d 4d f4 ?? lea ecx, ss:[ebp + 0xf4<244,-12>]
e8 a4 fe ff ff ?? call function 0x0040172a
L2: 68 bc 38 40 00 ?? push 0x004038bc
8d 45 f4 ?? lea eax, ss:[ebp + 0xf4<244,-12>]
50 ?? push eax
e8 1f 0c 00 00 ?? call function 0x004024b3
L3: cc ?? int3
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401895 | ?__scrt_throw_std_bad_array_new_length@@YAXXZ | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 0c ?? sub esp, 12
8d 4d f4 ?? lea ecx, ss:[ebp + 0xf4<244,-12>]
e8 ba fe ff ff ?? call function 0x0040175d
L2: 68 10 39 40 00 ?? push 0x00403910
8d 45 f4 ?? lea eax, ss:[ebp + 0xf4<244,-12>]
50 ?? push eax
e8 02 0c 00 00 ?? call function 0x004024b3
L3: cc ?? int3
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4018b2 | ?what@exception@std@@UBEPBDXZ | 1 |
L1: 8b 41 04 ?? mov eax, dword ds:[ecx + 4]
85 c0 ?? test eax, eax
75 05 ?? jne basic block L3
L2: b8 44 31 40 00 ?? mov eax, 0x00403144<"Unknown exception">
L3: c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4018bf | ??3@YAXPAX@Z | 0 |
L1: e9 97 0c 00 00 ?? jmp 0x0040255b
ff 25 68 30 40 00 ?? jmp dword ds:[0x00403068<"z=@">]
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4018c4 | find_pe_section | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
56 ?? push esi
8b 48 3c ?? mov ecx, dword ds:[eax + 0x3c<60>]
03 c8 ?? add ecx, eax
0f b7 41 14 ?? movzx eax, word ds:[ecx + 0x14<20>]
8d 51 18 ?? lea edx, ds:[ecx + 0x18<24>]
03 d0 ?? add edx, eax
0f b7 41 06 ?? movzx eax, word ds:[ecx + 6]
6b f0 28 ?? imul esi, eax, 0x28<40>
03 f2 ?? add esi, edx
3b d6 ?? cmp edx, esi
74 19 ?? je basic block L6
L2: 8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
L3: 3b 4a 0c ?? cmp ecx, dword ds:[edx + 12]
72 0a ?? jb basic block L5
L4: 8b 42 08 ?? mov eax, dword ds:[edx + 8]
03 42 0c ?? add eax, dword ds:[edx + 12]
3b c8 ?? cmp ecx, eax
72 0c ?? jb basic block L8
L5: 83 c2 28 ?? add edx, 0x28<40>
3b d6 ?? cmp edx, esi
75 ea ?? jne basic block L3
L6: 33 c0 ?? xor eax, eax
L7: 5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
L8: 8b c2 ?? mov eax, edx
eb f9 ?? jmp basic block L7
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401908 | is_potentially_valid_image_base | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
85 c0 ?? test eax, eax
74 25 ?? je basic block L5
L2: b9 4d 5a 00 00 ?? mov ecx, 0x00005a4d<23117>
66 39 08 ?? cmp word ds:[eax], cx
75 1b ?? jne basic block L5
L3: 8b 48 3c ?? mov ecx, dword ds:[eax + 0x3c<60>]
03 c8 ?? add ecx, eax
81 39 50 45 00 00 ?? cmp dword ds:[ecx], 0x00004550<17744>
75 0e ?? jne basic block L5
L4: b8 0b 01 00 00 ?? mov eax, 0x0000010b<267>
66 39 41 18 ?? cmp word ds:[ecx + 0x18<24>], ax
0f 94 c0 ?? sete al
5d ?? pop ebp
c3 ?? ret
L5: 32 c0 ?? xor al, al
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40193b | _NtCurrentTeb | 0 |
L1: 64 a1 18 00 00 00 ?? mov eax, dword fs:[0x00000018<24>]
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401942 | ___scrt_acquire_startup_lock | 0 |
L1: 56 ?? push esi
e8 4d 0b 00 00 ?? call function 0x00402495
L2: 85 c0 ?? test eax, eax
74 20 ?? je basic block L6
L3: 64 a1 18 00 00 00 ?? mov eax, dword fs:[0x00000018<24>]
be b0 53 40 00 ?? mov esi, 0x004053b0
8b 50 04 ?? mov edx, dword ds:[eax + 4]
eb 04 ?? jmp basic block L5
L4: 3b d0 ?? cmp edx, eax
74 10 ?? je basic block L7
L5: 33 c0 ?? xor eax, eax
8b ca ?? mov ecx, edx
f0 0f b1 0e ?? lock cmpxchg dword ds:[esi], ecx
85 c0 ?? test eax, eax
75 f0 ?? jne basic block L4
L6: 32 c0 ?? xor al, al
5e ?? pop esi
c3 ?? ret
L7: b0 01 ?? mov al, 1
5e ?? pop esi
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401974 | ___scrt_dllmain_after_initialize_c | 0 |
L1: e8 1c 0b 00 00 ?? call function 0x00402495
L2: 85 c0 ?? test eax, eax
74 07 ?? je basic block L5
L3: e8 3f 09 00 00 ?? call function 0x004022c1
L4: eb 18 ?? jmp basic block L10
L5: e8 4d 03 00 00 ?? call function 0x00401cd6
L6: 50 ?? push eax
e8 6c 0b 00 00 ?? call function 0x004024fb
L7: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 03 ?? je basic block L9
L8: 32 c0 ?? xor al, al
c3 ?? ret
L9: e8 65 0b 00 00 ?? call function 0x00402501
L10: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x40199f | ___scrt_dllmain_before_initialize_c | 0 |
L1: 6a 00 ?? push 0
e8 d0 00 00 00 ?? call function 0x00401a76
L2: 84 c0 ?? test al, al
59 ?? pop ecx
0f 95 c0 ?? setne al
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4019ad | ___scrt_dllmain_crt_thread_attach | 0 |
L1: e8 30 0c 00 00 ?? call function 0x004025e2
L2: 84 c0 ?? test al, al
75 03 ?? jne basic block L4
L3: 32 c0 ?? xor al, al
c3 ?? ret
L4: e8 24 0c 00 00 ?? call function 0x004025e2
L5: 84 c0 ?? test al, al
75 07 ?? jne basic block L8
L6: e8 1e 0c 00 00 ?? call function 0x004025e5
L7: eb ed ?? jmp basic block L3
L8: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4019cc | ___scrt_dllmain_crt_thread_detach | 0 |
L1: e8 14 0c 00 00 ?? call function 0x004025e5
L2: e8 0f 0c 00 00 ?? call function 0x004025e5
L3: b0 01 ?? mov al, 1
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x4019d9 | ___scrt_dllmain_exception_filter | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
e8 b4 0a 00 00 ?? call function 0x00402495
L2: 85 c0 ?? test eax, eax
75 19 ?? jne basic block L6
L3: 83 7d 0c 01 ?? cmp dword ss:[ebp + 12], 1
75 13 ?? jne basic block L6
L4: ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
8b 4d 14 ?? mov ecx, dword ss:[ebp + 0x14<20>]
50 ?? push eax
ff 75 08 ?? push dword ss:[ebp + 8]
ff 15 f4 30 40 00 ?? call dword ds:[0x004030f4<"c @">]
L5: ff 55 14 ?? call dword ss:[ebp + 0x14<20>]
L6: ff 75 1c ?? push dword ss:[ebp + 0x1c<28>]
ff 75 18 ?? push dword ss:[ebp + 0x18<24>]
e8 58 0b 00 00 ?? call function 0x00402561
L7: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401a0d | ___scrt_dllmain_uninitialize_c | 0 |
L1: e8 83 0a 00 00 ?? call function 0x00402495
L2: 85 c0 ?? test eax, eax
74 0c ?? je basic block L5
L3: 68 b8 53 40 00 ?? push 0x004053b8
e8 53 0b 00 00 ?? call function 0x00402573
L4: 59 ?? pop ecx
c3 ?? ret
L5: e8 c7 0b 00 00 ?? call function 0x004025ee
L6: 85 c0 ?? test eax, eax
0f 84 08 0b 00 00 ?? je function 0x00402537
L7: c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401a30 | ___scrt_dllmain_uninitialize_critical | 0 |
L1: 6a 00 ?? push 0
e8 b4 0b 00 00 ?? call function 0x004025eb
L2: 59 ?? pop ecx
e9 ae 0b 00 00 ?? jmp function 0x004025eb
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401a3d | ___scrt_initialize_crt | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 7d 08 00 ?? cmp dword ss:[ebp + 8], 0
75 07 ?? jne basic block L3
L2: c6 05 b4 53 40 00 01 ?? mov byte ds:[0x004053b4], 1
L3: e8 6f 08 00 00 ?? call function 0x004022c1
L4: e8 88 0b 00 00 ?? call function 0x004025df
L5: 84 c0 ?? test al, al
75 04 ?? jne basic block L7
L6: 32 c0 ?? xor al, al
5d ?? pop ebp
c3 ?? ret
L7: e8 7b 0b 00 00 ?? call function 0x004025df
L8: 84 c0 ?? test al, al
75 0a ?? jne basic block L11
L9: 6a 00 ?? push 0
e8 79 0b 00 00 ?? call function 0x004025e8
L10: 59 ?? pop ecx
eb e9 ?? jmp basic block L6
L11: b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401a76 | ___scrt_initialize_onexit_tables | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
80 3d b5 53 40 00 00 ?? cmp byte ds:[0x004053b5], 0
74 04 ?? je basic block L3
L2: b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
L3: 56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
85 f6 ?? test esi, esi
74 05 ?? je basic block L5
L4: 83 fe 01 ?? cmp esi, 1
75 62 ?? jne basic block L16
L5: e8 fd 09 00 00 ?? call function 0x00402495
L6: 85 c0 ?? test eax, eax
74 26 ?? je basic block L13
L7: 85 f6 ?? test esi, esi
75 22 ?? jne basic block L13
L8: 68 b8 53 40 00 ?? push 0x004053b8
e8 bd 0a 00 00 ?? call function 0x00402567
L9: 59 ?? pop ecx
85 c0 ?? test eax, eax
75 0f ?? jne basic block L12
L10: 68 c4 53 40 00 ?? push 0x004053c4
e8 ae 0a 00 00 ?? call function 0x00402567
L11: 59 ?? pop ecx
85 c0 ?? test eax, eax
74 2b ?? je basic block L14
L12: 32 c0 ?? xor al, al
eb 30 ?? jmp basic block L15
L13: 83 c9 ff ?? or ecx, 0xff<255,-1>
89 0d b8 53 40 00 ?? mov dword ds:[0x004053b8], ecx
89 0d bc 53 40 00 ?? mov dword ds:[0x004053bc], ecx
89 0d c0 53 40 00 ?? mov dword ds:[0x004053c0], ecx
89 0d c4 53 40 00 ?? mov dword ds:[0x004053c4], ecx
89 0d c8 53 40 00 ?? mov dword ds:[0x004053c8], ecx
89 0d cc 53 40 00 ?? mov dword ds:[0x004053cc], ecx
L14: c6 05 b5 53 40 00 01 ?? mov byte ds:[0x004053b5], 1
b0 01 ?? mov al, 1
L15: 5e ?? pop esi
5d ?? pop ebp
c3 ?? ret
L16: 6a 05 ?? push 5
e8 70 02 00 00 ?? call function 0x00401d6c
L17: cc ?? int3
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401afd | ___scrt_is_nonwritable_in_current_image | 0 |
L1: 6a 08 ?? push 8
68 50 39 40 00 ?? push 0x00403950
e8 c7 04 00 00 ?? call function 0x00401fd0
L2: 83 65 fc 00 ?? and dword ss:[ebp + 0xfc<252,-4>], 0
b8 4d 5a 00 00 ?? mov eax, 0x00005a4d<23117>
66 39 05 00 00 40 00 ?? cmp word ds:[0x00400000], ax
75 5d ?? jne basic block L11
L3: a1 3c 00 40 00 ?? mov eax, dword ds:[0x0040003c]
81 b8 00 00 40 00 50 45 ?? cmp dword ds:[eax + 0x00400000], 0x00004550<17744>
00 00
75 4c ?? jne basic block L11
L4: b9 0b 01 00 00 ?? mov ecx, 0x0000010b<267>
66 39 88 18 00 40 00 ?? cmp word ds:[eax + 0x00400018<"@">], cx
75 3e ?? jne basic block L11
L5: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
b9 00 00 40 00 ?? mov ecx, 0x00400000
2b c1 ?? sub eax, ecx
50 ?? push eax
51 ?? push ecx
e8 79 fd ff ff ?? call function 0x004018c4
L6: 59 ?? pop ecx
59 ?? pop ecx
85 c0 ?? test eax, eax
74 27 ?? je basic block L11
L7: 83 78 24 00 ?? cmp dword ds:[eax + 0x24<36>], 0
7c 21 ?? jl basic block L11
L8: c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
b0 01 ?? mov al, 1
eb 1f ?? jmp basic block L12
L9: 8b 45 ec ?? mov eax, dword ss:[ebp + 0xec<236,-20>]
8b 00 ?? mov eax, dword ds:[eax]
33 c9 ?? xor ecx, ecx
81 38 05 00 00 c0 ?? cmp dword ds:[eax], 0xc0000005
0f 94 c1 ?? sete cl
8b c1 ?? mov eax, ecx
c3 ?? ret
L10: 8b 65 e8 ?? mov esp, dword ss:[ebp + 0xe8<232,-24>]
L11: c7 45 fc fe ff ff ff ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xfffffffe<4294967294,-2>
32 c0 ?? xor al, al
L12: 8b 4d f0 ?? mov ecx, dword ss:[ebp + 0xf0<240,-16>]
64 89 0d 00 00 00 00 ?? mov dword fs:[0], ecx
59 ?? pop ecx
5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
c9 ?? leave
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401b91 | ___scrt_release_startup_lock | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
e8 fc 08 00 00 ?? call function 0x00402495
L2: 85 c0 ?? test eax, eax
74 0f ?? je basic block L5
L3: 80 7d 08 00 ?? cmp byte ss:[ebp + 8], 0
75 09 ?? jne basic block L5
L4: 33 c0 ?? xor eax, eax
b9 b0 53 40 00 ?? mov ecx, 0x004053b0
87 01 ?? xchg dword ds:[ecx], eax
L5: 5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401bae | ___scrt_uninitialize_crt | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
80 3d b4 53 40 00 00 ?? cmp byte ds:[0x004053b4], 0
74 06 ?? je basic block L3
L2: 80 7d 0c 00 ?? cmp byte ss:[ebp + 12], 0
75 12 ?? jne basic block L6
L3: ff 75 08 ?? push dword ss:[ebp + 8]
e8 20 0a 00 00 ?? call function 0x004025e8
L4: ff 75 08 ?? push dword ss:[ebp + 8]
e8 18 0a 00 00 ?? call function 0x004025e8
L5: 59 ?? pop ecx
59 ?? pop ecx
L6: b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401bd6 | __onexit | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 3d b8 53 40 00 ff ?? cmp dword ds:[0x004053b8], 0xff<255,-1>
ff 75 08 ?? push dword ss:[ebp + 8]
75 07 ?? jne basic block L4
L2: e8 8f 09 00 00 ?? call function 0x00402579
L3: eb 0b ?? jmp basic block L6
L4: 68 b8 53 40 00 ?? push 0x004053b8
e8 77 09 00 00 ?? call function 0x0040256d
L5: 59 ?? pop ecx
L6: f7 d8 ?? neg eax
59 ?? pop ecx
1b c0 ?? sbb eax, eax
f7 d0 ?? not eax
23 45 08 ?? and eax, dword ss:[ebp + 8]
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401c03 | _at_quick_exit | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 3d c4 53 40 00 ff ?? cmp dword ds:[0x004053c4], 0xff<255,-1>
75 06 ?? jne basic block L3
L2: 5d ?? pop ebp
e9 6a 09 00 00 ?? jmp 0x0040257f
ff 25 98 30 40 00 ?? jmp dword ds:[0x00403098]
L3: ff 75 08 ?? push dword ss:[ebp + 8]
68 c4 53 40 00 ?? push 0x004053c4
e8 4b 09 00 00 ?? call function 0x0040256d
L4: 59 ?? pop ecx
59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401c26 | _atexit | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 08 ?? push dword ss:[ebp + 8]
e8 a5 ff ff ff ?? call function 0x00401bd6
L2: f7 d8 ?? neg eax
59 ?? pop ecx
1b c0 ?? sbb eax, eax
f7 d8 ?? neg eax
48 ?? dec eax
5d ?? pop ebp
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401c3b | __get_entropy | 0 |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 14 ?? sub esp, 0x14<20>
83 65 f4 00 ?? and dword ss:[ebp + 0xf4<244,-12>], 0
8d 45 f4 ?? lea eax, ss:[ebp + 0xf4<244,-12>]
83 65 f8 00 ?? and dword ss:[ebp + 0xf8<248,-8>], 0
50 ?? push eax
ff 15 20 30 40 00 ?? call dword ds:[0x00403020]
L2: 8b 45 f8 ?? mov eax, dword ss:[ebp + 0xf8<248,-8>]
33 45 f4 ?? xor eax, dword ss:[ebp + 0xf4<244,-12>]
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
ff 15 1c 30 40 00 ?? call dword ds:[0x0040301c]
L3: 31 45 fc ?? xor dword ss:[ebp + 0xfc<252,-4>], eax
ff 15 18 30 40 00 ?? call dword ds:[0x00403018]
L4: 31 45 fc ?? xor dword ss:[ebp + 0xfc<252,-4>], eax
8d 45 ec ?? lea eax, ss:[ebp + 0xec<236,-20>]
50 ?? push eax
ff 15 14 30 40 00 ?? call dword ds:[0x00403014<"h?@">]
L5: 8b 45 f0 ?? mov eax, dword ss:[ebp + 0xf0<240,-16>]
8d 4d fc ?? lea ecx, ss:[ebp + 0xfc<252,-4>]
33 45 ec ?? xor eax, dword ss:[ebp + 0xec<236,-20>]
33 45 fc ?? xor eax, dword ss:[ebp + 0xfc<252,-4>]
33 c1 ?? xor eax, ecx
c9 ?? leave
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401c88 | ___security_init_cookie | 0 |
L1: 8b 0d 04 50 40 00 ?? mov ecx, dword ds:[0x00405004]
56 ?? push esi
57 ?? push edi
bf 4e e6 40 bb ?? mov edi, 0xbb40e64e
be 00 00 ff ff ?? mov esi, 0xffff0000<4294901760,-65536>
3b cf ?? cmp ecx, edi
74 04 ?? je basic block L3
L2: 85 ce ?? test esi, ecx
75 26 ?? jne basic block L9
L3: e8 94 ff ff ff ?? call function 0x00401c3b
L4: 8b c8 ?? mov ecx, eax
3b cf ?? cmp ecx, edi
75 07 ?? jne basic block L6
L5: b9 4f e6 40 bb ?? mov ecx, 0xbb40e64f
eb 0e ?? jmp basic block L8
L6: 85 ce ?? test esi, ecx
75 0a ?? jne basic block L8
L7: 0d 11 47 00 00 ?? or eax, 0x00004711<18193>
c1 e0 10 ?? shl eax, 0x10<16>
0b c8 ?? or ecx, eax
L8: 89 0d 04 50 40 00 ?? mov dword ds:[0x00405004], ecx
L9: f7 d1 ?? not ecx
5f ?? pop edi
89 0d 00 50 40 00 ?? mov dword ds:[0x00405000], ecx
5e ?? pop esi
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401cd3 | __matherr | 0 |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401cd6 | __get_startup_argv_mode | 0 |
L1: 33 c0 ?? xor eax, eax
40 ?? inc eax
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401cda | __get_startup_commit_mode | 0 |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401cdd | __get_startup_file_mode | 0 |
L1: b8 00 40 00 00 ?? mov eax, 0x00004000<16384>
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401ce3 | __get_startup_new_mode | 0 |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401ce6 | __get_startup_thread_locale_mode | 0 |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401ce9 | ?__scrt_initialize_type_info@@YAXXZ | 0 |
L1: 68 d0 53 40 00 ?? push 0x004053d0
ff 15 30 30 40 00 ?? call dword ds:[0x00403030]
L2: c3 ?? ret
|
./vs2022/wpo/RelWithDebInfo/ooex2.exe | 0x401cf5 | ?__scrt_uninitialize_type_info@@YAXXZ | 0 |
L1: 68 d0 53 40 00 ?? push 0x004053d0
e8 ba 07 00 00 ?? call function 0x004024b9
L2: 59 ?? pop ecx
c3 ?? ret
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.