package sawja

  1. Overview
  2. Docs
Sawja provides a high level representation of Java bytecode programs and static analysis tools

Install

Dune Dependency

Authors

Maintainers

Sources

v1.5.8.tar.gz
md5=f062e54b9837ca24cb74bf6cb0e85aa0

Description

Sawja is a library written in OCaml, relying on Javalib to provide a high level representation of Java bytecode programs. Its name stands for Static Analysis Workshop for JAva. Whereas Javalib is dedicated to isolated classes, Sawja handles bytecode programs with their class hierarchy and control flow algorithms. Moreover, Sawja provides some stackless intermediate representations of code, called JBir and A3Bir. The transformation algorithm, common to these representations, has been formalized and proved to be semantics-preserving.

Published: 08 Feb 2020

Dependencies (4)

  1. javalib >= "3.2.1" & < "3.3"
  2. conf-which build
  3. ocamlfind build
  4. ocaml >= "4.07" & < "5.0.0"

Dev Dependencies

None

Used by

None

Conflicts

None