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

Implement taints as sets #23

Open
neuromancer opened this issue Jun 23, 2015 · 0 comments
Open

Implement taints as sets #23

neuromancer opened this issue Jun 23, 2015 · 0 comments

Comments

@neuromancer
Copy link

I think one of most flexible and useful ways of taint data to perform static/dynamic binary analysis is using sets to carry different types of data. In this case, the "False" value of a missing taint is replaced by the empty set and the taint disjunction by the union of the taint sets. A POC of the modifications needed for this enhacement is available here.

For example, in dynamic analysis, they can be used to track how different offset bytes of a file taint instructions in a trace.

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

No branches or pull requests

1 participant