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/c_common/C_common/Common/Points_to/index.html

Module Common.Points_toSource

Common constructs for points-to evaluations.

Sourcetype points_to =
  1. | P_fun of C_lang.Lang.Ast.c_fundec
  2. | P_block of C_common__.Base.base * Mopsa.expr * Mopsa.mode option
    (*

    strong or weak

    *)
  3. | P_null
  4. | P_invalid
  5. | P_top
Sourceval mk_c_points_to_bloc : C_common__.Base.base -> Mopsa.expr -> Mopsa.mode option -> points_to
Sourceval mk_c_points_to_null : points_to
Sourceval mk_c_points_to_invalid : points_to
Sourceval mk_c_points_to_fun : C_lang.Lang.Ast.c_fundec -> points_to
Sourceval mk_c_points_to_top : points_to
Sourceval pp_points_to : Stdlib.Format.formatter -> points_to -> unit
Sourceval compare_points_to : points_to -> points_to -> int
Sourcetype Mopsa.query +=
  1. | Q_c_points_to : Mopsa.expr -> ('a0, points_to) Mopsa.query
Sourceval resolve_pointer : Mopsa.expr -> ('a, 'b) Mopsa.man -> 'a Core.Flow.flow -> ('a, points_to) Mopsa.Cases.cases
module PointsToSet : sig ... end
module PointsToMap : sig ... end
OCaml

Innovation. Community. Security.