标签:map dex pfile src 分享 zip mapped log roi
Android 利用反射找到包下面所有的类
Android下其实有一个DexFile的东西,利用它我们可以很好的找到包下面所有的类
什么是DexFile?
官方的说明是这样的:
Manipulates DEX files. The class is similar in principle to ZipFile. It is used primarily by class loaders.
Note we don‘t directly open and read the DEX file here. They‘re memory-mapped read-only by the VM.
直接上代码:
下面是使用:
标签:map dex pfile src 分享 zip mapped log roi
原文地址:http://www.cnblogs.com/fwling/p/6016782.html