You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address-taken locals analysis: support incremental analysis
This adds a constructor and incremental build function so that the set
of address-taken locals can be populated one function at a time. This
will be useful when goto-symex begins to use incremental loading, meaning
it cannot populate the analysis in one operation.
0 commit comments