public class DefaultNativeCallHandler extends AbstractNativeCallHandler
manager| 构造器和说明 |
|---|
DefaultNativeCallHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Abstraction> |
getTaintedValues(soot.jimple.Stmt call,
Abstraction source,
soot.Value[] params)
Returns the set of tainted values for a given call to native code, a
given tainted value and the list of passed arguments
|
boolean |
supportsCall(soot.jimple.Stmt call)
Checks whether this handler is able to handle the given call, i.e., has
an explicit model for it
|
initialize, shutdownpublic Set<Abstraction> getTaintedValues(soot.jimple.Stmt call, Abstraction source, soot.Value[] params)
INativeCallHandlercall - the statement which contains the call to the native codesource - the incoming taint valueparams - list of argumentspublic boolean supportsCall(soot.jimple.Stmt call)
INativeCallHandlercall - The call site to checkCopyright © 2022 Fraunhofer SIT. All rights reserved.