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
P.S. You refer to not smali but raung code :) Raung is my project similar to smali but for java bytecode.
And looks like this code also cause an issue in raung code, i.e:
Turns out issue was caused by a weird catch table, i.e. one instruction can have several exception handlers with same type. For more general case: one exception handler can shadow others by wider type. I added a check to fix such cases (by removing shadowed handlers), so this issue is fixed now.
decompilation error in class ProviderFactory of simplexml (simple-xml-2.7.1.jar.zip)
decompilation java code
decompilation smali code
as you can see :L2 is not in java code
my jadx :
jadx version: 1.3.2
Java VM: OpenJDK 64-Bit Server VM
Java version: 17.0.2
The text was updated successfully, but these errors were encountered: