module ELFTools::Structs

Define ELF related structures in this module.

Structures are fetched from github.com/torvalds/linux/blob/master/include/uapi/linux/elf.h. Use gem bindata to have these structures support 32/64 bits and little/big endian simultaneously.

Constants

ELF_Phdr

Gets the class of program header according to bits.

ELF_sym

Get symbol header class according to bits.