rusty-dex

Crates.iorusty-dex
lib.rsrusty-dex
version0.2.0
created_at2024-06-28 16:30:28.571092+00
updated_at2025-04-24 16:40:08.138094+00
description`rusty-dex` is a parser for DEX files
homepagehttps://github.com/rusty-rs/rusty-dex
repositoryhttps://github.com/rusty-rs/rusty-dex
max_upload_size
id1286837
size5,707,227
Julien Gamba (lukhio)

documentation

README

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.

Commit count: 252

cargo fmt