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/normal/Debug/ooex11.exe | 0x402c40 | ___scrt_dllmain_uninitialize_critical | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
6a 00 ?? push 0
e8 45 e6 ff ff ?? call function 0x0040128f
L2: 83 c4 04 ?? add esp, 4
e8 2a e5 ff ff ?? call function 0x0040117c
L3: 5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x402c60 | ___scrt_initialize_crt | 0func |
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 30 a3 40 00 01 ?? mov byte ds:[0x0040a330], 1
L3: e8 a3 e4 ff ff ?? call function 0x00401118
L4: e8 2f e5 ff ff ?? call function 0x004011a9
L5: 0f b6 c0 ?? movzx eax, al
85 c0 ?? test eax, ea... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x402cc0 | ___scrt_initialize_onexit_tables | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 1c ?? sub esp, 0x1c<28>
0f b6 05 31 a3 40 00 ?? movzx eax, byte ds:[0x0040a331]
85 c0 ?? test eax, eax
74 07 ?? je basic block L3
L2: b0 01 ?? mov al, 1
e9 b6 00 00 00 ?? jmp basic block L18
L3: 83 7d 08 00 ?? cmp dword ss:[ebp + 8], 0
74 0d ?? je basic block L6
... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x402dd0 | ___scrt_is_nonwritable_in_current_image | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
6a fe ?? push 0xfe<254,-2>
68 30 96 40 00 ?? push 0x00409630
68 e0 37 40 00 ?? push function 0x004037e0
64 a1 00 00 00 00 ?? mov eax, dword fs:[0]
50 ?? push eax
83 c4 d8 ?? add esp, 0xd8<216,-40>
53 ?? push ebx
56 ?? push esi
57 ?? push edi
a1 24 a0 40 00 ?? mov eax... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x402f50 | ___scrt_release_startup_lock | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
e8 bb e1 ff ff ?? call function 0x00401113
L2: 85 c0 ?? test eax, eax
75 02 ?? jne basic block L4
L3: eb 13 ?? jmp basic block L7
L4: 0f b6 45 08 ?? movzx eax, byte ss:[ebp + 8]
85 c0 ?? test eax, eax
74 02 ?? je basic block L6
L5: eb 09 ?? jmp basic block L7
L6: 33 c... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x402f80 | ___scrt_uninitialize_crt | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
0f b6 05 30 a3 40 00 ?? movzx eax, byte ds:[0x0040a330]
85 c0 ?? test eax, eax
74 0c ?? je basic block L4
L2: 0f b6 4d 0c ?? movzx ecx, byte ss:[ebp + 12]
85 c9 ?? test ecx, ecx
74 04 ?? je basic block L4
L3: b0 01 ?? mov al, 1
eb 1c ?? jmp basic block L7
L4: 0f b6 55... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403050 | _at_quick_exit | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 08 ?? sub esp, 8
a1 40 a3 40 00 ?? mov eax, dword ds:[0x0040a340]
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
83 7d fc ff ?? cmp dword ss:[ebp + 0xfc<252,-4>], 0xff<255,-1>
75 10 ?? jne basic block L5
L2: 8b 4d 08 ?? mov ecx, dword ss:[ebp + 8]
51 ?? push e... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4030a0 | _atexit | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
50 ?? push eax
e8 a2 e0 ff ff ?? call function 0x0040114f
L2: 83 c4 04 ?? add esp, 4
85 c0 ?? test eax, eax
74 09 ?? je basic block L4
L3: c7 45 fc 00 00 00 00 ?? mov dword ss:[ebp + 0xfc<252,-4>], 0
eb 07 ?? jmp ... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4030e0 | __get_entropy | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 14 ?? sub esp, 0x14<20>
33 c0 ?? xor eax, eax
89 45 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], eax
89 45 f8 ?? mov dword ss:[ebp + 0xf8<248,-8>], eax
8d 4d f4 ?? lea ecx, ss:[ebp + 0xf4<244,-12>]
51 ?? push ecx
ff 15 1c b0 40 00 ?? call dword ds:[0x0040b01c]
L2: 8... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403170 | ___security_init_cookie | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
81 3d 24 a0 40 00 4e e6 ?? cmp dword ds:[0x0040a024], 0xbb40e64e
40 bb
74 1c ?? je basic block L4
L2: a1 24 a0 40 00 ?? mov eax, dword ds:[0x0040a024]
25 00 00 ff ff ?? and eax, 0xffff0000<4294901760,-65536>
74 10 ?? je basic block L4
L3: 8b 0d 24 a0 40 ... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403210 | __matherr | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403220 | __get_startup_argv_mode | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b8 01 00 00 00 ?? mov eax, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403230 | __get_startup_commit_mode | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403240 | __get_startup_file_mode | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b8 00 40 00 00 ?? mov eax, 0x00004000<16384>
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403250 | __get_startup_new_mode | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403270 | ?__scrt_initialize_type_info@@YAXXZ | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
68 58 a3 40 00 ?? push 0x0040a358
ff 15 58 b0 40 00 ?? call dword ds:[0x0040b058]
L2: 5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403290 | ?__scrt_uninitialize_type_info@@YAXXZ | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
68 58 a3 40 00 ?? push 0x0040a358
e8 82 1b 00 00 ?? call function 0x00404e1f
L2: 83 c4 04 ?? add esp, 4
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4032b0 | __should_initialize_environment | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4032c0 | __initialize_default_precision | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
68 00 00 03 00 ?? push 0x00030000
68 00 00 01 00 ?? push 0x00010000
6a 00 ?? push 0
e8 2f 1c 00 00 ?? call function 0x00404f03
L2: 83 c4 0c ?? add esp, 12
85 c0 ?? test eax, eax
74 07 ?? je basic block L4
L3: 6a 07 ?? push 7
e8 4a de ff ff ?? call function 0x0040112c
... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4032f0 | __initialize_invalid_parameter_handler | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403300 | __initialize_denormal_control | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403310 | ___local_stdio_scanf_options | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b8 68 a3 40 00 ?? mov eax, 0x0040a368
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403320 | ___scrt_initialize_default_local_stdio_options | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 08 ?? sub esp, 8
e8 f1 de ff ff ?? call function 0x0040121c
L2: 89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
8b 08 ?? mov ecx, dword ds:[eax]
83 c9 24 ?? or ecx, 0x24<36>
8b 50 04 ?? mov edx, dword ds:[eax +... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403370 | ___scrt_is_user_matherr_present | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
83 3d 1c a0 40 00 00 ?? cmp dword ds:[0x0040a01c], 0
75 09 ?? jne basic block L3
L2: c7 45 fc 01 00 00 00 ?? mov dword ss:[ebp + 0xfc<252,-4>], 1
eb 07 ?? jmp basic block L4
L3: c7 45 fc 00 00 00 00 ?? mov dword ss:[ebp + 0xfc<252,-4>], 0
L4: 8b 45 fc ?? ... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4033a0 | ___scrt_get_dyn_tls_init_callback | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b8 58 a7 40 00 ?? mov eax, 0x0040a758
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4033b0 | ___scrt_get_dyn_tls_dtor_callback | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b8 4c a7 40 00 ?? mov eax, 0x0040a74c
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4033c0 | ___scrt_fastfail | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec 2c 03 00 00 ?? sub esp, 0x0000032c<812>
6a 17 ?? push 0x17<23>
ff 15 48 b0 40 00 ?? call dword ds:[0x0040b048]
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 ?? push 3
e8 eb dd ff... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403550 | ___scrt_get_show_window_mode | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 48 ?? sub esp, 0x48<72>
6a 44 ?? push 0x44<68>
6a 00 ?? push 0
8d 45 b8 ?? lea eax, ss:[ebp + 0xb8<184,-72>]
50 ?? push eax
e8 ce 18 00 00 ?? call function 0x00404e31
L2: 83 c4 0c ?? add esp, 12
8d 4d b8 ?? lea ecx, ss:[ebp + 0xb8<184,-72>]
51 ?? push ecx
ff 15... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4035b0 | ___scrt_initialize_winrt | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403670 | ___scrt_set_unhandled_exception_filter | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
68 2b 12 40 00 ?? push 0x0040122b
ff 15 50 b0 40 00 ?? call dword ds:[0x0040b050]
L2: 5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403690 | ___scrt_stub_for_initialize_mta | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4036a0 | ___scrt_unhandled_exception_filter@4 | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 08 ?? sub esp, 8
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8b 08 ?? mov ecx, dword ds:[eax]
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8b 55 fc ?? mov edx, dword ss:[ebp + 0xfc<252,-4>]
81 3a 63 73 6d e0 ?? cmp dword ds:[edx], 0xe06d7363
75 5b ?? jne basic b... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403740 | __crt_debugger_hook | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
c7 05 74 a3 40 00 00 00 ?? mov dword ds:[0x0040a374], 0
00 00
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403760 | __RTC_Initialize | 0func |
L1: 56 ?? push esi
be d8 8f 40 00 ?? mov esi, 0x00408fd8
8b c6 ?? mov eax, esi
3d dc 91 40 00 ?? cmp eax, 0x004091dc
73 1d ?? 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 00 c0 40 00 ?? call dword ... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4037a0 | __RTC_Terminate | 0func |
L1: 56 ?? push esi
be e4 92 40 00 ?? mov esi, 0x004092e4
8b c6 ?? mov eax, esi
3d e8 94 40 00 ?? cmp eax, 0x004094e8
73 1d ?? 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 00 c0 40 00 ?? call dword ... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4037e0 | __except_handler4 | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8b 08 ?? mov ecx, dword ds:[eax]
51 ?? push ecx
e8 92 da ff ff ?? call function 0x00401280
L2: 83 c4 04 ?? add esp, 4
8b 55 08 ?? mov edx, dword ss:[ebp + 8]
89 02 ?? mov dword ds:[edx], eax
8b 45 14 ?? mov eax, dword ss:[ebp + 0... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403830 | @_guard_check_icall_nop@4 | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8b e5 ?? mov esp, ebp
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403840 | _ReadNoFence | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8b 08 ?? mov ecx, dword ds:[eax]
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
8b e5 ?? mov esp, ebp
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403860 | _ReadPointerNoFence | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
50 ?? push eax
e8 c4 d9 ff ff ?? call function 0x00401230
L2: 83 c4 04 ?? add esp, 4
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4038a0 | ___castguard_check_failure_fastfail | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
50 ?? push eax
e8 84 00 00 00 ?? call function 0x00403930
L2: 83 c4 04 ?? add esp, 4
85 c0 ?? test eax, eax
74 07 ?? je basic block L4
L3: b9 41 00 00 00 ?? mov ecx, 0x00000041<65>
cd 29 ?? int 0x29<41>
L4: 5d ?? pop ebp
c3 ?? ... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4038d0 | ___castguard_check_failure_nop | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4038e0 | ___castguard_check_failure_os_handled | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
50 ?? push eax
e8 43 00 00 00 ?? call function 0x00403930
L2: 83 c4 04 ?? add esp, 4
85 c0 ?? test eax, eax
74 25 ?? je basic block L7
L3: 83 3d 78 a3 40 00 00 ?? cmp dword ds:[0x0040a378], 0
74 1c ?? je basic blo... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403930 | __castguard_compat_check | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 10 ?? sub esp, 0x10<16>
c7 45 fc 00 88 40 00 ?? mov dword ss:[ebp + 0xfc<252,-4>], 0x00408800
c7 45 f4 c4 88 40 00 ?? mov dword ss:[ebp + 0xf4<244,-12>], 0x004088c4
8b 45 f4 ?? mov eax, dword ss:[ebp + 0xf4<244,-12>]
2b 45 fc ?? sub eax, dword ss:[ebp + 0xfc<252,-4>... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403980 | ___castguard_slow_path_check_debugbreak | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
50 ?? push eax
8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
51 ?? push ecx
8b 55 08 ?? mov edx, dword ss:[ebp + 8]
52 ?? push edx
e8 fc 00 00 00 ?? call function 0x00403a90
L2: 83 c4 0c ?? add esp, 12
85 c0 ?? test eax, eax
... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4039c0 | ___castguard_slow_path_check_fastfail | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
50 ?? push eax
8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
51 ?? push ecx
8b 55 08 ?? mov edx, dword ss:[ebp + 8]
52 ?? push edx
e8 bc 00 00 00 ?? call function 0x00403a90
L2: 83 c4 0c ?? add esp, 12
85 c0 ?? test eax, eax
... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403a10 | ___castguard_slow_path_check_nop | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403a20 | ___castguard_slow_path_check_os_handled | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
8b 45 10 ?? mov eax, dword ss:[ebp + 0x10<16>]
50 ?? push eax
8b 4d 0c ?? mov ecx, dword ss:[ebp + 12]
51 ?? push ecx
8b 55 08 ?? mov edx, dword ss:[ebp + 8]
52 ?? push edx
e8 5b 00 00 00 ?? call function 0x00403a90
L2: 83 c4 0c ?? add esp, 12
85 c0 ??... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403a90 | __castguard_slow_path_compat_check | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 0c ?? sub esp, 12
c7 45 f8 00 88 40 00 ?? mov dword ss:[ebp + 0xf8<248,-8>], 0x00408800
8b 45 f8 ?? mov eax, dword ss:[ebp + 0xf8<248,-8>]
03 45 0c ?? add eax, dword ss:[ebp + 12]
89 45 f4 ?? mov dword ss:[ebp + 0xf4<244,-12>], eax
8b 4d 08 ?? mov ecx, dword ss:[eb... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403ae0 | __guard_icall_checks_enforced | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
68 00 c0 40 00 ?? push 0x0040c000
e8 80 d5 ff ff ?? call function 0x0040106e
L2: 83 c4 04 ?? add esp, 4
3d 9a 11 40 00 ?? cmp eax, 0x0040119a
74 09 ?? je basic block L4
L3: c7 45 fc 01 00 00 00 ?? mov dword ss:[ebp + 0xfc<252,-4>], 1
eb 07 ?? jmp basic b... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403b20 | GetPdbDll | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec 14 04 00 00 ?? sub esp, 0x00000414<1044>
a1 24 a0 40 00 ?? mov eax, dword ds:[0x0040a024]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
80 3d 80 a3 40 00 00 ?? cmp byte ds:[0x0040a380], 0
0f 85 10 01 00 00 ?? jne basic block L26
L2: c6 0... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403cb0 | GetPdbDllFromInstallPath | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec 1c 02 00 00 ?? sub esp, 0x0000021c<540>
a1 24 a0 40 00 ?? mov eax, dword ds:[0x0040a024]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
53 ?? push ebx
56 ?? push esi
57 ?? push edi
68 00 08 00 00 ?? push 0x00000800<2048>
6a 00 ?? push 0... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x403fa0 | GetPdbDllPathFromFilePath | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
81 ec 0c 06 00 00 ?? sub esp, 0x0000060c<1548>
a1 24 a0 40 00 ?? mov eax, dword ds:[0x0040a024]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
8d 8d f4 fd ff ff ?? lea ecx, ss:[ebp + 0xfffffdf4<4294966772,... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4040b0 | ?_RTC_GetSrcLine@@YAHPAEPA_WKPAH1K@Z | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 14 ?? mov eax, dword ss:[ebp + 0x14<20>]
83 ec 4c ?? sub esp, 0x4c<76>
33 c9 ?? xor ecx, ecx
53 ?? push ebx
56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
c7 00 00 00 00 00 ?? mov dword ds:[eax], 0
4e ?? dec esi
8b 45 0c ?? mov eax, dword ss:[ebp + 12]
... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404510 | @__security_check_cookie@4 | 0func |
L1: 3b 0d 24 a0 40 00 ?? cmp ecx, dword ds:[0x0040a024]
75 01 ?? jne basic block L3
L2: c3 ?? ret
L3: e9 fb ca ff ff ?? jmp 0x00401019
e9 22 3a 00 00 ?? jmp function 0x00404a40
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404530 | __except_handler4_noexcept | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
8b 45 14 ?? mov eax, dword ss:[ebp + 0x14<20>]
50 ?? push eax
8b 4d 10 ?? mov ecx, dword ss:[ebp + 0x10<16>]
51 ?? push ecx
8b 55 0c ?? mov edx, dword ss:[ebp + 12]
52 ?? push edx
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
50 ?? push eax
e8 97 f2 ff ff ??... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4045b0 | ??3@YAXPAX@Z | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
6a ff ?? push 0xff<255,-1>
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
50 ?? push eax
e8 63 09 00 00 ?? call function 0x00404f21
L2: 83 c4 08 ?? add esp, 8
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4045d0 | ___isa_available_init | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 48 ?? sub esp, 0x48<72>
a1 24 a0 40 00 ?? mov eax, dword ds:[0x0040a024]
33 c5 ?? xor eax, ebp
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
53 ?? push ebx
56 ?? push esi
c7 05 84 a3 40 00 00 00 ?? mov dword ds:[0x0040a384], 0
00 00
a1 2c a0 40 00 ?? mov ea... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x4049d0 | ___scrt_is_ucrt_dll_in_use | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
83 3d 30 a0 40 00 00 ?? cmp dword ds:[0x0040a030], 0
74 09 ?? je basic block L3
L2: c7 45 fc 01 00 00 00 ?? mov dword ss:[ebp + 0xfc<252,-4>], 1
eb 07 ?? jmp basic block L4
L3: c7 45 fc 00 00 00 00 ?? mov dword ss:[ebp + 0xfc<252,-4>], 0
L4: 8b 45 fc ?? m... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404a00 | ___raise_securityfailure | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
6a 00 ?? push 0
ff 15 50 b0 40 00 ?? call dword ds:[0x0040b050]
L2: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
50 ?? push eax
ff 15 54 b0 40 00 ?? call dword ds:[0x0040b054]
L3: 68 09 04 00 c0 ?? push 0xc0000409
ff 15 24 b0 40 00 ?? call dword ds:[0x0040b024]
L4: 50 ?? pu... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404a40 | ___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 48 b0 40 00 ?? call dword ds:[0x0040b048]
L2: 85 c0 ?? test eax, eax
74 07 ?? je basic block L4
L3: b9 02 00 00 00 ?? mov ecx, 2
cd 29 ?? int 0x29<41>
L4: a3 90 a4 40 00 ?? mov dword ds:[0x0040a... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404ba0 | ___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 48 b0 40 00 ?? call dword ds:[0x0040b048]
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 a4 40 00 ?? mov dword ... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404fc0 | ___acrt_initialize | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404fc0 | ___scrt_stub_for_acrt_initialize | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404fc0 | ___vcrt_initialize | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404fd0 | ___acrt_thread_attach | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404fd0 | ___scrt_stub_for_acrt_thread_attach | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404fd0 | ___vcrt_thread_attach | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404fe0 | ___acrt_thread_detach | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404fe0 | ___scrt_stub_for_acrt_thread_detach | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404fe0 | ___vcrt_thread_detach | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404ff0 | ___acrt_uninitialize | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404ff0 | ___scrt_stub_for_acrt_uninitialize | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x404ff0 | ___vcrt_uninitialize | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x405000 | ___acrt_uninitialize_critical | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x405000 | ___scrt_stub_for_acrt_uninitialize_critical | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x405000 | ___vcrt_uninitialize_critical | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
b0 01 ?? mov al, 1
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x405010 | ___scrt_stub_for_is_c_termination_complete | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x405010 | __is_c_termination_complete | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
33 c0 ?? xor eax, eax
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x405020 | __filter_x86_sse2_floating_point_exception | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 54 ?? sub esp, 0x54<84>
83 3d 84 a3 40 00 01 ?? cmp dword ds:[0x0040a384], 1
7d 08 ?? jge basic block L3
L2: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
e9 19 01 00 00 ?? jmp basic block L19
L3: 81 7d 08 b4 02 00 c0 ?? cmp dword ss:[ebp + 8], 0xc00002b4
74 11 ?? je ba... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex11.exe | 0x405020 | __filter_x86_sse2_floating_point_exception_default | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 54 ?? sub esp, 0x54<84>
83 3d 84 a3 40 00 01 ?? cmp dword ds:[0x0040a384], 1
7d 08 ?? jge basic block L3
L2: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
e9 19 01 00 00 ?? jmp basic block L19
L3: 81 7d 08 b4 02 00 c0 ?? cmp dword ss:[ebp + 8], 0xc00002b4
74 11 ?? je ba... | vs2019/normal/Debug | ooex11.exe |
./vs2019/normal/Debug/ooex2.exe | 0x4015b0 | _main | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
6a ff ?? push 0xff<255,-1>
68 34 68 40 00 ?? push 0x00406834
64 a1 00 00 00 00 ?? mov eax, dword fs:[0]
50 ?? push eax
83 ec 18 ?? sub esp, 0x18<24>
b8 cc cc cc cc ?? mov eax, 0xcccccccc
89 45 dc ?? mov dword ss:[ebp + 0xdc<220,-36>], eax
89 45 e0 ?? mov dword ss:[ebp ... | vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x4016a0 | ??0Base@@QAE@XZ | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
c7 00 01 00 00 00 ?? mov dword ds:[eax], 1
8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
c6 41 04 61 ?? mov byte ds:[ecx + 4], 0x61<97>
8b 55 fc ?? ... | vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x4016e0 | ??0Derived@@QAE@XZ | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
56 ?? push esi
c7 45 fc cc cc cc cc ?? mov dword ss:[ebp + 0xfc<252,-4>], 0xcccccccc
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
e8 c1 fa ff ff ?? call function 0x004011b8
L2: 8b f4 ?? mov esi, esp... | vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401760 | ?func3@Base@@QAEHXZ | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
0f be 40 04 ?? movsx eax, byte ds:[eax + 4]
8b 4d fc ?? mov ecx, dword ss:[ebp + 0xfc<252,-4>]
03 01 ?? add eax, dword ds:[ecx]
8b e5 ?? mov esp, ebp
5d... | vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401780 | ?func4@Derived@@QAEHXZ | 1method |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
8b 45 fc ?? mov eax, dword ss:[ebp + 0xfc<252,-4>]
8b 40 0c ?? mov eax, dword ds:[eax + 12]
83 c0 01 ?? add eax, 1
8b e5 ?? mov esp, ebp
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x4017a0 | ??2@YAPAXI@Z | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
L2: 8b 45 08 ?? mov eax, dword ss:[ebp + 8]
50 ?? push eax
e8 d4 39 00 00 ?? call function 0x00405181
L3: 83 c4 04 ?? add esp, 4
89 45 fc ?? mov dword ss:[ebp + 0xfc<252,-4>], eax
83 7d fc 00 ?? cmp dword ss:[ebp + 0xfc<252,-4>], 0
74 05 ?? je basic bloc... | vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401800 | ??3@YAXPAXI@Z | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
8b 45 08 ?? mov eax, dword ss:[ebp + 8]
50 ?? push eax
e8 71 f8 ff ff ?? call function 0x0040107d
L2: 83 c4 04 ?? add esp, 4
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401820 | @__security_check_cookie@4 | 0func |
L1: 3b 0d 04 b0 40 00 ?? cmp ecx, dword ds:[0x0040b004]
75 01 ?? jne basic block L3
L2: c3 ?? ret
L3: e9 eb f7 ff ff ?? jmp 0x00401019
e9 02 13 00 00 ?? jmp function 0x00402320
| vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401880 | @_RTC_CheckStackVars2@12 | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 08 ?? sub esp, 8
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
56 ?? push esi
8b 75 08 ?? mov esi, dword ss:[ebp + 8]
57 ?? push edi
85 d2 ?? test edx, edx
74 4f ?? je basic block L10
L2: 33 ff ?? xor edi, edi
39 3a ?? cmp dword ds:[edx], edi
7e 49 ?? jle ... | vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401990 | @_RTC_CheckStackVars@8 | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
51 ?? push ecx
53 ?? push ebx
8b da ?? mov ebx, edx
89 4d fc ?? mov dword ss:[ebp + 0xfc<252,-4>], ecx
56 ?? push esi
33 f6 ?? xor esi, esi
39 33 ?? cmp dword ds:[ebx], esi
7e 41 ?? jle basic block L9
L2: 57 ?? push edi
33 ff ?? xor edi, edi
L3: 8b 4b 04 ?? mov ecx,... | vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401a00 | __RTC_CheckEsp | 0func |
L1: 75 01 ?? jne basic block L3
L2: c3 ?? ret
L3: 55 ?? push ebp
8b ec ?? mov ebp, esp
83 ec 00 ?? sub esp, 0
50 ?? push eax
52 ?? push edx
53 ?? push ebx
56 ?? push esi
57 ?? push edi
8b 45 04 ?? mov eax, dword ss:[ebp + 4]
6a 00 ?? push 0
50 ?? push eax
e8 a5 f6 ff ff ?? call function 0x004010be
L4: 83... | vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401a30 | __CRT_RTC_INIT | 0func |
L1: b8 87 51 40 00 ?? mov eax, function 0x00405187
c3 ?? ret
| vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401a40 | __CRT_RTC_INITW | 0func |
L1: b8 8d 51 40 00 ?? mov eax, function 0x0040518d
c3 ?? ret
| vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401a50 | __RTC_InitBase | 0func |
L1: 80 3d d0 b3 40 00 00 ?? cmp byte ds:[0x0040b3d0], 0
75 1f ?? jne basic block L5
L2: 6a 00 ?? push 0
6a 01 ?? push 1
6a 00 ?? push 0
6a 00 ?? push 0
6a 00 ?? push 0
c6 05 d0 b3 40 00 01 ?? mov byte ds:[0x0040b3d0], 1
e8 2c f6 ff ff ?? call function 0x0040109b
L3: 50 ?? push eax
e8 01 f8 ff ff ?? call func... | vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401a90 | __RTC_Shutdown | 0func |
L1: 6a 01 ?? push 1
6a 01 ?? push 1
6a 00 ?? push 0
6a 00 ?? push 0
6a 00 ?? push 0
e8 fc f5 ff ff ?? call function 0x0040109b
L2: 83 c4 14 ?? add esp, 0x14<20>
c3 ?? ret
| vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401ab0 | pre_c_initialization | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
e8 d4 f5 ff ff ?? call function 0x0040108c
L2: e8 7d f7 ff ff ?? call function 0x0040123a
L3: e8 48 f5 ff ff ?? call function 0x0040100a
L4: 6a 01 ?? push 1
e8 2c f6 ff ff ?? call function 0x004010f5
L5: 83 c4 04 ?? add esp, 4
0f b6 c0 ?? movzx eax, al
85 c0 ?? test ea... | vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401b90 | post_pgo_initialization | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
e8 8a f5 ff ff ?? call function 0x00401122
L2: 33 c0 ?? xor eax, eax
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401ba0 | pre_cpp_initialization | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
e8 c9 f6 ff ff ?? call function 0x00401271
L2: e8 5c f5 ff ff ?? call function 0x00401109
L3: 50 ?? push eax
e8 46 36 00 00 ?? call function 0x004051f9
L4: 83 c4 04 ?? add esp, 4
5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401bc0 | __scrt_common_main | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
e8 fe f6 ff ff ?? call function 0x004012c6
L2: e8 13 00 00 00 ?? call function 0x00401be0
L3: 5d ?? pop ebp
c3 ?? ret
| vs2019/normal/Debug | ooex2.exe |
./vs2019/normal/Debug/ooex2.exe | 0x401be0 | __scrt_common_main_seh | 0func |
L1: 55 ?? push ebp
8b ec ?? mov ebp, esp
6a fe ?? push 0xfe<254,-2>
68 08 a5 40 00 ?? push 0x0040a508
68 f0 3e 40 00 ?? push function 0x00403ef0
64 a1 00 00 00 00 ?? mov eax, dword fs:[0]
50 ?? push eax
83 c4 cc ?? add esp, 0xcc<204,-52>
53 ?? push ebx
56 ?? push esi
57 ?? push edi
a1 04 b0 40 00 ?? mov eax... | vs2019/normal/Debug | ooex2.exe |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.