package mopsa

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mopsa-analyzer-v1.2.tar.gz
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa

doc/mopsa.mopsa_analyzer/Mopsa_analyzer/Languages/C/Common/Points_to/index.html

Module Common.Points_to

Common constructs for points-to evaluations.

type points_to =
  1. | P_fun of Lang.Ast.c_fundec
  2. | P_block of Base.base * MopsaLib.expr * MopsaLib.mode option
    (*

    strong or weak

    *)
  3. | P_null
  4. | P_invalid
  5. | P_top
val mk_c_points_to_bloc : Base.base -> MopsaLib.expr -> MopsaLib.mode option -> points_to
val mk_c_points_to_null : points_to
val mk_c_points_to_invalid : points_to
val mk_c_points_to_fun : Lang.Ast.c_fundec -> points_to
val mk_c_points_to_top : points_to
val pp_points_to : Format.formatter -> points_to -> unit
val compare_points_to : points_to -> points_to -> int
type MopsaLib.query +=
  1. | Q_c_points_to : MopsaLib.expr -> ('a0, points_to) MopsaLib.query
module PointsToSet : sig ... end
module PointsToMap : sig ... end
OCaml

Innovation. Community. Security.