Closed 13579and2468 closed 2 years ago
reference : https://docs.angr.io/core-concepts/solver
cast_to can be passed a data type to cast the result to. Currently, this can only be int and bytes, which will cause the method to return the corresponding representation of the underlying data.
This was a remnant of the python 2 version of angr, where you could in fact cast to str. Thanks!
reference : https://docs.angr.io/core-concepts/solver