Bonjour
J'ai posé la question sur le forum linuxquestions. Je me permets de vous la poster telle quelle.
I'm writing a software in witch I have to deal with the stack and data segments. I'd like to know if there is a way (and a good one preferably) to have information about the process organization in memory : (stack, data, code)'s segment start adresses. These information could also come from the process itlself.
By the way, I've found that /proc/procid/maps gives some information about stack.
Are these the start and end adresses of the stack segment ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 bfd25000-bfd3a000 rw-p bffeb000 00:00 0 [stack]
Merci d'avance.
Partager