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

Automatically model dynamic symbols #434

Closed
offlinemark opened this issue Aug 3, 2017 · 2 comments
Closed

Automatically model dynamic symbols #434

offlinemark opened this issue Aug 3, 2017 · 2 comments

Comments

@offlinemark
Copy link
Contributor

If we are analyzing a dynamically linked binary, and we have models implemented for dynamic symbols it requires, we should automatically apply those models.

@yan
Copy link
Contributor

yan commented Aug 4, 2017

This might bump symbol resolution in priority, since we'd need to do it anyway. This will also let us do things like:

@m.hook('strcpy')
def strcpy(state):
    state.invoke_model(models.strcpy)

@ehennenfent ehennenfent added this to the Validate Existing issues milestone Jan 23, 2019
@ehennenfent ehennenfent removed this from the Validate Existing issues milestone Feb 26, 2019
@ehennenfent
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants