| Package | Description |
|---|---|
| qilin.core | |
| qilin.core.pag |
| Modifier and Type | Method and Description |
|---|---|
protected ContextVarNode |
CorePTA.parameterize(LocalVarNode vn,
Context context) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<VarNode,Map<Context,ContextVarNode>> |
PAG.contextVarNodeMap |
| Modifier and Type | Method and Description |
|---|---|
ContextVarNode |
PAG.findContextVarNode(SootMethod m,
Local baseValue,
Context context)
Finds the ContextVarNode for base variable value and context context, or returns null.
|
ContextVarNode |
PAG.makeContextVarNode(VarNode base,
Context context)
Finds or creates the ContextVarNode for base variable base and context.
|
| Modifier and Type | Method and Description |
|---|---|
Map<VarNode,Map<Context,ContextVarNode>> |
PAG.getContextVarNodeMap() |
Copyright © 2024 Soot OSS. All rights reserved.