Skip to main content

An abstraction layer for constraint solvers

Project description

claripy

Code style: black

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.37.tar.gz (156.8 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.37-py3-none-any.whl (154.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for claripy-9.2.37.tar.gz
Algorithm Hash digest
SHA256 127a9a3117987e854c7e452d7f2a88b479f55f6c86b80736e91c3496900c04fe
MD5 169ee04dfafdf65ee3dbf4dd05642be9
BLAKE2b-256 a80d0276f41540061f3f4613f822dab6afb22ae7de4202fdc20e3aa3fb801e7b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for claripy-9.2.37-py3-none-any.whl
Algorithm Hash digest
SHA256 6a68d70dcbe69e23869a5088b34d733510bbd66668b9258d966fd98abd0cd35e
MD5 0079ea8c274ba36c29a1832144a7233a
BLAKE2b-256 02defa6125c7fafd9fb665b49fb58f71caa3591cab2c1d40bad511fae9c28226

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