# 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]
```