Skip to content

kami-lang/madex-redex

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Aug 8, 2024
Aug 9, 2024
Oct 17, 2023
Oct 23, 2024
Jun 23, 2023
Jan 24, 2024
Dec 28, 2021
Apr 1, 2021
Sep 19, 2022
Dec 28, 2021
Sep 5, 2024
Nov 1, 2024
Oct 22, 2024
Jan 26, 2018
Nov 1, 2024
May 22, 2024
Oct 4, 2024
Oct 31, 2024
Jul 17, 2023
Oct 23, 2024
Oct 29, 2024
Aug 23, 2024
Apr 14, 2024
Oct 16, 2024
Feb 6, 2018
Nov 14, 2023
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
Oct 23, 2024
Sep 28, 2024
Nov 18, 2022
Dec 28, 2021
Mar 8, 2024
Jul 19, 2024
Feb 22, 2019
May 5, 2023
Nov 23, 2022
Jan 4, 2024
Aug 30, 2024
Apr 19, 2022
Dec 28, 2021
Jan 10, 2024

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.

Packages

No packages published

Languages

  • C++ 87.9%
  • Java 5.0%
  • Python 3.7%
  • Rust 1.3%
  • M4 0.5%
  • C 0.4%
  • Other 1.2%