Expand description
Welcome to MokaPot, a library to facilitate the analysis of JVM bytecode.
§Features
jar(enabled by default) — Enables loading classes from.jarfilespetgraph(enabled by default) — Enables the analyses of control flow graphs withpetgraph.
§Experimental APIs
The following features are experimental and the APIs are unstable. The APIs provided by these features may undergo breaking changes from time to time.
unstable— All the experimental APIsunstable-bytecode-generation— Generate JVM bytecode from MokaPot data structures.unstable-moka-ir— Moka IR. A register-based, SSA intermediate representation.unstable-fixed-point-analyses— Fixed-point analysis frameworkunstable-project-analyses— Project-wide analyses APIs