dex2jar icon indicating copy to clipboard operation
dex2jar copied to clipboard

jar转dex时报错

Open cjycjw opened this issue 2 years ago • 1 comments

EXCEPTION FROM SIMULATION: local variable type mismatch: attempt to set or access a value of type java.lang.Object using a local variable of type int. This is symptomatic of .class transformation tools that ignore local variable information.

...at bytecode offset 00000032 locals[0000]: Lcom/qq/e/ads/nativ/NativeExpressAD; locals[0001]: I locals[0002]: Ljava/util/List; stack[top0]: type{java.lang.Object} classes.jar.zip

...while working on block 0032 ...while working on method loadAD:(ILcom/qq/e/comm/constants/LoadAdParams;)V ...while processing loadAD (ILcom/qq/e/comm/constants/LoadAdParams;)V ...while processing com/qq/e/ads/nativ/NativeExpressAD.class

1 error; aborting

cjycjw avatar Aug 20 '21 08:08 cjycjw

This issue is maybe fixed on my branch: https://github.com/ThexXTURBOXx/dex2jar

Download available here

ThexXTURBOXx avatar Aug 23 '21 23:08 ThexXTURBOXx