thalium / symless

MIT License
179 stars 11 forks source link

Continue propagation in callers #10

Open anOtherAnalyse opened 2 years ago

anOtherAnalyse commented 2 years ago

Structure propagation is applied from an entry point (malloc, ctor) and only goes down into callees. If the entry point function returns the propagated object, it could be interesting to propagate after calls to the function (in the function's callers).

Two cases have to be distinguished: