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.124.tar.gz
(146.8 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.124-py3-none-any.whl
(142.1 kB
view details)
File details
Details for the file claripy-9.2.124.tar.gz.
File metadata
- Download URL: claripy-9.2.124.tar.gz
- Upload date:
- Size: 146.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
781659bdc93e22a0af4bbfb15768a501d7db568fbe4057508cccb5d7f4e62891
|
|
| MD5 |
4e4c1a5e5b1d2873f0bc7b21d194263a
|
|
| BLAKE2b-256 |
a8d02edcf834f960eabb72485b917618b9f50074865babc0dd6207dd0f57d527
|
File details
Details for the file claripy-9.2.124-py3-none-any.whl.
File metadata
- Download URL: claripy-9.2.124-py3-none-any.whl
- Upload date:
- Size: 142.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4194fda9004208964c35738fdfc36dc8774580154d33ee3c9c2c653bda6ec54e
|
|
| MD5 |
255af054217c350aa48ec4d0dd4958ad
|
|
| BLAKE2b-256 |
87b302ea74ab8641d0300bbf1190a7c058197c00b55db39f5e709971527e361d
|