package binsec

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

Symbolic value

val constant : Binsec.Bitvector.t -> t
val lookup : Libsse.Types.Var.t -> t -> t
val read : addr:t -> int -> Binsec.Machine.endianness -> t -> t * t
val select : string -> addr:t -> int -> Binsec.Machine.endianness -> t -> t * t
val ite : t -> t -> t -> t
val eval : Libsse.Types.Expr.t -> t -> t