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
I'd like to have some form of automated verification that we're not unintentionally modifying processor state that we're not declaring as clobbered.
Preferably, we would automatically generate a list of processor state from a third-party source (such as Capstone) and use this to generate our clobber lists.
Additionally, we could pattern-match the stack-swap code in real programs, and use this to statically check for state being carried across contexts.
The text was updated successfully, but these errors were encountered:
I'd like to have some form of automated verification that we're not unintentionally modifying processor state that we're not declaring as clobbered.
Preferably, we would automatically generate a list of processor state from a third-party source (such as Capstone) and use this to generate our clobber lists.
Additionally, we could pattern-match the stack-swap code in real programs, and use this to statically check for state being carried across contexts.
The text was updated successfully, but these errors were encountered: