Answer the question
In order to leave comments, you need to log in
How to find the stack address in x86 architecture?
Hello.
In my kernel, I need to find the range in which the stack is located.
In the .text section, I configure esp like this:
mov esp, stack_space
And in the .bss section, I reserve space for the stack
section .bss
resb 8192
stack_space:
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question