Closed sdibernardo closed 6 years ago
After a quick wrap up about the inner workings of the current state of the analysis, it became clear that the block by block analysis (method body against method body) works fine so far. But to sharpen the analysis, a statement by statement analysis inside of blocks has to be conducted as well.
Next steps:
Based on #67: Extend the current implementation of the Soot framework for scanning process variables to dynamically scan call hierarchies within the "execute" method.