Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 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.

关于

Debug Fetch Tool

Topics

Resources

Stars

2 stars

关注者

1 watching

复刻s

发布

贡献者

Languages