We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I want to ask a question: I want to use gdb to debug mips architecture programs, but the compiled gdb does not support stack, vmmap and other instructions. After using the gef plug-in, the vmmap instruction shows the following exceptions: 0x400868 <main+24> sw gp, 16(sp) 0x40086c <main+28> sw a0, 536(s8) 0x400870 <main+32> sw a1, 540(s8) → 0x400874 <main+36> lui v0, 0x40 0x400878 <main+40> lhu v0, 3084(v0) 0x40087c <main+44> sh v0, 24(s8) 0x400880 <main+48> addiu v0, s8, 26 0x400884 <main+52> li v1, 498 0x400888 <main+56> move a2, v1 ──────────────────────────────────────────────────────────────────────────────────────────────── threads ──── [#0] Id 1, stopped 0x400874 in main (), reason: BREAKPOINT ──────────────────────────────────────────────────────────────────────────────────────────────── trace ──── [#0] 0x400874 → main() ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── gef➤ vmmap [ Legend: Code | Heap | Stack ] Start End Offset Perm Path 0x00000000 0xffffffff 0x00000000 rwx /root/Desktop/pwn-test/mips-pwn/stack_bof_2 gef➤ stack Undefined command: "stack". Try "help".
The vmmap command cannot display libc, and the stack command cannot be used;What is going on?
gdb version:10.2 --with-python=python3.5 --enable-targets=all
attachment :https://pan.baidu.com/s/1OShEy3egenmYb7UxnWrdAw password:nk18
The text was updated successfully, but these errors were encountered:
Please respect the proper issue reporting template.
Your issue is a configuration one, not a bug in gef. Ask for help on the discord instead.
Sorry, something went wrong.
No branches or pull requests
Hello, I want to ask a question:
I want to use gdb to debug mips architecture programs, but the compiled gdb does not support stack, vmmap and other instructions. After using the gef plug-in, the vmmap instruction shows the following exceptions:
0x400868 <main+24> sw gp, 16(sp)
0x40086c <main+28> sw a0, 536(s8)
0x400870 <main+32> sw a1, 540(s8)
→ 0x400874 <main+36> lui v0, 0x40
0x400878 <main+40> lhu v0, 3084(v0)
0x40087c <main+44> sh v0, 24(s8)
0x400880 <main+48> addiu v0, s8, 26
0x400884 <main+52> li v1, 498
0x400888 <main+56> move a2, v1
──────────────────────────────────────────────────────────────────────────────────────────────── threads ────
[#0] Id 1, stopped 0x400874 in main (), reason: BREAKPOINT
──────────────────────────────────────────────────────────────────────────────────────────────── trace ────
[#0] 0x400874 → main()
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
gef➤ vmmap
[ Legend: Code | Heap | Stack ]
Start End Offset Perm Path
0x00000000 0xffffffff 0x00000000 rwx /root/Desktop/pwn-test/mips-pwn/stack_bof_2
gef➤ stack
Undefined command: "stack". Try "help".
The vmmap command cannot display libc, and the stack command cannot be used;What is going on?
gdb version:10.2 --with-python=python3.5 --enable-targets=all
attachment :https://pan.baidu.com/s/1OShEy3egenmYb7UxnWrdAw password:nk18
The text was updated successfully, but these errors were encountered: