I know this might be a silly questions, but I really found no documentation on how to get Memory Map in GDB :
(i.e : obtain if heap/stack is executable).
EDIT : Solved. Just didn't use gdb, and did instead :
cat /proc/$PID/maps
Cheers. if anyone got a way of doing it within a GDB, feel free to post it here :) Thanks.






