You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CrossHair has support for some amount of binary (de)serialization, via e.g. int.to_bytes()/int.from_bytes(), but pretty much anything going through the struct module capabilities will trigger a realization. Let's preserve symbolics there, at least in the feasible cases.
The text was updated successfully, but these errors were encountered:
CrossHair has support for some amount of binary (de)serialization, via e.g.
int.to_bytes()
/int.from_bytes()
, but pretty much anything going through thestruct
module capabilities will trigger a realization. Let's preserve symbolics there, at least in the feasible cases.The text was updated successfully, but these errors were encountered: