Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store and share information between matched libraries #2

Open
chkp-eyalit opened this issue Dec 13, 2018 · 0 comments
Open

Store and share information between matched libraries #2

chkp-eyalit opened this issue Dec 13, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@chkp-eyalit
Copy link
Contributor

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:

  1. Libpng usually locates zlib (external) functions, zlib could use it during its matching (or vice versa)
  2. 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.

@chkp-eyalit chkp-eyalit added the enhancement New feature or request label Dec 13, 2018
@chkp-eyalit chkp-eyalit self-assigned this Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant