public abstract class AbstractNativeCallHandler extends Object implements INativeCallHandler
| 限定符和类型 | 字段和说明 |
|---|---|
protected InfoflowManager |
manager
Data flow manager that gives access to internal solver objects
|
| 构造器和说明 |
|---|
AbstractNativeCallHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initialize(InfoflowManager manager)
This method is called before the taint propagation is started to give the native
call handler the chance to initialize required components once Soot is running,
but before it is queried for the first time.
|
void |
shutdown()
Tells the native call handler that it can free all resources it has allocated at initialization time
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTaintedValues, supportsCallprotected InfoflowManager manager
public void initialize(InfoflowManager manager)
INativeCallHandlerinitialize 在接口中 INativeCallHandlermanager - The manager object providing access to the data flow solver processing
the IFDS edges and the interprocedural control flow graphpublic void shutdown()
INativeCallHandlershutdown 在接口中 INativeCallHandlerCopyright © 2022 Fraunhofer SIT. All rights reserved.