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.15.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.15-py3-none-any.whl (153.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: claripy-9.2.15.tar.gz
  • Upload date:
  • Size: 127.6 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.15.tar.gz
Algorithm Hash digest
SHA256 57b60b5f267acb94cfaa311cb09e45100cc6dc13b043548e50957ffee6033a07
MD5 9442e0842ac36c132203ec8ce5087404
BLAKE2b-256 64d59d800bab5c1e8b0835d0cbb9777ed52d8f7011fa8ce31c55ab34f830c619

See more details on using hashes here.

File details

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

File metadata

  • Download URL: claripy-9.2.15-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.13

File hashes

Hashes for claripy-9.2.15-py3-none-any.whl
Algorithm Hash digest
SHA256 b3d07441d49d21cce6a8173ae47e937845f6449c3071880db14f4db6f6a268a1
MD5 9274413463a894ba7076a0bfda38287c
BLAKE2b-256 a73880d67b268f0d773351f1ceff40d9edf3fef08627c1f3acc213c0a1339d8a

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