Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]


A.37 SOFTWARE-EVOLUTION-LIBRARY/SOFTWARE/ELF

Generic Function: elf [sel/sw/elf] elf

Return the elf:elf object associated with elf. This takes the ‘base’ of elf (which should not be changed), copies it, and applies the changed data in ‘genome’ of elf.

Method: elf [sel/sw/elf] (elf elf-risc)

docfixme

Method: elf [sel/sw/elf] (elf elf-cisc)

docfixme

Method: elf [sel/sw/elf] (section section)

automatically generated reader method

Class: elf [sel/sw/elf]

Class precedence list: elf, simple, software, oid-object, file-w-attributes, file, standard-object, slot-object, t

docfixme

Generic Function: genome-bytes [sel/sw/elf] elf

Return the bytes of the ELF’s genome. The result should be a simple array of type ’(UNSIGNED-BYTE 8).

Method: genome-bytes [sel/sw/elf] (elf elf)

docfixme