Uses of Package
qilin.core.effect
Packages that use qilin.core.effect
Package
Description
Points-to analysis graph (PAG) data structures, based on Soot/jimple/spark/pag with significant
modifications.
-
Classes in qilin.core.effect used by qilin.core.effectClassDescriptionRewrites a method's body to make an effect explicit that the pointer analysis cannot derive from the method's own Jimple statements - e.g. a reflective call resolved from an external log, a native method's simulated side effect, or an invokedynamic call site resolved from bootstrap constants.
-
Classes in qilin.core.effect used by qilin.core.invokedynamicClassDescriptionRewrites a method's body to make an effect explicit that the pointer analysis cannot derive from the method's own Jimple statements - e.g. a reflective call resolved from an external log, a native method's simulated side effect, or an invokedynamic call site resolved from bootstrap constants.
-
Classes in qilin.core.effect used by qilin.core.pagClassDescriptionRewrites a method's body to make an effect explicit that the pointer analysis cannot derive from the method's own Jimple statements - e.g. a reflective call resolved from an external log, a native method's simulated side effect, or an invokedynamic call site resolved from bootstrap constants.