-
The unify methods of `Unifier` are now like:
`public void unify(BitVector bitVector, Term term);`
@andreistefanescu said we could have the second argument be of the same type as the first.
More gener…
-
Currently many `rz_num_*()` functions return `ut64`/`st64` which is not enough to work with big numbers, bitvectors, floats. Thus, we need to introduce the abstract notion of the number, lets call it …
-
Conversation moved from CL 109716.
Consider this code from the runtime:
```go
// Information from the compiler about the layout of stack frames.
type bitvector struct {
n int32 // # o…
-
Should a, b and bigger in bitvectors beconsidered as signed or unsigned?
-
**Configuration:**
- RDKit Version: 2020.03.1
- Operating system: Ubuntu 18.04
- Python version (if relevant): 3.7
- Are you using conda? Yes
- If you are using conda, which channel di…
-
#### Description of the problem
I can't add Zify support for a parametric type. I use a bitvector type `bv : N -> Type` for bitvectors of certain size (from `stdpp-unstable`). When doing the follow…
-
Blocked by https://github.com/rizinorg/rizin/issues/3455
Currently, we have RzFloat bitvector API that will be used in RzIL. It would be nice to have it exposed also in the Rizin's calculator - `rz…
-
Is it possible in STP to find the maximum value of, eg, a bitvector, a la Z3 optimization/maximization?
-
**Issue**
`RzBitVector` at the moment performs lots of bitwise `OR` operations in a loop to convert from `RzBitVector` to numbers, say, `ut8` or `ut32` etc... This can have some performance impact wh…
-
Context : Symbolic fuzzing #189
Similar errors occur during fuzzing :
```text
Failure("(i64.eq (i64.extend_i48_s (extract (i64 -5690315267789494568) 0 2)) (i64 0))")
Failure("(i32.eq (i32.exte…