pxb1988 / dex2jar

Tools to work with android .dex and java .class files
Apache License 2.0
12.37k stars 2.12k forks source link

Update ASM to 9.5, drop AsmBridge #591

Closed pxb1988 closed 1 year ago

pxb1988 commented 1 year ago

asm may introduce incompatible between versions, the api pass to ClassVisitor() is for compatible. i believe keep the api separately is better than global constant. as we can upgrade asm without touching/review all dex2jar codes.

AsmBridge is a tricky to 'Method Code too large', drop it.

cherry-pick 600f04ade396e51087041d3d3d23487ce7238866 from https://github.com/ThexXTURBOXx/dex2jar