Stack End Detector. 
Can detect if a given code stack has exited, used by the mc for stack overflow detection.
Procs | |
| check | Returns true if the stack is still going. Calling before the canary has been primed also returns true |
|---|---|
| prime_canary | Prime the stack overflow detector. Store the return value of this proc call in a proc level var. Can only be called once. |
Proc Details
check
Returns true if the stack is still going. Calling before the canary has been primed also returns true
prime_canary
Prime the stack overflow detector. Store the return value of this proc call in a proc level var. Can only be called once.