Binary stringlengths 25 43 | Addr stringlengths 8 8 | Name stringlengths 5 187 | Type class label 2
classes | Disassembly stringlengths 16 68.6k | Dirname stringlengths 16 28 | Exename stringclasses 17
values |
|---|---|---|---|---|---|---|
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401d43 | ___security_init_cookie | 0func |
L1: 8b 0d 04 40 40 00 ?? mov ecx, dword ds:[0x00404004]
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 ?? cal... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401d8e | __matherr | 0func |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401d91 | __get_startup_argv_mode | 0func |
L1: 33 c0 ?? xor eax, eax
40 ?? inc eax
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401d95 | __get_startup_commit_mode | 0func |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401d98 | __get_startup_file_mode | 0func |
L1: b8 00 40 00 00 ?? mov eax, 0x00004000<16384>
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401d9e | __get_startup_new_mode | 0func |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401da4 | ?__scrt_initialize_type_info@@YAXXZ | 0func |
L1: 68 00 44 40 00 ?? push 0x00404400
ff 15 24 30 40 00 ?? call dword ds:[0x00403024]
L2: c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401db0 | ?__scrt_uninitialize_type_info@@YAXXZ | 0func |
L1: 68 00 44 40 00 ?? push 0x00404400
e8 e5 06 00 00 ?? call function 0x0040249f
L2: 59 ?? pop ecx
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401dbc | __should_initialize_environment | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401dbf | __initialize_default_precision | 0func |
L1: 68 00 00 03 00 ?? push 0x00030000
68 00 00 01 00 ?? push 0x00010000
6a 00 ?? push 0
e8 9b 07 00 00 ?? call function 0x0040256b
L2: 83 c4 0c ?? add esp, 12
85 c0 ?? test eax, eax
75 01 ?? jne basic block L4
L3: c3 ?? ret
L4: 6a 07 ?? push 7
e8 48 00 00 00 ?? call function 0x00401e27
L5: cc ?? int3
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401de0 | __initialize_invalid_parameter_handler | 0func |
L1: c2 00 00 ?? ret 0
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401de3 | __initialize_denormal_control | 0func |
L1: c2 00 00 ?? ret 0
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401de6 | ___local_stdio_printf_options | 0func |
L1: b8 08 44 40 00 ?? mov eax, 0x00404408
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401dec | ___local_stdio_scanf_options | 0func |
L1: b8 10 44 40 00 ?? mov eax, 0x00404410
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401df2 | ___scrt_initialize_default_local_stdio_options | 0func |
L1: e8 ef ff ff ff ?? call function 0x00401de6
L2: 8b 48 04 ?? mov ecx, dword ds:[eax + 4]
83 08 24 ?? or dword ds:[eax], 0x24<36>
89 48 04 ?? mov dword ds:[eax + 4], ecx
e8 e7 ff ff ff ?? call function 0x00401dec
L3: 8b 48 04 ?? mov ecx, dword ds:[eax + 4]
83 08 02 ?? or dword ds:[eax], 2
89 48 04 ?? mov dword... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401e0f | ___scrt_is_user_matherr_present | 0func |
L1: 33 c0 ?? xor eax, eax
39 05 0c 40 40 00 ?? cmp dword ds:[0x0040400c], eax
0f 94 c0 ?? sete al
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401e1b | ___scrt_get_dyn_tls_init_callback | 0func |
L1: b8 2c 44 40 00 ?? mov eax, 0x0040442c
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401e21 | ___scrt_get_dyn_tls_dtor_callback | 0func |
L1: b8 28 44 40 00 ?? mov eax, 0x00404428
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401e27 | ___scrt_fastfail | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec 24 03 00 00 ?? sub esp, 0x00000324<804>
53 ?? push ebx
6a 17 ?? push 0x17<23>
ff 15 10 30 40 00 ?? call dword ds:[0x00403010]
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: 6a 03 ?? pus... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401f42 | ___scrt_get_show_window_mode | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 44 ?? sub esp, 0x44<68>
6a 44 ?? push 0x44<68>
8d 45 bc ?? lea eax, ss:[ebp + 0xbc<188,-68>]
6a 00 ?? push 0
50 ?? push eax
e8 5c 05 00 00 ?? call function 0x004024b1
L2: 83 c4 0c ?? add esp, 12
8d 45 bc ?? lea eax, ss:[ebp + 0xbc<188,-68>]
50 ?? push eax
ff 15... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401f78 | ___scrt_initialize_winrt | 0func |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401fbe | ___scrt_set_unhandled_exception_filter | 0func |
L1: 68 cd 1f 40 00 ?? push function 0x00401fcd
ff 15 04 30 40 00 ?? call dword ds:[0x00403004]
L2: c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401fca | ___scrt_stub_for_initialize_mta | 0func |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x401fcd | ___scrt_unhandled_exception_filter@4 | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
57 ?? push edi
8b 7d 08 ?? mov edi, dword ss:[ebp + 8]
8b 37 ?? mov esi, dword ds:[edi]
81 3e 63 73 6d e0 ?? cmp dword ds:[esi], 0xe06d7363
75 25 ?? jne basic block L7
L2: 83 7e 10 03 ?? cmp dword ds:[esi + 0x10<16>], 3
75 1f ?? jne basic block L7
L3: 8... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402023 | __crt_debugger_hook | 0func |
L1: 83 25 18 44 40 00 00 ?? and dword ds:[0x00404418], 0
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x40202b | __RTC_Initialize | 0func |
L1: 53 ?? push ebx
56 ?? push esi
be 3c 38 40 00 ?? mov esi, 0x0040383c
bb 3c 38 40 00 ?? mov ebx, 0x0040383c
3b f3 ?? cmp esi, ebx
73 19 ?? jae basic block L8
L2: 57 ?? push edi
L3: 8b 3e ?? mov edi, dword ds:[esi]
85 ff ?? test edi, edi
74 0a ?? je basic block L6
L4: 8b cf ?? mov ecx, edi
ff 15 f8 30 40 0... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402057 | __RTC_Terminate | 0func |
L1: 53 ?? push ebx
56 ?? push esi
be 44 38 40 00 ?? mov esi, 0x00403844
bb 44 38 40 00 ?? mov ebx, 0x00403844
3b f3 ?? cmp esi, ebx
73 19 ?? jae basic block L8
L2: 57 ?? push edi
L3: 8b 3e ?? mov edi, dword ds:[esi]
85 ff ?? test edi, edi
74 0a ?? je basic block L6
L4: 8b cf ?? mov ecx, edi
ff 15 f8 30 40 0... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402090 | __SEH_prolog4 | 0func |
L1: 68 f4 20 40 00 ?? push function 0x004020f4
64 ff 35 00 00 00 00 ?? push dword fs:[0]
8b 44 24 10 ?? mov eax, dword ss:[esp + 0x10<16>]
89 6c 24 10 ?? mov dword ss:[esp + 0x10<16>], ebp
8d 6c 24 10 ?? lea ebp, ss:[esp + 0x10<16>]
2b e0 ?? sub esp, eax
53 ?? push ebx
56 ?? push esi
57 ?? push edi
a1 04 40 4... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4020e0 | __SEH_epilog4 | 0func |
L1: 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
5f ?? pop edi
5e ?? pop esi
5b ?? pop ebx
8b e5 ?? mov esp, ebp
5d ?? pop ebp
51 ?? push ecx
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4020f4 | __except_handler4 | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
ff 36 ?? push dword ds:[esi]
e8 d5 04 00 00 ?? call function 0x004025d7
L2: ff 75 14 ?? push dword ss:[ebp + 0x14<20>]
89 06 ?? mov dword ds:[esi], eax
ff 75 10 ?? push dword ss:[ebp + 0x10<16>]
ff 75 0c ?? push dw... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402123 | @_guard_check_icall_nop@4 | 0func |
L1: c2 00 00 ?? ret 0
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402126 | _ReadNoFence | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8b 00 ?? mov eax, dword ds:[eax]
5d ?? pop ebp
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402130 | _ReadPointerNoFence | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8b 00 ?? mov eax, dword ds:[eax]
5d ?? pop ebp
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402155 | ___castguard_check_failure_fastfail | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
ba 40 33 40 00 ?? mov edx, 0x00403340
b9 04 33 40 00 ?? mov ecx, 0x00403304
2b c2 ?? sub eax, edx
2b ca ?? sub ecx, edx
3b c1 ?? cmp eax, ecx
77 05 ?? ja basic block L3
L2: 6a 41 ?? push 0x41<65>
59 ?? pop ecx
cd 29 ?? int 0x29... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402174 | ___castguard_check_failure_nop | 0func |
L1: c2 00 00 ?? ret 0
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402177 | ___castguard_check_failure_os_handled | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
ba 40 33 40 00 ?? mov edx, 0x00403340
b9 04 33 40 00 ?? mov ecx, 0x00403304
2b c2 ?? sub eax, edx
2b ca ?? sub ecx, edx
3b c1 ?? cmp eax, ecx
77 1f ?? ja basic block L6
L2: 83 3d 1c 44 40 00 00 ?? cmp dword ds:[0x0040441c], 0
74... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4021b0 | __castguard_compat_check | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
ba 40 33 40 00 ?? mov edx, 0x00403340
b9 04 33 40 00 ?? mov ecx, 0x00403304
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
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4021cb | ___castguard_slow_path_check_debugbreak | 0func |
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 00 33 40 00 ?? sub eax, 0x00403300
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 40 33 40 00 ?? m... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4021f8 | ___castguard_slow_path_check_fastfail | 0func |
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 00 33 40 00 ?? sub eax, 0x00403300
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 40 33 40 00 ?? m... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402229 | ___castguard_slow_path_check_nop | 0func |
L1: c2 00 00 ?? ret 0
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x40222c | ___castguard_slow_path_check_os_handled | 0func |
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 00 33 40 00 ?? sub eax, 0x00403300
83 e8 40 ?? sub eax, 0x40<64>
3b 45 10 ?? cmp eax, dword ss:[ebp + 0x10<16>]
76 34 ?? jbe basic block L7
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
b... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402278 | __castguard_slow_path_compat_check | 0func |
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 00 33 40 00 ?? sub eax, 0x00403300
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
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402292 | __guard_icall_checks_enforced | 0func |
L1: 8b 0d f8 30 40 00 ?? mov ecx, dword ds:[0x004030f8<"#!@">]
33 c0 ?? xor eax, eax
81 f9 23 21 40 00 ?? cmp ecx, function 0x00402123
0f 95 c0 ?? setne al
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4022a4 | ___isa_available_init | 0func |
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 a9 01 00 00 ?? je basic block L25
L3... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x402475 | ___scrt_is_ucrt_dll_in_use | 0func |
L1: 33 c0 ?? xor eax, eax
39 05 14 40 40 00 ?? cmp dword ds:[0x00404014], eax
0f 95 c0 ?? setne al
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025c5 | ___acrt_initialize | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025c5 | ___scrt_stub_for_acrt_initialize | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025c5 | ___vcrt_initialize | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025c8 | ___acrt_thread_attach | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025c8 | ___scrt_stub_for_acrt_thread_attach | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025c8 | ___vcrt_thread_attach | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025cb | ___acrt_thread_detach | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025cb | ___scrt_stub_for_acrt_thread_detach | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025cb | ___vcrt_thread_detach | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025ce | ___acrt_uninitialize | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025ce | ___scrt_stub_for_acrt_uninitialize | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025ce | ___vcrt_uninitialize | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025d1 | ___acrt_uninitialize_critical | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025d1 | ___scrt_stub_for_acrt_uninitialize_critical | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025d1 | ___vcrt_uninitialize_critical | 0func |
L1: b0 01 ?? mov al, 1
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025d4 | ___scrt_stub_for_is_c_termination_complete | 0func |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025d4 | __is_c_termination_complete | 0func |
L1: 33 c0 ?? xor eax, eax
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025d7 | __filter_x86_sse2_floating_point_exception | 0func |
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 bl... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex4.exe | 0x4025d7 | __filter_x86_sse2_floating_point_exception_default | 0func |
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 bl... | vs2019/wpo/RelWithDebInfo | ooex4.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401000 | ??0Base@@QAE@XZ | 1method |
L1: c7 01 b4 31 40 00 ?? mov dword ds:[ecx], 0x004031b4
8b c1 ?? mov eax, ecx
c7 41 04 01 00 00 00 ?? mov dword ds:[ecx + 4], 1
c6 41 08 61 ?? mov byte ds:[ecx + 8], 0x61<97>
c7 41 0c ff ff ff ff ?? mov dword ds:[ecx + 12], 0xffffffff<4294967295,-1>
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401020 | ?func1@Base@@UAEHXZ | 1method |
L1: c7 41 04 02 00 00 00 ?? mov dword ds:[ecx + 4], 2
b8 01 00 00 00 ?? mov eax, 1
c6 41 08 62 ?? mov byte ds:[ecx + 8], 0x62<98>
c7 41 0c fe ff ff ff ?? mov dword ds:[ecx + 12], 0xfffffffe<4294967294,-2>
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401040 | ?func2@Base@@UAEHXZ | 1method |
L1: c7 41 04 03 00 00 00 ?? mov dword ds:[ecx + 4], 3
b8 02 00 00 00 ?? mov eax, 2
c6 41 08 63 ?? mov byte ds:[ecx + 8], 0x63<99>
c7 41 0c fd ff ff ff ?? mov dword ds:[ecx + 12], 0xfffffffd<4294967293,-3>
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401060 | ??0Base2@@QAE@XZ | 1method |
L1: c7 01 a4 31 40 00 ?? mov dword ds:[ecx], 0x004031a4
8b c1 ?? mov eax, ecx
c7 41 04 9c ff ff ff ?? mov dword ds:[ecx + 4], 0xffffff9c<4294967196,-100>
c6 41 08 41 ?? mov byte ds:[ecx + 8], 0x41<65>
c7 41 0c 9c ff ff ff ?? mov dword ds:[ecx + 12], 0xffffff9c<4294967196,-100>
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401080 | ?func1@Base2@@UAEHXZ | 1method |
L1: c7 41 04 c8 00 00 00 ?? mov dword ds:[ecx + 4], 0x000000c8<200>
b8 01 00 00 00 ?? mov eax, 1
c6 41 08 42 ?? mov byte ds:[ecx + 8], 0x42<66>
c7 41 0c 38 ff ff ff ?? mov dword ds:[ecx + 12], 0xffffff38<4294967096,-200>
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x4010a0 | ?func2@Base2@@UAEHXZ | 1method |
L1: c7 41 04 2c 01 00 00 ?? mov dword ds:[ecx + 4], 0x0000012c<300>
b8 02 00 00 00 ?? mov eax, 2
c6 41 08 43 ?? mov byte ds:[ecx + 8], 0x43<67>
c7 41 0c d4 fe ff ff ?? mov dword ds:[ecx + 12], 0xfffffed4<4294966996,-300>
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x4010c0 | ??0Derived@@QAE@XZ | 1method |
L1: 56 ?? push esi
8b f1 ?? mov esi, ecx
c7 46 04 01 00 00 00 ?? mov dword ds:[esi + 4], 1
c6 46 08 61 ?? mov byte ds:[esi + 8], 0x61<97>
c7 46 0c ff ff ff ff ?? mov dword ds:[esi + 12], 0xffffffff<4294967295,-1>
c7 46 14 9c ff ff ff ?? mov dword ds:[esi + 0x14<20>], 0xffffff9c<4294967196,-100>
c6 46 18 41 ?? mo... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401140 | ?func4@Derived@@UAEHXZ | 1method |
L1: 8b 41 10 ?? mov eax, dword ds:[ecx + 0x10<16>]
48 ?? dec eax
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401150 | ?func3@Derived@@UAEHXZ | 1method |
L1: 8b 41 20 ?? mov eax, dword ds:[ecx + 0x20<32>]
40 ?? inc eax
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401160 | _main | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
53 ?? push ebx
56 ?? push esi
57 ?? push edi
6a 24 ?? push 0x24<36>
e8 be 00 00 00 ?? call function 0x0040122c
L2: 8b d8 ?? mov ebx, eax
83 c4 04 ?? add esp, 4
a1 f0 30 40 00 ?? mov eax, dword ds:[0x004030f0<"t<@">]
89 5d fc ?? mov dword ss:[ebp + 0xfc... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40121e | @__security_check_cookie@4 | 0func |
L1: 3b 0d 04 50 40 00 ?? cmp ecx, dword ds:[0x00405004]
75 01 ?? jne basic block L3
L2: c3 ?? ret
L3: e9 48 03 00 00 ?? jmp function 0x00401574
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40122c | ??2@YAPAXI@Z | 0func |
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 3a 13 00 00 ?? call function 0x00402573
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 33 13 00 00 ?? call function 0x00402579
L5: 59... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40125c | ??3@YAXPAXI@Z | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
ff 75 08 ?? push dword ss:[ebp + 8]
e8 c4 07 00 00 ?? call function 0x00401a2b
L2: 59 ?? pop ecx
5d ?? pop ebp
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40126a | ??1type_info@@UAE@XZ | 1method |
L1: c7 01 34 31 40 00 ?? mov dword ds:[ecx], 0x00403134
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401271 | ??_Etype_info@@UAEPAXI@Z | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
f6 45 08 01 ?? test byte ss:[ebp + 8], 1
56 ?? push esi
8b f1 ?? mov esi, ecx
c7 06 34 31 40 00 ?? mov dword ds:[esi], 0x00403134
74 0a ?? je basic block L4
L2: 6a 0c ?? push 12
56 ?? push esi
e8 d1 ff ff ff ?? call function 0x0040125c
L3: 59 ?? pop ecx
59 ?? pop ecx... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401271 | ??_Gtype_info@@UAEPAXI@Z | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
f6 45 08 01 ?? test byte ss:[ebp + 8], 1
56 ?? push esi
8b f1 ?? mov esi, ecx
c7 06 34 31 40 00 ?? mov dword ds:[esi], 0x00403134
74 0a ?? je basic block L4
L2: 6a 0c ?? push 12
56 ?? push esi
e8 d1 ff ff ff ?? call function 0x0040125c
L3: 59 ?? pop ecx
59 ?? pop ecx... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401294 | pre_c_initialization | 0func |
L1: 56 ?? push esi
6a 01 ?? push 1
e8 e9 12 00 00 ?? call function 0x00402585
L2: e8 a9 0b 00 00 ?? call function 0x00401e4a
L3: 50 ?? push eax
e8 14 13 00 00 ?? call function 0x004025bb
L4: e8 9b 0b 00 00 ?? call function 0x00401e47
L5: 8b f0 ?? mov esi, eax
e8 38 13 00 00 ?? call function 0x004025eb
L6: 6a ... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40133f | post_pgo_initialization | 0func |
L1: e8 60 0b 00 00 ?? call function 0x00401ea4
L2: 33 c0 ?? xor eax, eax
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401347 | pre_cpp_initialization | 0func |
L1: e8 24 0d 00 00 ?? call function 0x00402070
L2: e8 ff 0a 00 00 ?? call function 0x00401e50
L3: 50 ?? push eax
e8 8e 12 00 00 ?? call function 0x004025e5
L4: 59 ?? pop ecx
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401359 | __scrt_common_main | 0func |
L1: e8 97 0a 00 00 ?? call function 0x00401df5
L2: e9 00 00 00 00 ?? jmp function 0x00401363
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401363 | __scrt_common_main_seh | 0func |
L1: 6a 14 ?? push 0x14<20>
68 08 39 40 00 ?? push 0x00403908
e8 d1 0d 00 00 ?? call function 0x00402140
L2: 6a 01 ?? push 1
e8 34 08 00 00 ?? call function 0x00401baa
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,... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x4014f7 | invoke_main | 0func |
L1: 56 ?? push esi
57 ?? push edi
e8 9f 10 00 00 ?? call function 0x0040259d
L2: 8b f8 ?? mov edi, eax
e8 c2 10 00 00 ?? call function 0x004025c7
L3: 8b 30 ?? mov esi, dword ds:[eax]
e8 b5 10 00 00 ?? call function 0x004025c1
L4: 57 ?? push edi
56 ?? push esi
ff 30 ?? push dword ds:[eax]
e8 4b fc ff ff ?? ca... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401542 | _mainCRTStartup | 0func |
L1: e8 ae 08 00 00 ?? call function 0x00401df5
L2: e9 17 fe ff ff ?? jmp function 0x00401363
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40154c | ___raise_securityfailure | 0func |
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<"b?@">]
L3: 68 09 04 00 c0 ?? push 0xc0000409
ff 15 08 30 40 00 ?? call dword ds:[0x00403008]
L4: 50 ?? push eax... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401574 | ___report_gsfailure | 0func |
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]
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 d0 51 40 00 ?? mov dword ds:[0x004... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40167a | ___report_securityfailure | 0func |
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]
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 d0 51 40 00 ?? mov dword ... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40185e | ??0bad_alloc@std@@AAE@QBD@Z | 1method |
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 64 31 40 00 ?? mov dword ds:[ecx], 0x00403164
5d ?? pop ebp
c2 04 00 ?? ret 4
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40187b | ??0bad_alloc@std@@QAE@ABV01@@Z | 1method |
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 0x004018e1
L2: c7 06 64 31 40 00 ?? mov dword ds:[esi], 0x00403164
8b c6 ?? mov eax, esi
5e ?? pop esi
5d ?? pop ebp
c2 04 00 ?? ret 4
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x401896 | ??0bad_alloc@std@@QAE@XZ | 1method |
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 6c 31 40 00 ?? mov dword ds:[ecx + 4], 0x0040316c<"bad allocation">
c7 01 64 31 40 00 ?? mov dword ds:[ecx], 0x00403164
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x4018c9 | ??0bad_array_new_length@std@@QAE@XZ | 1method |
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 88 31 40 00 ?? mov dword ds:[ecx + 4], 0x00403188<"bad array new length">
c7 01 80 31 40 00 ?? mov dword ds:[ecx], 0x00403180
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x4018e1 | ??0exception@std@@QAE@ABV01@@Z | 1method |
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 44 31 40 00 ?? mov dword ds:[esi], 0x00403144
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... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40190d | ??0exception@std@@QAE@QBDH@Z | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
c7 01 44 31 40 00 ?? mov dword ds:[ecx], 0x00403144
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
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40193b | ??1bad_array_new_length@std@@UAE@XZ | 1method |
L1: 8d 41 04 ?? lea eax, ds:[ecx + 4]
c7 01 44 31 40 00 ?? mov dword ds:[ecx], 0x00403144
50 ?? push eax
e8 f9 0b 00 00 ?? call function 0x00402543
L2: 59 ?? pop ecx
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40194c | ??1exception@std@@UAE@XZ | 1method |
L1: 8d 41 04 ?? lea eax, ds:[ecx + 4]
c7 01 44 31 40 00 ?? mov dword ds:[ecx], 0x00403144
50 ?? push eax
e8 e8 0b 00 00 ?? call function 0x00402543
L2: 59 ?? pop ecx
c3 ?? ret
| vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40195d | ??_Gbad_alloc@std@@UAEPAXI@Z | 1method |
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 44 31 40 00 ?? mov dword ds:[esi], 0x00403144
50 ?? push eax
e8 d1 0b 00 00 ?? call function 0x00402543
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
59 ?? pop ecx
74 0a ?? je basic block L5
... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
./vs2019/wpo/RelWithDebInfo/ooex5.exe | 0x40198a | ??_Ebad_array_new_length@std@@UAEPAXI@Z | 1method |
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 44 31 40 00 ?? mov dword ds:[esi], 0x00403144
50 ?? push eax
e8 a4 0b 00 00 ?? call function 0x00402543
L2: f6 45 08 01 ?? test byte ss:[ebp + 8], 1
59 ?? pop ecx
74 0a ?? je basic block L5
... | vs2019/wpo/RelWithDebInfo | ooex5.exe |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.