public abstract class MethodBasedIPCManager extends Object implements IIPCManager
| 构造器和说明 |
|---|
MethodBasedIPCManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isIPC(soot.jimple.Stmt sCallSite,
heros.InterproceduralCFG<soot.Unit,soot.SootMethod> cfg)
determines if a method called by the Stmt is an IPC method or not
|
abstract boolean |
isIPCMethod(soot.SootMethod method) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateJimpleForICCpublic abstract boolean isIPCMethod(soot.SootMethod method)
public boolean isIPC(soot.jimple.Stmt sCallSite,
heros.InterproceduralCFG<soot.Unit,soot.SootMethod> cfg)
IIPCManagerisIPC 在接口中 IIPCManagersCallSite - a Stmt which should include an invokeExrp calling a methodcfg - the interprocedural controlflow graphCopyright © 2022 Fraunhofer SIT. All rights reserved.