GitXplorerGitXplorer
f

redex

public
6021 stars
653 forks
81 issues

Commits

List of commits on branch main.
Unverified
e02376204dc29dd92302827b0ed755412fe16394

Bolster cross_store_reference check for init inlining

committed 2 hours ago
Unverified
9b6c0041e420ee0196ad54a578739b473572dfcc

Make hot->cold a violation within a basic block

committed a day ago
Unverified
6e62dc661a06da235a6ff1f3b707bf8686b69e1b

fixing bug in type demand computation

committed 6 days ago
Unverified
ecc50092045ef831364687e02f65d2e5704aed21

Work around ModelGen in TypedefAnnoChecker

iitang00 committed 7 days ago
Unverified
f5542adcab9ca599cce1cb1bb6c965540399e6f6

Re-enable the optimization for boost > 1.86

aarthaud committed 9 days ago
Unverified
def5b01296b838bc57723b555991bd706524d68a

Patch Java setters

iitang00 committed 10 days ago

README

The README file for this repository.

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.