package mopsa

  1. Overview
  2. Docs
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation

Install

Dune Dependency

Authors

Maintainers

Sources

mopsa-analyzer-v1.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500

doc/abstraction/Abstraction/index.html

Module AbstractionSource

Sourcemodule Domain : sig ... end

Standard domains

Sourcemodule Functor : sig ... end

Signature of functors of standard domains

Sourcemodule Partitioning : sig ... end

Signature of partitioning domains. * * A partitioning domain lifts a domin D into a map K -> D, where K is the set * of partitioning keys. K should verify the following conditions: * - finite, * - defines a total order and * - there is no intersection between every pair of distinct keys. * * For the moment, we don't support modifying the partitioning keys during * lattice operation (join, meet and widening) * * BEWARE: partitioning during evaluations and reduced product is *NOT SUPPORTED AND UNSOUND*: * https://gitlab.com/mopsa/mopsa-analyzer/-/merge_requests/130#note_1833582309

Sourcemodule Simplified : sig ... end

Simplified domains

Sourcemodule Simplified_functor : sig ... end

Signature of functors of simplified domains

Sourcemodule Simplified_value : sig ... end

Simplified signature of a value abstraction.

Sourcemodule Stacked : sig ... end

Signature of stacked domains

Sourcemodule Stateless : sig ... end

Signature of stateless domains

Sourcemodule Value : sig ... end

Signature of a value abstraction.

Sourcemodule Value_functor : sig ... end

Signature of functors of value domains

OCaml

Innovation. Community. Security.