Sciweavers

NSPW
2003
ACM

SELF: a transparent security extension for ELF binaries

13 years 9 months ago
SELF: a transparent security extension for ELF binaries
The ability to analyze and modify binaries is often very useful from a security viewpoint. Security operations one would like to perform on binaries include the ability to extract models of program behavior and insert inline reference monitors. Unfortunately, the existing manner in which binary code is packaged prevents even the simplest of analyses, such as distinguishing code from data, from succeeding 100 percent of the time. In this paper, we propose SELF, a security-enhanced ELF (Executable and Linking Format), which is simply ELF with an extra section added. The extra section contains information about (among other things) the address, size, and alignment requirements of each code and static data item in the program. This information is somewhat similar to traditional debugging information, but contains additional information specifically needed for binary analysis. It is also smaller, compatible with optimization, and less likely to facilitate reverse engineering, which we beli...
Daniel C. DuVarney, V. N. Venkatakrishnan, Sandeep
Added 05 Jul 2010
Updated 05 Jul 2010
Type Conference
Year 2003
Where NSPW
Authors Daniel C. DuVarney, V. N. Venkatakrishnan, Sandeep Bhatkar
Comments (0)