"drow -vp" dumps thousands of non-existing segments
Status: Alpha
Brought to you by:
wintah
There is a bug in method ShowPHData - phnum isn't initialized, thus leading dumping enormous amount of sections (strangely it doesn't crash).
Add line "phnum = buffer.e_phnum;" at pheader.c:175 line to fix the problem.