package binsec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module S.Value

type t

Symbolic value

Creation

val constant : Binsec.Bitvector.t -> t
val var : Uid.t -> string -> int -> t
val ite : t -> t -> t -> t

Inspection

val is_symbolic : t -> bool
val is_zero : t -> Libsse.Types.trilean
OCaml

Innovation. Community. Security.