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

sshyran/redex

This branch is 2687 commits behind facebook/redex:main.

Folders and files

NameName
Last commit message
Last commit date
May 27, 2021
Dec 28, 2021
Dec 28, 2021
Mar 3, 2021
Dec 28, 2021
Apr 1, 2021
Jan 20, 2022
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021
Feb 8, 2022
Jan 7, 2022
Jan 26, 2018
Feb 8, 2022
Dec 28, 2021
Dec 28, 2021
Feb 8, 2022
Dec 28, 2021
Dec 28, 2021
Feb 8, 2022
Jan 27, 2022
Jan 7, 2022
Dec 28, 2021
Feb 6, 2018
Jan 20, 2021
Feb 22, 2019
Aug 2, 2021
Dec 21, 2021
Mar 9, 2020
Dec 28, 2021
Aug 30, 2019
Jun 25, 2018
Feb 22, 2019
Dec 28, 2021
Jan 28, 2022
Dec 15, 2021
Jul 22, 2020
Dec 28, 2021
Dec 28, 2021
Nov 16, 2021
Feb 22, 2019
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021
Feb 4, 2022
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021

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

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.6%
  • Java 4.7%
  • Python 4.2%
  • C 0.8%
  • M4 0.6%
  • Makefile 0.4%
  • Other 0.7%