Skip to main content

An abstraction layer for constraint solvers

Project description

claripy

Latest Release Python Version PyPI Statistics License

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.77.tar.gz (159.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

claripy-9.2.77-py3-none-any.whl (156.2 kB view details)

Uploaded Python 3

File details

Details for the file claripy-9.2.77.tar.gz.

File metadata

  • Download URL: claripy-9.2.77.tar.gz
  • Upload date:
  • Size: 159.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for claripy-9.2.77.tar.gz
Algorithm Hash digest
SHA256 315032280092260ceabb2173876c7b6faa2504b54061db185880f351fcbac445
MD5 52a38746f34d520b875561419a9d2212
BLAKE2b-256 3f78e80f8fafce8328acb43c485a67aabe6d4dd9334761147ecf1f1ea3d9ce1e

See more details on using hashes here.

File details

Details for the file claripy-9.2.77-py3-none-any.whl.

File metadata

  • Download URL: claripy-9.2.77-py3-none-any.whl
  • Upload date:
  • Size: 156.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for claripy-9.2.77-py3-none-any.whl
Algorithm Hash digest
SHA256 71635da30a43e8e80248d39211431a96f06848a4db7289b6ced53edcde145aea
MD5 514ba3e0fbcc900e1ea82f7f172d4da9
BLAKE2b-256 5213cbfb1eba153ca71cfd439bdbcf39f7d8b88a45a40e1d7a2a437e3a44d94a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page