Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facebook/redex
A bytecode optimizer for Android apps
https://github.com/facebook/redex
Last synced: about 1 month ago
JSON representation
A bytecode optimizer for Android apps
- Host: GitHub
- URL: https://github.com/facebook/redex
- Owner: facebook
- License: mit
- Created: 2016-03-24T18:26:35.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:35:02.000Z (7 months ago)
- Last Synced: 2024-04-14T11:11:58.839Z (7 months ago)
- Language: C++
- Homepage: https://fbredex.com/
- Size: 38.9 MB
- Stars: 5,984
- Watchers: 226
- Forks: 652
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://github.com/facebook/redex/blob/master/CONTRIBUTING.md) to understand how to contribute to this project.
## License
The ReDex repository is available under the [MIT License](https://github.com/facebook/redex/blob/master/LICENSE).