package binsec

  1. Overview
  2. Docs

doc/binsec_cli_xtrasec/Binsec_cli_xtrasec/Xtrasec_options/Concretize_mem/index.html

Module Xtrasec_options.Concretize_memSource

type t = [
  1. | `No
  2. | `Exact
  3. | `Approximate of int
]
val set : t -> unit
val get : unit -> t
val is_set : unit -> bool
val is_default : unit -> bool