| Package | Description |
|---|---|
| qilin.core | |
| qilin.core.builder | |
| qilin.core.pag | |
| qilin.parm.heapabst | |
| qilin.parm.select | |
| qilin.pta.toolkits.common | |
| qilin.pta.toolkits.conch | |
| qilin.pta.toolkits.debloaterx | |
| qilin.pta.tools | |
| qilin.util |
Generally useful utility classes for Soot.
|
| Modifier and Type | Field and Description |
|---|---|
protected PAG |
PTA.pag |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PAG |
PTA.createPAG() |
PAG |
PTA.getPag() |
| Modifier and Type | Field and Description |
|---|---|
protected PAG |
MethodNodeFactory.pag |
protected PAG |
ExceptionHandler.pag |
protected PAG |
CallGraphBuilder.pag |
| Constructor and Description |
|---|
MethodNodeFactory(PAG pag,
MethodPAG mpag) |
| Constructor and Description |
|---|
MethodPAG(PAG pag,
SootMethod m,
Body body) |
| Constructor and Description |
|---|
HeuristicAbstractor(PAG pag) |
MahjongAbstractor(PAG pag,
Set<Object> mergedHeap,
Map<Object,Object> heapModelMap) |
| Constructor and Description |
|---|
BeanSelector(PAG pag,
Map<Object,Map<Object,Map<Object,Object>>> beanNexCtxMap) |
| Modifier and Type | Method and Description |
|---|---|
static Set<VarNode> |
ToolUtil.getParameters(PAG pag,
SootMethod m) |
static Set<VarNode> |
ToolUtil.getRetVars(PAG pag,
SootMethod m) |
static VarNode |
ToolUtil.getThis(PAG pag,
SootMethod m) |
| Modifier and Type | Field and Description |
|---|---|
PAG |
AbstractConch.pag |
protected PAG |
AbstractPAG.prePAG |
| Modifier and Type | Field and Description |
|---|---|
protected PAG |
XPAG.pag |
protected PAG |
CollectionHeuristic.pag |
protected PAG |
XUtility.pag |
protected PAG |
ContainerFinder.pag |
| Modifier and Type | Field and Description |
|---|---|
protected PAG |
PartialObjSensPTA.prePAG |
| Modifier and Type | Method and Description |
|---|---|
protected PAG |
BasePTA.createPAG() |
| 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.