List Question
20 TechQA 2024-01-30T19:16:42.093000Aarch64 is there a Red Zone on Linux, If so 16 or 128 bytes?
90 views
Asked by David C. Rankin
Does the red zone still exist even if we use the -mno-red-zone flag in gcc?
251 views
Asked by alessio solari
Why is it that the rsp register is not decremented in a leaf function as it is at the beginning of any other functions?
92 views
Asked by alessio solari
assembly epilogue composition
24 views
Asked by Guanwei HU
the stack pointer doesn't point to the top of the stack
326 views
Asked by Mehdi Charife
mov rbp-XX vs push/pop semantics - is it "proper" stack use?
129 views
Asked by the_endian
Is the red zone a problem for inline assembly for 32-bit x86 with MSVC?
280 views
Asked by igorpoolday
Why won't GCC use the red zone to store my local variables?
123 views
Asked by yokiyaa J
Can you use the red zone with/across syscalls?
105 views
Asked by Joseph Sible-Reinstate Monica
Why we need stack's Red Zone?
313 views
Asked by algo
Interpreting asan stack-buffer-underflow report
436 views
Asked by tdiff
What happens to the value stored in [rbp-1] after pop rbp
325 views
Asked by Nivekithan
x86-64 gcc doesn't assign a stack frame for local variable
111 views
Asked by Changjin Koo
Why doesn't gcc assembly substract rsp?
309 views
Asked by gavrilikhin.d
Understanding function prologue with multiple function calls
100 views
Asked by David542
Value of rbp changing after jumping into a new function
657 views
Asked by samuelbrody1249
Why stack pointer %rsp is not (always) grown before using it?
231 views
Asked by Pavel Gurkov
Why does gcc use stack area without decrementing stack pointer?
54 views
Asked by Mah35h
gcc doesn't move esp register to allocate memory for local variables (x86_64)
36 views
Asked by Rost