how to read /proc maps file?
Posted: Mon Nov 10, 2003 3:02 am
hello,
i am trying to read papers at PaX to undestand ideas proposed by PaX tem. I have some questions, pls help me.
this is one line excerpted from /proc/?/maps
40000000-40013000 r-xp 00000000 03:07 40255 /lib/ld-2.1.3.so
i understand that 40000000-40013000 is memory map of ld linker, and in this range this linker have read/execute privilege.
but the information after that is difficult to understand to me. could anyone please explain them to me?
i looked for documentation about "maps" file, but to no avail
thank you lots.
tiv
i am trying to read papers at PaX to undestand ideas proposed by PaX tem. I have some questions, pls help me.
this is one line excerpted from /proc/?/maps
40000000-40013000 r-xp 00000000 03:07 40255 /lib/ld-2.1.3.so
i understand that 40000000-40013000 is memory map of ld linker, and in this range this linker have read/execute privilege.
but the information after that is difficult to understand to me. could anyone please explain them to me?
i looked for documentation about "maps" file, but to no avail
thank you lots.
tiv