package bap-traces

  1. Overview
  2. Docs

Information about a tracer tool.

type t = {
  1. name : string;
    (*

    name of a tool

    *)
  2. args : string array;
    (*

    the tool arguments

    *)
  3. envp : string array;
    (*

    environment variables

    *)
  4. version : string;
    (*

    tool version

    *)
}
val __bin_read_t__ : (int -> t) Core_kernel.Bin_prot.Read.reader
val compare : t -> t -> int
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
OCaml

Innovation. Community. Security.