package bap-microx

  1. Overview
  2. Docs
A micro execution framework

Install

Dune Dependency

Authors

Maintainers

Sources

v2.5.0.tar.gz
sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174
md5=5abd9b3628b43f797326034f31ca574f

doc/bap-microx/Microx_concretizer/index.html

Module Microx_concretizer

type policy = [
  1. | `Random
  2. | `Fixed of int64
  3. | `Interval of int64 * int64
]
val sexp_of_policy : policy -> Ppx_sexp_conv_lib.Sexp.t
class 'a main : ?memory:(Bap.Std.addr -> Bap.Std.word option) -> ?lookup:(Bap.Std.var -> Bap.Std.word option) -> ?random_seed:int -> ?reg_policy:policy -> ?mem_policy: policy -> unit -> 'a Bap.Std.expi

expression interpreter that never halts due to an unknown value.

OCaml

Innovation. Community. Security.