package binsec

  1. Overview
  2. Docs

doc/binsec.sse/Libsse/Types/Output/index.html

Module Types.OutputSource

Sourcetype format =
  1. | Bin
  2. | Dec
  3. | Hex
  4. | Ascii
Sourcetype t =
  1. | Model
  2. | Formula
  3. | Slice of (Expr.t * string) list
  4. | Value of format * Expr.t
  5. | Stream of string
  6. | String of {
    1. array : string option;
    2. offset : Expr.t;
    3. size : Expr.t option;
    }
Sourceval format_str : format -> string
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.