Page 1 of 1

zero maps

PostPosted: Sat Aug 18, 2012 5:37 am
by KDE
when I try to debug with gdb, "info proc mappings" writes zero maps

(gdb) info proc mappings
process 25491
Mapped address spaces:

Start Addr End Addr Size Offset objfile
0x0 0x0 0x0 0x0 /mnt/md3/cache/inst/crack-language/.libs/crack
0x0 0x0 0x0 0x0 /mnt/md3/cache/inst/crack-language/.libs/crack
0x0 0x0 0x0 0x0 /mnt/md3/cache/inst/crack-language/.libs/crack
0x0 0x0 0x0 0x0
0x0 0x0 0x0 0x0 [heap]
0x0 0x0 0x0 0x0 /usr/local/lib64/crack-0.6/crack/runtime.so
0x0 0x0 0x0 0x0 /usr/local/lib64/crack-0.6/crack/runtime.so
0x0 0x0 0x0 0x0 /usr/local/lib64/crack-0.6/crack/runtime.so
0x0 0x0 0x0 0x0 /usr/local/lib64/crack-0.6/crack/runtime.so

Re: zero maps

PostPosted: Sat Aug 18, 2012 1:42 pm
by spender
Disable all PaX features on the target.

-Brad

Re: zero maps

PostPosted: Sat Aug 18, 2012 2:32 pm
by KDE
Thanks. It helped.