An abstraction layer for constraint solvers
Project description
claripy
Claripy is an abstracted constraint-solving wrapper.
Project Links
Project repository: https://github.com/angr/claripy
Documentation: https://api.angr.io/projects/claripy/en/latest/
Usage
It is usable!
General usage is similar to Z3:
>>> import claripy
>>> a = claripy.BVV(3, 32)
>>> b = claripy.BVS('var_b', 32)
>>> s = claripy.Solver()
>>> s.add(b > a)
>>> print(s.eval(b, 1)[0])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
claripy-9.2.48.tar.gz
(158.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
claripy-9.2.48-py3-none-any.whl
(155.2 kB
view details)
File details
Details for the file claripy-9.2.48.tar.gz.
File metadata
- Download URL: claripy-9.2.48.tar.gz
- Upload date:
- Size: 158.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3794384143a384a65d15d94e1d8f39f3ed57448877247a18935ec2e0567d2f80
|
|
| MD5 |
a938da8689e3b498e14c7d29d724e05a
|
|
| BLAKE2b-256 |
90edb12ab52b5f2b0d30df06da11caa42ffb3f9d1e0a139580ec24b762cc524d
|
File details
Details for the file claripy-9.2.48-py3-none-any.whl.
File metadata
- Download URL: claripy-9.2.48-py3-none-any.whl
- Upload date:
- Size: 155.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
108db90792f6d43ade661d48280a57fa03536606dc8860d8470a555be3c7a3b6
|
|
| MD5 |
ac59bf72905dd7c2f89630b4681cd049
|
|
| BLAKE2b-256 |
4db626833e010190c3301e259cc6ed7e699af3735b67328c33fb03fac2dd5145
|