public interface ICodeOptimizer
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initialize(InfoflowConfiguration config)
Initializes the code optimizer.
|
void |
run(InfoflowManager manager,
Collection<soot.SootMethod> entryPoints,
ISourceSinkManager sourcesSinks,
ITaintPropagationWrapper taintWrapper)
Runs the coe optimization
|
void initialize(InfoflowConfiguration config)
config - The data flow analyzer's configurationvoid run(InfoflowManager manager, Collection<soot.SootMethod> entryPoints, ISourceSinkManager sourcesSinks, ITaintPropagationWrapper taintWrapper)
manager - 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.