rusty-dex 0.2.0

`rusty-dex` is a parser for DEX files
Documentation

DEXParser

GitHub Actions Workflow Status Crates.io Version docs.rs

Rust parser for DEX files

About

The DEX file contains the bytecode of Android applications. This crate provides methods to extract and parse them.

Current status

The parser can handle most of the DEX standard (see this issue for the up-to-date details). The API is under active development and might change.