package sawja

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

Install

Dune Dependency

Authors

Maintainers

Sources

sawja-1.5.2.tar.bz2
md5=12afa3651ea39413d2cb0e1775f587c4

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: 29 Jul 2016

Dependencies (4)

  1. javalib >= "2.3.2" & <= "2.3.5"
  2. conf-perl build
  3. ocamlfind build
  4. ocaml >= "4.00" & < "4.06.0"

Dev Dependencies

None

Used by

None

Conflicts

None