pwndbg> start
Temporary breakpoint 1 at 0x40113e
Exception occurred: start: Warning:
Cannot insert breakpoint 1.
Cannot access memory at address 0x401136
(<class 'gdb.error'>)
For more info invoke set exception-verbose on
and rerun the command
or debug it by yourself with set exception-debugger on
ERROR: Could not find ELF base!
LEGEND: STACK | HEAP | CODE | DATA | RWX | RODATA
───────────────────────────────────────────────────[ REGISTERS / show-flags off / show-compact-regs off ]─────────────────────────────────────────────────── RAX 0x0
RBX 0x0
RCX 0x0
RDX 0x0
RDI 0x0
RSI 0x0
R8 0x0
R9 0x0
R10 0x0
R11 0x0
R12 0x0
R13 0x0
R14 0x0
R15 0x0
RBP 0x0
RSP 0x7ffffffee340
RIP 0x7fffff7d02b0
────────────────────────────────────────────────────────────[ DISASM / x86-64 / set emulate on ]────────────────────────────────────────────────────────────Invalid address 0x7fffff7d02b0
─────────────────────────────────────────────────────────────────────────[ STACK ]──────────────────────────────────────────────────────────────────────────<Could not read memory at 0x7ffffffee340>
───────────────────────────────────────────────────────────────────────[ BACKTRACE ]──────────────────────────────────────────────────────────────────────── ► f 0 0x7fffff7d02b0 _start
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────pwndbg>
debugee.c 컴파일하고 debugee 디버깅하고 시키는대로 따라가는데 gdb를 사용했을 때 에러가 뜹니다. 구글링해봐도 영어라서 잘 이해가 안가고 모르겠어서 여쭤봅니다!