c - Prevent gcc using the leave instruction -
by disassembling c code found out gcc using leave
instruction instead of
mov rsp, rbp pop rbp
i know both versions equivalent debugging purposes gdb change it. couldn't find information regarding topic hint help.
Comments
Post a Comment