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.0.tar.gz
md5=9f673f79708b44a7effb3b6bb3618d2c
sha512=cb91cb428e43a22f1abbcb8219710d0c10a5b3756d0da392d4084b3b3a6157350776c596983e63def344f617d39964e91f244f60c07958695ee5c8c809a9f0f4

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) Core.Cases.cases
module PointsToSet : sig ... end
module PointsToMap : sig ... end
OCaml

Innovation. Community. Security.