| 接口 | 说明 |
|---|---|
| BaseDexFileReader | |
| CFG |
| 类 | 说明 |
|---|---|
| DexFileReader |
Open and read a dex file.this is the entrance of dex-reader. to read a dex/odex, use the following code:
DexFileVisitor visitor = new xxxFileVisitor();
DexFileReader reader = new DexFileReader(dexFile);
reader.accept(visitor);
|
| MultiDexFileReader |
| 枚举 | 说明 |
|---|---|
| InstructionFormat | |
| Op |