Class: ElfFlags::IdentClass

Inherits:
Enum
  • Object
show all
Defined in:
lib/mithril/elf_enums.rb

Overview

ELFCLASS

Constant Summary collapse

ELFCLASSNONE =
0
ELFCLASS32 =
1
ELFCLASS64 =
2