| Package | Description |
|---|---|
| jeb.api.dex |
This package contains classes representing the DEX file opened in JEB.
|
| Modifier and Type | Method and Description |
|---|---|
DexMethod |
Dex.addMethodReference(java.lang.String signature)
Create or retrieve a new method reference.
|
DexMethod |
Dex.getMethod(int index)
Get a method description by index.
|