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
/*
Error: jadx.core.utils.exceptions.JadxRuntimeException: Unreachable block: B:9:0x001c
at jadx.core.dex.visitors.blocksmaker.BlockProcessor.modifyBlocksTree(BlockProcessor.java:248)
at jadx.core.dex.visitors.blocksmaker.BlockProcessor.processBlocksTree(BlockProcessor.java:52)
at jadx.core.dex.visitors.blocksmaker.BlockProcessor.visit(BlockProcessor.java:38)
at jadx.core.dex.visitors.DepthTraversal.visit(DepthTraversal.java:31)
at jadx.core.dex.visitors.DepthTraversal.visit(DepthTraversal.java:17)
at jadx.core.ProcessClass.process(ProcessClass.java:34)
at jadx.api.JadxDecompiler.processClass(JadxDecompiler.java:282)
at jadx.api.JavaClass.decompile(JavaClass.java:62)
*/
Using the master branch.
Ran as:
java -Xmx512M -Xms256M -jar simplify/build/libs/simplify.jar btpay-1.dex --max-address-visits 100000 --max-call-depth 150 --max-method-visits 10000000 --output btpay-dex-1-simplify-2.dex -ie | tee simplify-dex-1.log
Using jadx to decompile, I get errors such as
The attached archive contains the original .dex, the simplified.dex and the simplify log
https://drive.google.com/file/d/1DO2vDddorcNPItxJ9MITVTrHU7yLlgda/view?usp=sharing
The text was updated successfully, but these errors were encountered: