Commit Graph

7 Commits

Author SHA1 Message Date
Bob Pan
17ae98fe74
Update ASM to 9.5, drop AsmBridge (#591)
* Update ASM to 9.5, drop AsmBridge

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 600f04ade3 from https://github.com/ThexXTURBOXx/dex2jar

* upgrade to new asm api

---------

Co-authored-by: Nico Mexis <nico.mexis@kabelmail.de>
2023-08-30 21:25:55 +08:00
Bob Pan
ffd6e395b8 fix build error 2018-04-02 18:19:23 +08:00
Bob Pan
c4bec2d2ec update dx from 1.7 to 23.0.0
--HG--
branch : 2.x
2015-09-27 03:39:14 +08:00
Bob Pan
1fe0c23a1e fix crash on jasmin
--HG--
branch : 2.x
2015-04-28 21:56:38 +08:00
Bob Pan
26a9680e7d update asm to 5.0.3
fix jasmin bug

--HG--
branch : 2.x
2015-02-19 00:58:41 +08:00
Bob Pan
fd9f503c22 mark dx as test compile
--HG--
branch : 2.x
2014-12-14 17:20:45 +08:00
Bob Pan
092b7b48ba merge code 2.x
--HG--
branch : 2.x
2014-07-21 22:11:55 +08:00