#dex #file #string #dex-parser

rusty-dex

rusty-dex is a parser for DEX files

2 unstable releases

Uses new Rust 2024

new 0.2.0 Apr 24, 2025
0.1.0 Jun 28, 2024

#5 in #dex

Download history 1/week @ 2024-12-26 7/week @ 2025-01-02 6/week @ 2025-01-09 4/week @ 2025-02-27

90 downloads per month

Apache-2.0

4.5MB
3K SLoC

Contains (APK file, 5.5MB) tests/multidex.apk

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.

Dependencies

~9.5MB
~161K SLoC