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.124.tar.gz (146.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.124-py3-none-any.whl (142.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: claripy-9.2.124.tar.gz
  • Upload date:
  • Size: 146.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for claripy-9.2.124.tar.gz
Algorithm Hash digest
SHA256 781659bdc93e22a0af4bbfb15768a501d7db568fbe4057508cccb5d7f4e62891
MD5 4e4c1a5e5b1d2873f0bc7b21d194263a
BLAKE2b-256 a8d02edcf834f960eabb72485b917618b9f50074865babc0dd6207dd0f57d527

See more details on using hashes here.

File details

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

File metadata

  • Download URL: claripy-9.2.124-py3-none-any.whl
  • Upload date:
  • Size: 142.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for claripy-9.2.124-py3-none-any.whl
Algorithm Hash digest
SHA256 4194fda9004208964c35738fdfc36dc8774580154d33ee3c9c2c653bda6ec54e
MD5 255af054217c350aa48ec4d0dd4958ad
BLAKE2b-256 87b302ea74ab8641d0300bbf1190a7c058197c00b55db39f5e709971527e361d

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