| Package | Description |
|---|---|
| qilin.core.builder | |
| qilin.core.pag | |
| qilin.pta.toolkits.conch | |
| qilin.util |
Generally useful utility classes for Soot.
|
| Modifier and Type | Field and Description |
|---|---|
protected MethodPAG |
MethodNodeFactory.mpag |
| Constructor and Description |
|---|
MethodNodeFactory(PAG pag,
MethodPAG mpag) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<MethodPAG,Set<Context>> |
PAG.addedContexts |
protected Map<SootMethod,MethodPAG> |
PAG.methodToPag |
| Modifier and Type | Method and Description |
|---|---|
MethodPAG |
PAG.getMethodPAG(SootMethod m) |
| Modifier and Type | Method and Description |
|---|---|
Map<MethodPAG,Set<Context>> |
PAG.getMethod2ContextsMap() |
| Modifier and Type | Method and Description |
|---|---|
SMPAG |
AbstractConch.getSMAPG(MethodPAG mpag) |
| Constructor and Description |
|---|
SMPAG(MethodPAG srcmpag) |
| Modifier and Type | Method and Description |
|---|---|
static LocalVarNode |
PTAUtils.paramToArg(PAG pag,
Stmt invokeStmt,
MethodPAG srcmpag,
VarNode pi) |
Copyright © 2024 Soot OSS. All rights reserved.