radareorg/radare2

Support loading coredumps from the standard locations

開放

#16,806 建立於 2020年5月11日

 (1 則留言) (0 個反應) (1 位負責人)C (3,229 個分叉)batch import
BSDLinux OSMacOSRDebugWindowsgood first issue

倉庫指標

星標
 (23,826 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南