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

sawja-1.5.6.tar.bz2
md5=84821159591ad777da828e1f12beb865

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 Nov 2018

Dependencies (3)

  1. javalib >= "3.0" & <= "3.1"
  2. ocamlfind build
  3. ocaml >= "4.02" & < "5.0.0"

Dev Dependencies

None

Used by

None

Conflicts

None