package bap-std

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

Expression Language Interpreter.

An extensible interpreter for BIL expressions.

Note: before diving into the deepness of Expi module consider Exp.eval function, that expose an easy interface to concrete evaluation of expressions.

Expi implements an operational semantics described in [1].

@see <https://github.com/BinaryAnalysisPlatform/bil/releases/download/v0.1/bil.pdf> [1]: BIL Semantics.

class context : object ... end

Context for expression evaluation.

class 'a t : object ... end

Expression interpreter.

OCaml

Innovation. Community. Security.