| Package | Description |
|---|---|
| qilin.core | |
| qilin.core.builder | |
| qilin.core.pag | |
| qilin.core.sets | |
| qilin.core.solver | |
| qilin.pta.tools | |
| qilin.stat | |
| qilin.util |
Generally useful utility classes for Soot.
|
| Class and Description |
|---|
| PointsToSet
A generic interface to some set of runtime objects computed by a pointer analysis.
|
| Class and Description |
|---|
| PointsToSetInternal
Abstract base class for implementations of points-to sets.
|
| Class and Description |
|---|
| DoublePointsToSet
Implementation of points-to set that holds two sets: one for new elements that have not yet been
propagated, and the other for elements that have already been propagated.
|
| Class and Description |
|---|
| HybridPointsToSet
Hybrid implementation of points-to set, which uses an explicit array for small sets, and a bit
vector for large sets.
|
| P2SetVisitor
Abstract base class for points-to set visitors used to enumerate points-to sets.
|
| PointsToSet
A generic interface to some set of runtime objects computed by a pointer analysis.
|
| PointsToSetInternal
Abstract base class for implementations of points-to sets.
|
| Class and Description |
|---|
| PointsToSetInternal
Abstract base class for implementations of points-to sets.
|
| Class and Description |
|---|
| PointsToSet
A generic interface to some set of runtime objects computed by a pointer analysis.
|
| Class and Description |
|---|
| PointsToSet
A generic interface to some set of runtime objects computed by a pointer analysis.
|
| Class and Description |
|---|
| PointsToSet
A generic interface to some set of runtime objects computed by a pointer analysis.
|
Copyright © 2024 Soot OSS. All rights reserved.