pate icon indicating copy to clipboard operation
pate copied to clipboard

Add additional abort conditions

Open danmatichuk opened this issue 2 years ago • 0 comments

In #125 we added the ability to prove that an equivalence condition is "valid" in the sense that non-equivalent branches result in the original binary aborting.

Currently an "abort" is defined by a magic function that simply indicates early program termination, but we can extend this to include additional abort conditions. An obvious condition would be a null pointer dereference.

danmatichuk avatar Oct 13 '21 20:10 danmatichuk