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/Framework/Engines/Interactive/Engine/Make/index.html

Module Engine.Make

Parameters

Signature

module Interface : sig ... end
type t = Toplevel.t
val debug : ('a, Format.formatter, unit, unit) format4 -> 'a

Actions on the abstract domain

**********************************

type xaction =
  1. | Action : 'a return_action -> xaction
val action_range : 'a. 'a return_action -> Mopsa_utils.Core.Location.range

Get the program location related to an action

val interface_action : 'a return_action -> Action.action

Interaction detection

*************************

val is_new_loc_action : 'a. Interactive.Interface.state -> 'a return_action -> bool
val is_range_breakpoint : unit -> bool
val is_function_breakpoint : unit -> bool

Test if there is a breakpoint at a given function

val is_named_breakpoint : string -> bool
val is_alarm_breakpoint_active : unit -> bool
val is_interaction_point : Interactive.Interface.state -> 'a return_action -> bool
val get_new_alarms : 'a return_action -> 'a -> Core.Alarm.AlarmSet.t

Environment database

val envdb : t Envdb.envdb ref

Interactive engine

**********************

val apply_action : 'a. 'a return_action -> t Core.All.flow -> 'a

Apply an action on a flow and return its result

val interact : 'a. 'a return_action -> t Core.All.flow -> 'a

Wait for user input and process it

val interact_or_apply_action : 'a. 'a return_action -> Mopsa_utils.Core.Location.range -> t Core.All.flow -> 'a

Interact with the user input or apply the action

Engine functions

********************

OCaml

Innovation. Community. Security.