package binsec

  1. Overview
  2. Docs

doc/binsec.sse/Libsse/Types/module-type-VALUE/index.html

Module type Types.VALUESource

type t

Symbolic value

type id
type state
val kind : t value

Creation

val constant : Binsec.Bitvector.t -> t
val var : id -> string -> int -> t
val unary : unary operator -> t -> t
val binary : binary operator -> t -> t -> t
val ite : t -> t -> t -> t

Inspection

val is_symbolic : t -> bool
val is_zero : t -> trilean
OCaml

Innovation. Community. Security.