Projects tagged ‘elf’ and ‘readelf’


[3 total ]

1 Users

A BSD-licensed implementation of compilation tools (nm, ar, as, ld, etc.) for the ELF object format.
Created about 1 year ago.

0 Users

greadelfThis is a GUI interface to eu-readelf available under linux. Optionally it also uses elfinfo written by me.(ashok dot s dot das at gmail dot com. What it isThis Wrapper just displays the Out ... [More] put of the elfinfo/eu-readelf on to GUI depending on the Options passed. Currently it uses gtk_text_view widget. There are developement going on to display on gtk_tree_view(list store). The next step after that will be to incorporate sorting on a particular column. I need your contribution ( CODE ofcourse ) [Less]
Created 12 months ago.

0 Users

elf infoThis is a very minimal elf parser to display the sections and symbols in an ELF file. How it worksThis is a very simple ELF parser. It doesn't use libelf . This first checks the Elf Header ... [More] , And depending on the Information available it process the elf file and displays the info. It may not work on sstriped ELFs, because this is dependent on SHDR(section headers). One might modify it to use PHDRs. Need your Code contribution [Less]
Created 11 months ago.