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.
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:
TODO: Should think if could somehow merge the solution for this issue with the solution for manually defining anchors.