The Wayback Machine - https://web.archive.org/web/20200711163401/https://github.com/facebook/redex
Skip to content
Branch: master
Go to file
Code

Latest commit

Andreas Gampe authored and facebook-github-bot committed dc8569e Jul 11, 2020
Summary: Refactor the parsing implementations to share common code.

Reviewed By: amnn

Differential Revision: D22462716

fbshipit-source-id: d361892279a4da148a0dc99e087701b8e6e4f618

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
m4
 
 
opt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

You can’t perform that action at this time.