-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] "IF instruction can be used only in fallback mode" error #843
Comments
I checked with JEB 3.11.1 to see if any incongruities were reported. It does not seem to be the case.
|
@skylot /* JADX WARN: Failed to insert an additional move for type inference into block B:49:0x0057 */
/* JADX WARN: Failed to insert an additional move for type inference into block B:47:0x0057 */
/* JADX WARN: Failed to insert an additional move for type inference into block B:53:0x0057 */
/* JADX INFO: additional move instructions added (1) to help type inference */
/* JADX WARN: Type inference failed for: r0v1 */
/* JADX WARN: Type inference failed for: r0v2 */
/* JADX WARN: Type inference failed for: r0v3 */
/* JADX WARN: Type inference failed for: r0v4, types: [java.util.HashMap] */
/* JADX WARN: Type inference failed for: r0v11 */
/* JADX WARN: Type inference failed for: r0v12, types: [java.io.Closeable] */
/* JADX WARN: Type inference failed for: r0v14 */
/* JADX WARNING: Multi-variable type inference failed */ But the method is at least present |
@jackwpa actually a problem here in variable types. In JEB code check @sergey-wowwow I just made I fix for regression, but there are still some issues like |
Hi, class
com.uc.base.util.file.c
Decompiled code
APK: https://drive.google.com/file/d/1ALQhK675Y2GTFK-aExkzD_V8wAApSBaH/view?usp=sharing
The text was updated successfully, but these errors were encountered: