# redex **Repository Path**: mirrors/redex ## Basic Information - **Project Name**: redex - **Description**: ReDex 是 Facebook 开发的一个 Android 字节码的优化工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-08-04 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReDex: An Android Bytecode Optimizer ReDex is an Android bytecode (dex) optimizer originally developed at Facebook. It provides a framework for reading, writing, and analyzing .dex files, and a set of optimization passes that use this framework to improve the bytecode. An APK optimized by ReDex should be smaller and faster than its source. Go to https://fbredex.com for full documentation. ## Contributions See [CONTRIBUTING.md](https://github.com/facebook/redex/blob/master/CONTRIBUTING.md) to understand how to contribute to this project. ## License The ReDex repository is available under the [MIT License](https://github.com/facebook/redex/blob/master/LICENSE).