On building reusable EOS components from ELF object files

Qiming Teng,Xiangqun Chen,Xia Zhao
2004-01-01
Ruan Jian Xue Bao/Journal of Software
Abstract:In this paper, an approach to generate reusable components from ELF object files is presented. Compared with other software component encapsulation technologies, building reusable software component directly from binary form ELF files is a straightforward process. Symbol tables and relocation information encapsulated in ELF files can be automatically reprogrammed into a self-contained reusable entity. By augmenting tie component with syntactic interface descriptions, ambiguity caused by duplicate names in ELF files is eliminated. Binary code scanning is employed to enhance the safety of the component. Further, to prevent unintentional or hostile modifications, the component is signed with an MD5 fingerprint.
What problem does this paper attempt to address?