mattgallagher / CwlPreconditionTesting

A Mach exception handler that allows Swift precondition failures to be caught and tested.
ISC License
175 stars 46 forks source link

Unwind (upd'd) #10

Closed own2pwn closed 6 years ago

own2pwn commented 6 years ago

Is there a way to unwind call to change some value? E.x. if I've got out of range err. then change idx to lower value or a skip this one and proceed with others?