Method: ELFTools::ELFFile#elf_type
- Defined in:
- lib/elftools/elf_file.rb
#elf_type ⇒ String
Return the ELF type according to e_type.
82 83 84 |
# File 'lib/elftools/elf_file.rb', line 82 def elf_type ELFTools::Constants::ET.mapping(header.e_type) end |