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
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 text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: