-
-
Notifications
You must be signed in to change notification settings - Fork 521
Description
Work environment
| Questions | Answers |
|---|---|
| OS/arch/bits (mandatory) | Debian x84_64 |
| File format of the file you reverse (mandatory) | ELF, PIE |
| Architecture/bits of the file (mandatory) | x86/64 |
rizin -v full output, not truncated (mandatory) |
rizin 0.9.0 @ linux-x86-64 commit: 0a8fe35 |
Expected behavior
After connecting to a remote GDB server, running dp should either show a running processes or an error if unable.
Actual behavior
rizin just crashes due to a segmentation fault:
[0x00000000]> dp
Segmentation fault (core dumped)
Steps to reproduce the behavior
- Run a GDB server using
gdbserver --multi :4444 - Connect rizin to the GDB server:
rizin -d gdb://localhost:4444 - Run
dp
Additional Logs, screenshots, source code, configuration dump, ...
Please let me know if additional information is required. I can try to get a backtrace from the core dump.
Reactions are currently unavailable