Quantcast
Channel: What is all of these weird assembler instructions on my main function disassembly? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Paul Sanders for What is all of these weird assembler instructions...

These are debugging helpers.__security_cookie is used to check for writes past the end of the stack (if you overflow a stack-based buffer, say). The actual check is performed when exiting the...

View Article



What is all of these weird assembler instructions on my main function...

So i have this main function, and it produces alot of weird instructions. I am using Visual Studio 2019, and i am in debug mode, so optimizations are disabled. What are these instructions doing?int...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images