package bap-trivial-condition-form

  1. Overview
  2. No Docs
Eliminates complex conditionals in branches

Install

Dune Dependency

Authors

Maintainers

Sources

v1.5.0.tar.gz
md5=9eed04fda6610dd4a8aa83948abfffc3

Description

Ensures that all branching conditions are either a variable or a constant. We call such representation a Trivial Condition Form (TCF). During the translation all complex condition expressions are hoisted into the assignemnt section of a block.

Published: 26 Oct 2018

Dependencies (2)

  1. bap-std = "1.5.0"
  2. ocaml >= "4.03" & < "4.06"

Dev Dependencies

None

Used by (1)

  1. bap = "1.5.0"

Conflicts

None