Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 316 Bytes

File metadata and controls

8 lines (6 loc) · 316 Bytes

Abstract-Interpretation

This project does static analysis on a java bytecode.
It will predict, using bounded abstract interpretation, if there exist an input which can cause a method to throw an exception.
It does this until it reaches a fixpoint.

tools used: https://github.com/kalhauge/jvm2json