Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 897 Bytes

File metadata and controls

30 lines (20 loc) · 897 Bytes

dft (debug fetch tool)

dft provides a simple interface to interrogate a binary to query build metadata from the executable in order to map that to a potential site for cloud storage of debug information. This functionality is platform and file format agnostic.

Supported File Formats

  • PE/COFF
  • ELF
  • MachO
  • WASM
  • GOFF

Supported Debug Formats

  • CodeView/PDB
  • DWARF/dSYM
  • DWARF/gSYM
  • DWARF

Supported Debug Server

  • SymStore Symbol Server
  • Mozilla Symbol Server
  • debuginfod

PE/COFF + CodeView/PDB + SymStore Configuration

Environment Variables

_NT_SYMBOL_PATH: This environment variable is considered for obtaining set of symbol servers to query. See Microsoft Learn for documentation about the contents of this variable.