| Package | Description |
|---|---|
| soot.dexpler |
| Modifier and Type | Method and Description |
|---|---|
DexFileProvider.DexContainer<? extends org.jf.dexlib2.iface.DexFile> |
DexFileProvider.getDexFromSource(File dexSource,
String dexName)
Returns the first dex file with the given name found in the given dex source
|
| Modifier and Type | Method and Description |
|---|---|
List<DexFileProvider.DexContainer<? extends org.jf.dexlib2.iface.DexFile>> |
DexFileProvider.getDexFromSource(File dexSource)
Returns all dex files found in dex source sorted by the default dex prioritizer
|
List<DexFileProvider.DexContainer<? extends org.jf.dexlib2.iface.DexFile>> |
DexFileProvider.getDexFromSource(File dexSource,
Comparator<DexFileProvider.DexContainer<? extends org.jf.dexlib2.iface.DexFile>> prioritizer)
Returns all dex files found in dex source sorted by the default dex prioritizer
|
| Modifier and Type | Method and Description |
|---|---|
List<DexFileProvider.DexContainer<? extends org.jf.dexlib2.iface.DexFile>> |
DexFileProvider.getDexFromSource(File dexSource,
Comparator<DexFileProvider.DexContainer<? extends org.jf.dexlib2.iface.DexFile>> prioritizer)
Returns all dex files found in dex source sorted by the default dex prioritizer
|
Copyright © 2020 Soot OSS. All rights reserved.