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.47.tar.gz (157.1 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.47-py3-none-any.whl (154.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: claripy-9.2.47.tar.gz
  • Upload date:
  • Size: 157.1 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.47.tar.gz
Algorithm Hash digest
SHA256 c8340d588bfd9f918f03d4f83ac156cf5d6d73e58db6ed2f46d8e40ae943cda2
MD5 7eab4d4150f2b9e651478c6e574dc6d6
BLAKE2b-256 e66584320bae5c28f2e3d547439fe242ae2e58e096768db8d1c07272d63ca834

See more details on using hashes here.

File details

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

File metadata

  • Download URL: claripy-9.2.47-py3-none-any.whl
  • Upload date:
  • Size: 154.5 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.47-py3-none-any.whl
Algorithm Hash digest
SHA256 af0cce49b4f05377b2c62002b7a04909b4026bb5acfe21df76bc8bd9e473f987
MD5 fea3d8a6349db363fb23434a34986d12
BLAKE2b-256 01f4333d9cc4dfc33d61843ddb7ce8435f3dc641cf0e8cc9b34e92215bbc6c8f

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