On Sat, 22 Jul 2017 02:25:29 -0400
Todd Mortimer <t...@opennet.ca> wrote:

> xor [rsp], rsp
> 
> at the start of each function, and before every RET.

Wouldn't this break with alloca() or C99 VLAs?
%rbp may work better, if the frame pointer is
retained.

-- 
Ori Bernstein <o...@eigenstate.org>

Reply via email to