Skip to content
/ redex Public
forked from facebook/redex

A bytecode optimizer for Android apps

License

Notifications You must be signed in to change notification settings

r-barnes/redex

 
 

Repository files navigation

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.

About

A bytecode optimizer for Android apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.7%
  • Java 5.0%
  • Python 3.7%
  • Rust 1.4%
  • C 0.5%
  • M4 0.5%
  • Other 1.2%