Created
January 6, 2025 23:44
-
-
Save SzateX/338dc5cfa2b5af827127aa5e0dadcb1c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Breakpoint 1, 0x0000f331 in ?? () | |
(gdb) info registers | |
eax 0x10 16 | |
ecx 0x5 5 | |
edx 0x0 0 | |
ebx 0x40010 262160 | |
esp 0x7bfc 0x7bfc | |
ebp 0x0 0x0 | |
esi 0x7e00 32256 | |
edi 0xf410 62480 | |
eip 0xf331 0xf331 | |
eflags 0x2 [ ] | |
cs 0x0 0 | |
ss 0x0 0 | |
ds 0x0 0 | |
es 0x0 0 | |
fs 0x0 0 | |
gs 0x0 0 | |
(gdb) stepi | |
0x3167f070 in ?? () | |
(gdb) info registers | |
eax 0x10 16 | |
ecx 0x5 5 | |
edx 0x0 0 | |
ebx 0x40010 262160 | |
esp 0x7bfc 0x7bfc | |
ebp 0x0 0x0 | |
esi 0x7e00 32256 | |
edi 0xf410 62480 | |
eip 0x3167f070 0x3167f070 | |
eflags 0x2 [ ] | |
cs 0x0 0 | |
ss 0x0 0 | |
ds 0x0 0 | |
es 0x0 0 | |
fs 0x0 0 | |
gs 0x0 0 | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment