Hello,
In ELF files, section headers are not mandatory. The sstrip tool [1]
remove a few things strip left out, including section headers. The
output file is still a valid ELF and is still runnable by Linux.
Howerver, hte thows a "Zero count for section headers" error when trying
to open a such file.
All I did is comment out "test and thow" instruction in file htelf.cc at
lines 155 and 201 to make it almost works. ("elf/image" view is not
accessible).
regards,
Celelibi
[1] http://www.muppetlabs.com/~breadbox/software/elfkickers.html