| Package | Description |
|---|---|
| qilin.core.pag | |
| qilin.pta.toolkits.selectx |
| Modifier and Type | Method and Description |
|---|---|
GlobalVarNode |
PAG.findGlobalVarNode(Object value)
Finds the GlobalVarNode for the variable value, or returns null.
|
GlobalVarNode |
PAG.makeGlobalVarNode(Object value,
Type type)
Finds or creates the GlobalVarNode for the variable value, of type type.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<GlobalVarNode,G> |
G.g2GN |
static Map<GlobalVarNode,G> |
G.g2GP |
| Modifier and Type | Method and Description |
|---|---|
void |
Selectx.addStaticLoadEdge(GlobalVarNode from,
LocalVarNode to) |
void |
Selectx.addStaticStoreEdge(LocalVarNode from,
GlobalVarNode to) |
static G |
G.v(GlobalVarNode origin,
boolean positive) |
Copyright © 2024 Soot OSS. All rights reserved.