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

1.5.12.tar.gz
md5=976596585cf588c7a5ae21bf8e42756a
sha512=4f68860b85f5ff41c62ac63642afcefc05da0f47fab5efc8f6d96e9750fb827bdf8824da7493f85d4d7e6e9ba146c8cc3a26c71c66f1644692de17efa4b87561

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: 25 Jan 2023

Dependencies (3)

  1. javalib >= "3.2.2" & < "3.3"
  2. ocamlfind build
  3. ocaml >= "4.08"

Dev Dependencies

None

Used by

None

Conflicts

None