Replies: 2 comments
-
There are built in functions to convert bit-vectors to integers. There are signed and unsigned versions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your answer! I know this function, maybe I didn't express it clearly, and my problem doesn't seem to be able to use this method.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Developers! I'm recently learning to do some more work with z3 (python) and I now want to convert the BitVec type in a constraint expression obtained from a symbolic execution to an Int type, how do I do that?
Beta Was this translation helpful? Give feedback.
All reactions