Android代码 一个轻量级的dex解析器

xin9707635 22 0 ZIP 2020-07-17 09:07:09

Dexer A useful library provides some operations doing on .dex file Download Please use JitPack. allprojects { repositories { ... maven { url "https://jitpack.io" } } } compile 'com.github.zjutkz:Dexer:1.3' Usage You should decode the .dex file first.Just construct the Dexer c

用户评论
请输入评论内容
评分:
暂无评论