Identifies nodes that link to the last call of a specified function from a given starting node in the control flow graph.
If you pass on knownCalls (e.g., produced by getCallsInCfg), this will only respect the functions
listed there and ignore any other calls. This can be also used to speed up the process if you already have
the known calls available.
Identifies nodes that link to the last call of a specified function from a given starting node in the control flow graph. If you pass on
knownCalls(e.g., produced by getCallsInCfg), this will only respect the functions listed there and ignore any other calls. This can be also used to speed up the process if you already have the known calls available.