package cbat-explicit-edge

  1. Overview
  2. Docs
VSA-based CFG edge reconstruction made in bap ecosystem

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
md5=f0cce621aba8c83277a54c11f7b3fc67

Description

This plugin is intended to utilize the results of value-set analysis to complete a program's CFG by replacing indirect jumps with direct ones where possible. It does this by replacing each indirect jump with a sequence of conditional direct jumps when the possible targets can be reduced to a sufficiently small number.

Published: 26 Oct 2018

Dependencies (3)

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

Dev Dependencies

None

Used by (1)

  1. cbat-tools

Conflicts

None