package bap-primus-test

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

Install

Dune Dependency

Authors

Maintainers

Sources

v2.4.0.tar.gz
md5=b8b1aff8c6846f2213eafc54de07b304

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: 12 Dec 2021

Dependencies (3)

  1. bap-primus = "2.4.0"
  2. bap-std = "2.4.0"
  3. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (1)

  1. bap = "2.4.0"

Conflicts

None