| Package | Description |
|---|---|
| soot.dexpler |
| Modifier and Type | Method and Description |
|---|---|
protected DexAnnotation |
DexClassLoader.createDexAnnotation(SootClass clazz,
IInitialResolver.Dependencies deps)
Allow custom implementations to use different dex annotation implementations
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DexClassLoader.loadField(SootClass declaringClass,
DexAnnotation annotations,
org.jf.dexlib2.iface.Field sf)
Loads a single field from a dex file
|
protected void |
DexClassLoader.loadMethod(org.jf.dexlib2.iface.Method method,
SootClass declaringClass,
DexAnnotation annotations,
DexMethod dexMethodFactory)
Loads a single method from a dex file
|
Copyright © 2020 Soot OSS. All rights reserved.