package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Undefined
  2. | Unimplemented
  3. | Unsupported of {
    1. read : Dba.LValue.t list;
    2. write : Dba.LValue.t list;
    3. goto : Virtual_address.t;
    }
  4. | Precise of (Dba.address * Dba.Instr.t) list
OCaml

Innovation. Community. Security.