ReDex

General

Category
Free
Tag
Dex
License
BSD License
Registered
Apr 13, 2016
Favorites
3
Link
https://github.com/facebook/redex
See also
redexer
dex2jar
Dex 65536
futuresimple/dex-method-counts
mihaip/dex-method-counts

Additional

Language
C++
Version
v2017.10.31 (Oct 31, 2017)
Created
Mar 24, 2016
Updated
Feb 5, 2024
Owner
Meta (facebook)
Contributors
Ben Bader (benjamin-bader)
rratmansky
Alexander (asm89)
Daniel Colascione (dcolascione)
Yossi Elkrief (MaTriXy)
Evelio Tarazona (eveliotc)
Sergey Ryabov (colriot)
VenomVendor
Delyan Kratunov (BurntBrunch)
andrewjcg
Dominik Gabi (dkgi)
David Reiss (dreiss)
Stepan Koltsov (stepancheg)
Unpublished
Austin Longino (longinoa)
Michał Gregorczyk (michalgr)
IanChilds
Ilya Zorin (geralt-encore)
Show all (153)153
Activity
Badge
Generate
Download
Source code

Advertisement

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 to understand how to contribute to this project.

License

The ReDex repository is available under the MIT License.