MokaPot
MokaPot is a Java byte code analysis library to facilitate my research.
[!NOTE] This project is in an early development stage and stability is not the current focus. I will add the documentation stuff when the basic functionalities are ready for use.
Usage
Adding the dependency
To use the latest development version, add the following line to the [dependencies]
section in your Cargo.toml
.
= { = "https://github.com/henryhchchc/mokapot.git" }
Before building your project, run cargo update
to fetch the latest commit.
Parsing a class
use ClassParser;
let mut reader: Reader = todo!;
let class = new.parse?;