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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -