Skip to content

automated verification of clobbers #4

Open
@edef1c

Description

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.

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions