Skip to content

Instantly share code, notes, and snippets.

@hummelchen
Last active August 11, 2017 10:33
Show Gist options
  • Save hummelchen/67ef69e19e2dcbde62642116de071f7f to your computer and use it in GitHub Desktop.
Save hummelchen/67ef69e19e2dcbde62642116de071f7f to your computer and use it in GitHub Desktop.
r2 core and binary
r2 fails with segfault when I try to connect to closed gdbserver port and dbg.exe.path is specified:
Core was generated by `r2 -D gdb -e dbg.exe.path=/bin/ls gdb://127.0.0.1:1337'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000055a866bbe0be in main (argc=6, argv=0x7fffa721abf8, envp=0x7fffa721ac30)
at radare2.c:839
839 free (fh->desc->name);
This file has been truncated, but you can view the full file.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment