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
The definition of addMemWrite in Data.Macaw.AbsDomain.AbsState will clear the stack at offsets where it knows that a user has written to the stack. However, it does not clear the stack information at arbitrary writes.
We should determine how much stack information is really needed in code discovery, and see if we can remove the stack information or significantly simplify it rather than track information imprecisely.
The text was updated successfully, but these errors were encountered:
The definition of addMemWrite in Data.Macaw.AbsDomain.AbsState will clear the stack at offsets where it knows that a user has written to the stack. However, it does not clear the stack information at arbitrary writes.
We should determine how much stack information is really needed in code discovery, and see if we can remove the stack information or significantly simplify it rather than track information imprecisely.
The text was updated successfully, but these errors were encountered: