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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -