radareorg/radare2

Support loading coredumps from the standard locations

Open

#16.806 aberto em 11 de mai. de 2020

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)C (3.229 forks)batch import
BSDLinux OSMacOSRDebugWindowsgood first issue

Métricas do repositório

Stars
 (23.826 stars)
Métricas de merge de PR
 (Mesclagem média 16h 24m) (99 fundiu PRs em 30d)

Description

Sometimes, figuring where coredump was put, and if is enabled is tricky. Radare2 can help to handle this automatically, see e.g. https://stackoverflow.com/questions/2065912/core-dumped-but-core-file-is-not-in-the-current-directory

  • Linux
  • MacOS
  • *BSD
  • Windows

See also https://www.freedesktop.org/software/systemd/man/coredumpctl.html

coredumpctl list
coredumpctl debug 234234

--debugger=DEBUGGER

Use the given debugger for the debug command. If not given and $SYSTEMD_DEBUGGER is unset, then gdb will be used.

Guia do colaborador