redex
redex copied to clipboard
A bytecode optimizer for Android apps
Hi there! The Docusaurus team is currently developing Docusaurus 2 and are almost done with an MVP that doesn't include translations and versioning features, which means there's feature parity with...
We noticed a huge spike in crash-rate for our first launch with the redex optimized apk. We are still investigating the root cause, but I wanted to know if you...
I am an android developer. I see that commit contains the information that 037 is supported by redex. Is 037 supported by redex now?
Manifest contains: `` and inside resources.arsc there is: `false` In file RedexResources.cpp function get_bool_attribute_value() redex asserts read value to be TYPE_INT_BOOLEAN instead of checking the value it references in case...
There's no documentation that to use libredex you need to instantiate a `RedexContext` and set the global `g_redex` to it. This should at least be documented, or refactored around. At...
I encountered a error when used redex with following error message: Using config (default) Using binary (default) Extracting apk... Detected dex mode Api21DexMode Unpacking dex files Detecting Application Modules Unpacking...
how to config cold start class and cold start method? Could someone give a example about them?Thanks
The optimization passes ReBindRefs and Unterface do not use the can_\* functions of ReachableClasses and could potentially modify classes that are protected in the ProGuard configuration.
on mac osx, I can't link the 4 integ tests without hacking. I think we need to link some individual objects in opt. I made a patch here. does it...
Instead of forcing people to input an .apk as an argument, there could also be an option to pass a `classes.dex` file in place of the .apk. Some build systems...