You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new version of jadx is decompiled every time. Many methods fail to decompile. The decompiler is not yet as user-friendly as 1.2.0. The more you do, the more garbage you become
Yeah, looks like Unreachable block error quite often now. Will try to fix this with top priority
/* JADX ERROR: JadxRuntimeException in pass: BlockProcessor jadx.core.utils.exceptions.JadxRuntimeException: Unreachable block: B:67:0x014b at jadx.core.dex.visitors.blocks.BlockProcessor.checkForUnreachableBlocks(BlockProcessor.java:81) at jadx.core.dex.visitors.blocks.BlockProcessor.processBlocksTree(BlockProcessor.java:47) at jadx.core.dex.visitors.blocks.BlockProcessor.visit(BlockProcessor.java:39) */
Yes, it needs to be resolved. A basic 30% -50% method for an app cannot be decompiled. You can refer to the mt manager and Jeb's GDA decompiler to make modifications. The best currently used decompilers are Jeb and GDA. Their decompiler can successfully decompile.
The new version of jadx is decompiled every time. Many methods fail to decompile. The decompiler is not yet as user-friendly as 1.2.0. The more you do, the more garbage you become
Issue details
The new version of jadx is decompiled every time. Many methods fail to decompile. The decompiler is not yet as user-friendly as 1.2.0. The more you do, the more garbage you become
Relevant log output or stacktrace
Provide sample and class/method full name
https://www.whatsapp.com/download
Jadx version
No response
The text was updated successfully, but these errors were encountered: