redex icon indicating copy to clipboard operation
redex copied to clipboard

A bytecode optimizer for Android apps

Results 90 redex issues
Sort by recently updated
recently updated
newest added

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?

enhancement

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...

bug

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...

help wanted
documentation

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...

bug
help wanted

how to config cold start class and cold start method? Could someone give a example about them?Thanks

question

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.

P3
shrinking

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...

enhancement

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...

enhancement