z3.Array support
Đang mở
help wanted
- Ngôn ngữ chính
- Python
- Star
- 334
- Fork
- 105
- Merge trung bình
- 6 giờ 1 phút
- Pull request đã merge (30 ngày)
- 3
Mô tả
When dealing with very large table lookups, `z3.Array` is a huge improvement in performance. It would be great if symbolic memory read strategy could be updated to use it, but even simply having the ability to use those primitives with claripy objects (for instance, inside custom user hooks) would be quite beneficial.
Information on Arrays can be found here: https://rise4fun.com/z3/tutorialcontent/guide
Mainly, it comes down to stuff like
```python
table = z3.Array()
table = z3.Store(table, 0, 1)
#etc
# Lookup becomes
table[sym_var]
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.