Rizin
unix-like reverse engineering framework and cli tools
|
#include <external.h>
Public Attributes | |
unsigned char | e_ident [16] |
unsigned char | e_type [2] |
unsigned char | e_machine [2] |
unsigned char | e_version [4] |
unsigned char | e_entry [4] |
unsigned char | e_phoff [4] |
unsigned char | e_shoff [4] |
unsigned char | e_flags [4] |
unsigned char | e_ehsize [2] |
unsigned char | e_phentsize [2] |
unsigned char | e_phnum [2] |
unsigned char | e_shentsize [2] |
unsigned char | e_shnum [2] |
unsigned char | e_shstrndx [2] |
Definition at line 42 of file external.h.
unsigned char Elf32_External_Ehdr::e_ehsize[2] |
Definition at line 51 of file external.h.
unsigned char Elf32_External_Ehdr::e_entry[4] |
Definition at line 47 of file external.h.
unsigned char Elf32_External_Ehdr::e_flags[4] |
Definition at line 50 of file external.h.
unsigned char Elf32_External_Ehdr::e_ident[16] |
Definition at line 43 of file external.h.
unsigned char Elf32_External_Ehdr::e_machine[2] |
Definition at line 45 of file external.h.
unsigned char Elf32_External_Ehdr::e_phentsize[2] |
Definition at line 52 of file external.h.
unsigned char Elf32_External_Ehdr::e_phnum[2] |
Definition at line 53 of file external.h.
unsigned char Elf32_External_Ehdr::e_phoff[4] |
Definition at line 48 of file external.h.
unsigned char Elf32_External_Ehdr::e_shentsize[2] |
Definition at line 54 of file external.h.
unsigned char Elf32_External_Ehdr::e_shnum[2] |
Definition at line 55 of file external.h.
unsigned char Elf32_External_Ehdr::e_shoff[4] |
Definition at line 49 of file external.h.
unsigned char Elf32_External_Ehdr::e_shstrndx[2] |
Definition at line 56 of file external.h.
unsigned char Elf32_External_Ehdr::e_type[2] |
Definition at line 44 of file external.h.
unsigned char Elf32_External_Ehdr::e_version[4] |
Definition at line 46 of file external.h.