package bap-primus-test

  1. Overview
  2. No Docs
BAP Primus Testing and Program Verification module

Install

Dune Dependency

Authors

Maintainers

Sources

v1.6.0.tar.gz
md5=0ccf6571613c0666a37d154c7f70af4f

Description

With Primus Test Framework program analysis could be implemented as a set of simple tests written in Primus Lisp language. The framework provides an unified incident reporting facility for generalized problem reporting. The framework comes with a couple of analysis on board as a showcase.

Memcheck - a memory checker that detects vioalations of memory management discipline, such as use-after-free, double free, and corrupted free.

Check Returned Value - verifies that a program is addressing all possible outcomes of certain API calls, e.g., checks return values, error codes, etc.

Published: 10 Apr 2019

Dependencies (3)

  1. bap-primus = "1.6.0"
  2. bap-std = "1.6.0"
  3. ocaml >= "4.04.1" & < "4.08.0"

Dev Dependencies

None

Used by (1)

  1. bap = "1.6.0"

Conflicts

None