Caleb Fenton
Caleb Fenton
No problem bro. I'll just need _something_ to reproduce the issue, debug it, and fix it.
Thanks for the issue. I think you have enough here to try and reproduce. Btw, what version of jadx are you using? My day job is keeping me pretty busy,...
I'll need the file hash and how you executed simplify at minimum to reproduce. File would be better.
I'll also need how you executed simplify at minimum to reproduce. While this is a valid issue, and is probably surfacing a valid bug, simplify is _unlikely_ to help you...
Can you point out a class which uses string encryption? That _should_ be simplify-able.
The array of base64 encoded strings looks like a certificate. It's used in `Lcom/ge/commonframework/c/b;->a(Ljava/security/cert/X509Certificate;)Z` to verify if the cert is trusted. If they're cert contents, they're not really encrypted and...
If you don't mind, I'm going to leave this open since I have everything to repro and it's probably a legit bug.
Also, to disable cert pinning, check out https://github.com/Fuzion24/JustTrustMe
The problem is the `Lc/x;` class is an Enum with an unusual ``. Enums normally have a `` that assigns some literals to instance fields, e.g. `this.MONDAY = "Monday"`. Smalivm...
Here's a good test case for once this is implemented: https://github.com/CalebFenton/simplify/issues/99