Applying Debug Information
Debugging symbols are metadata embedded in or associated with compiled binaries that include some of the information that is discarded during compilation, including original function names. BTP supports loading embedded DWARF for Linux-based images as well as separate PDB symbol files for UEFI binaries. The latter need to be uploaded to the image using the symbol upload button on the image dashboard shown below.


Use Debug Information
Once the scan is finished, findings that include decompiled code snippets in their evidence will show the original function names if itβs included in the uploaded PDB file like in the example below.

Programmatic Access
Upload debug symbols programmatically using the Binarly API:- Upload Debug Symbols API - Endpoint reference and batch upload examples