Concrete implementation of intraprocedural Analysis #736
-
I am quite unsure what a subclass of the ForwardFlowAnalysis expects for the initialFlow() and especially the flowThrough() method as far as the concrete implementation goes. |
Beta Was this translation helpful? Give feedback.
Answered by
virusdefender
Nov 1, 2023
Replies: 1 comment 1 reply
-
you can read the related part of soot document https://github.com/soot-oss/soot/wiki/Implementing-an-intra-procedural-data-flow-analysis-in-Soot |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lbettels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can read the related part of soot document https://github.com/soot-oss/soot/wiki/Implementing-an-intra-procedural-data-flow-analysis-in-Soot