Skip to main content

An abstraction layer for constraint solvers

Project description

claripy

Claripy is an abstracted constraint-solving wrapper.

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.22.tar.gz (127.6 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.22-py3-none-any.whl (153.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: claripy-9.2.22.tar.gz
  • Upload date:
  • Size: 127.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.14

File hashes

Hashes for claripy-9.2.22.tar.gz
Algorithm Hash digest
SHA256 1fec6704eb48f3e482f326ae25b7623ca3d65adf26884455e9e00e0e4cc03ce2
MD5 d9b7e22dae78dff964023d8e17deb4e2
BLAKE2b-256 9ef8642ae95f994de5a4241242081d94b475d28da8f476a6190cc51d382429c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: claripy-9.2.22-py3-none-any.whl
  • Upload date:
  • Size: 153.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.14

File hashes

Hashes for claripy-9.2.22-py3-none-any.whl
Algorithm Hash digest
SHA256 11890baa52bd014177ce7366224adabe64f951c57eb7394502d286f9dde24e23
MD5 d413b1f3f79c7a3bbc70ec88bc29deb3
BLAKE2b-256 d56f046939ee00a0f8185fb728a678327c0f029685226bc71d6100621e036bc7

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