Baltoli / project-docs

Documents for my Part III project
0 stars 0 forks source link

Functions on Call Path from bounds #11

Closed Baltoli closed 7 years ago

Baltoli commented 7 years ago

We have a function that acts as the start and end bounds for the automata usage. It will be useful to know if a module function is on any control path from the start to the end bound.

To do this, walk the bound function looking for CallInst objects that are calls to functions in the same module. Put those functions on a queue and search until convergence.