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

Remove VSA types from claripy.ast.bv #442

Open
twizmwazin opened this issue Aug 19, 2024 · 0 comments
Open

Remove VSA types from claripy.ast.bv #442

twizmwazin opened this issue Aug 19, 2024 · 0 comments

Comments

@twizmwazin
Copy link
Member

Description

Currently, there are various VSA-related types in claripy/ast/bv.py. These should be moved to their own file. They include SI, TSI, ESI, ValueSet, VS, DSIS, as well as possibly a few of the ops that only make sense when a BV is actually a set type. As part of this, BV currently has a bunch of parameters that are specific to VSA, these should be a separate (possibly derived from BV) type.

Steps to reproduce the bug

No response

Environment

No response

Additional context

No response

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

1 participant