-
-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Description
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 or it underlying functions
- 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.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Validated