List Question
20 TechQA 2024-02-04T19:17:17.550000Using end of memory address as process stack pointer value causing INVPC hard fault
120 views
Asked by zenprogrammer
How Stack is filled and how ESP behaves during stack overflow exploitation
32 views
Asked by Fantastic_bug
Clang ignores -mstack-alignment=XX flag
118 views
Asked by swineone
Cortex M4 stacking and unstacking with a diferent stack pointer
118 views
Asked by AB3
I can't use RSP to reference the end of the stack
122 views
Asked by strjak
STM8 Assembly startup code: Access Core registers to initialize stack pointer
103 views
Asked by Alex
Frame, Stack Frame in process Stacking Unstacking
46 views
Asked by tta
Stack pointer add on loop
59 views
Asked by Kenneth Cox
STM32 and SP value at startup: should the reset handler set SP manually?
254 views
Asked by Giuseppe Guerrini
What happens in the CPU if I pop / push all the stack?
120 views
Asked by Alessandro Bertulli
Can I get %rsp with inline assembly?
342 views
Asked by Connor
Storing and Loading $ra
95 views
Asked by kaili
What is the RUST equivalent of following C code?
308 views
Asked by oneneozero oneneozero
What is the benefit of having a dedicated stack pointer register?
276 views
Asked by tristone
How stack memory works when pushing value to it on x86_64?
249 views
Asked by Rômulo peres de moraes
Why does printf make a segmentation fault if there is no \n?
200 views
Asked by Amaury Lorin
Why does the stack pointer and frame pointer have the same address?
355 views
Asked by African_king
why rsp register starts at 0x7FFFFFFFDFD0
203 views
Asked by Isaí
How can DOS's stack pointer init put a segment just below another segment?
173 views
Asked by Shankar Tiwari ji
why stack pointer is initialized to the maximum value?
483 views
Asked by anonymouser