package bap-traces

  1. Overview
  2. Docs

a system call

type t = {
  1. number : int;
    (*

    system call number

    *)
  2. args : Bap.Std.word array;
    (*

    arguments passed to a system call

    *)
}
include sig ... end
val __bin_read_t__ : (int -> t) Core_kernel.Std.Bin_prot.Read.reader
val compare : t -> t -> int
val args : t -> Bap.Std.word array
val number : t -> int
module Fields : sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.