mokapot 0.25.0

A library for analyzing and manipulating JVM bytecode
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# MokaPot Examples

This directory contains example applications that demonstrate how to use the Mokapot library for JVM bytecode analysis and manipulation. Each example showcases different features of the library and provides a practical reference for common tasks.

## Available Examples

- [**disassembler**]disassembler/ - A Java class file disassembler similar to the `javap` tool.

## Running the Examples

To run an example, use the following command from the project root:

```sh
cargo run --example <example-name> -- [arguments]
```