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.11.tar.gz (126.3 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.11-py3-none-any.whl (152.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for claripy-9.2.11.tar.gz
Algorithm Hash digest
SHA256 bf665ff5f953913a3a74f9bb866baa638370840e6509c87c215ef9aa298c7eb2
MD5 dcff07cba8354a6d1939075b95a0a879
BLAKE2b-256 68de85b367e050d5a862a2bad9a87adb97de8bd1b6f760d8751e390d02244f18

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for claripy-9.2.11-py3-none-any.whl
Algorithm Hash digest
SHA256 1b147ac07045c7271653f14933bca39d2f2c8ecc1b1eb2de431f2575b253b897
MD5 628f03cdc23fa75346fc1ba92706d4e5
BLAKE2b-256 76aba427ed4eaf4ec8d9b7b1ba3993671c9b8f54846029222649a1dedd015451

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