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.3.tar.bz2
md5=25ff421a3f932881234ed5b05b94ac8d

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: 07 Mar 2018

Dependencies (5)

  1. extlib-compat >= "1.7.0"
  2. javalib >= "2.3.4" & <= "2.3.5"
  3. conf-perl build
  4. ocamlfind build
  5. ocaml >= "4.02" & < "5.0.0"

Dev Dependencies

None

Used by

None

Conflicts

None