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 state
val constant : Binsec.Bitvector.t -> t
val lookup : Var.t -> state -> t
val read : addr:t -> int -> Binsec.Machine.endianness -> state -> t * state
val select : string -> addr:t -> int -> Binsec.Machine.endianness -> state -> t * state
val unary : unary operator -> t -> t
val binary : binary operator -> t -> t -> t
val ite : t -> t -> t -> t
val eval : Expr.t -> state -> t
OCaml

Innovation. Community. Security.