You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update pipelines steps for the binary to source analysis for native ELF using strings and symbols, and not only DWARFs.
The high level approach for this is:
On the from side, collect and store source symbols using the "purl2sym" "collect_symbols" pipelines
On the to side, collect and store binary symbols using Lief or Pyelftools
Build a step (or extend existing steps) to go into symbol matching, if the path match matching was not conclusive. Process the results the same way as path matching.
The text was updated successfully, but these errors were encountered:
Update pipelines steps for the binary to source analysis for native ELF using strings and symbols, and not only DWARFs.
The high level approach for this is:
The text was updated successfully, but these errors were encountered: