public class DeadCodeEliminator extends Object implements ICodeOptimizer
| 构造器和说明 |
|---|
DeadCodeEliminator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initialize(InfoflowConfiguration config)
Initializes the code optimizer.
|
void |
run(InfoflowManager manager,
Collection<soot.SootMethod> entryPoints,
ISourceSinkManager sourcesSinks,
ITaintPropagationWrapper taintWrapper)
Runs the coe optimization
|
public void initialize(InfoflowConfiguration config)
ICodeOptimizerinitialize 在接口中 ICodeOptimizerconfig - The data flow analyzer's configurationpublic void run(InfoflowManager manager, Collection<soot.SootMethod> entryPoints, ISourceSinkManager sourcesSinks, ITaintPropagationWrapper taintWrapper)
ICodeOptimizerrun 在接口中 ICodeOptimizermanager - The data flow manager for interacting with the solverentryPoints - The set of entry points for the data flow analysissourcesSinks - The SourceSinkManagertaintWrapper - The taint wrapperCopyright © 2022 Fraunhofer SIT. All rights reserved.