1. 首页
  2. 移动开发
  3. 其他
  4. Android代码 一个轻量级的dex解析器

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

上传者: 2020-07-17 09:34:09上传 ZIP文件 816.16KB 热度 25次
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
下载地址
用户评论