Uses of Class
qilin.core.pag.GlobalVarNode
-
Uses of GlobalVarNode in qilin.core.pag
Modifier and TypeMethodDescriptionPAG.findGlobalVarNode
(Object value) Finds the GlobalVarNode for the variable value, or returns null.PAG.makeGlobalVarNode
(Object value, Type type) Finds or creates the GlobalVarNode for the variable value, of type type. -
Uses of GlobalVarNode in qilin.pta.toolkits.selectx
Modifier and TypeFieldDescriptionstatic Map<GlobalVarNode,
G> G.g2GN
static Map<GlobalVarNode,
G> G.g2GP
Modifier and TypeMethodDescriptionvoid
Selectx.addStaticLoadEdge
(GlobalVarNode from, LocalVarNode to) void
Selectx.addStaticStoreEdge
(LocalVarNode from, GlobalVarNode to) static G
G.v
(GlobalVarNode origin, boolean positive)