-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The matcher today attempts to match every library independently of the other libraries that should be / were already matched. This means that we lose useful information that can improve our matching logic:
- Libpng usually locates zlib (external) functions, zlib could use it during its matching (or vice versa)
- Known library borders from previous matchings could create an informative upper / lower bound on our file map
TODO: Should think if could somehow merge the solution for this issue with the solution for manually defining anchors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request