soot-oss / SootUp

A new version of Soot with a completely overhauled architecture
https://soot-oss.github.io/SootUp/
GNU Lesser General Public License v2.1
546 stars 66 forks source link

add `entryInitialFlow` API #961

Open VonLYC opened 1 week ago

VonLYC commented 1 week ago

Summary

Added entryInitialFlow to allow customization of the initial flow value for entry and exit points. The default value is newInitialFlow().

Details