Skip to content

compnerd/dft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published