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/reduction/Reduction/Exec/index.html

Module Reduction.ExecSource

Signature of reduction rules for product post-states

Reduction manager

Sourcetype 'a exec_reduction_man = {
  1. get_man : 't. 't Core.All.id -> ('a, 't) Core.All.man;
    (*

    Get the manger of a domain

    *)
}

Manager used by reduction rules

Signature

Sourcemodule type EXEC_REDUCTION = sig ... end

Registration

Sourceval register_exec_reduction : (module EXEC_REDUCTION) -> unit

Register a new exec reduction

Sourceval find_exec_reduction : string -> (module EXEC_REDUCTION)

Find an exec reduction by its name

Sourceval exec_reductions : unit -> string list

List all exec reductions

OCaml

Innovation. Community. Security.