nitram84
nitram84
Thank you very much! This helps a lot e.g. to test libraries used in apps or to perform whitebox tests without using an akp.
Hi @mstrobel, the stackoverflow occurs when decompiling the class "org.springframework.transaction.interceptor.TransactionAspectSupport". This bug is already fixed in the "post-java8-features" branch. Once this branch is merged, this issue could be resolved as...
It is not the correct version, but it must be this method: method C6() in class "b.onq" of https://apkpure.com/bumble-dating-friends-app/com.bumble.app/download/3062-APK-3f01a23cd16309faf2049d15a192fdf9 (version 5.324.0, APK variant).
One of the open questions of this issue is, how can we find the corresponding sources. If jadx knows the dependencies and their exact versions, this would be much easier...
What about skipping this class, but analyzing it during gradle export and generate all non-standard buildConfigFields in build.gradle? Wouldn't this be the best option? Is there a sample app to...
Hi @skylot Thank you for your answer! Before you start investigating this issue, I should provide more details about android sdk constants and the related "R.styleable"-issue. Let's take my first...
Thank you for your deeper analysis! With your information I would now argue for using fake field info to add new constants to `ConstStorage`: - a lot of constants with...
Thank you very much for your work. All constants in `R.styleable` arrays are now resolved, so I can continue investigating the `declare-styleable` problem. I'll try to write and provide a...
Hi @skylot, > Indeed, we can use that to restore constant names, but it will require adding info about all const fields from android.jar 🤣 I did that and I...
Thank you too. Your changes for this issue helped be to implement this. I think the plugin part with the sdk rules should be usable for everyone without drawbacks. If...