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 [8] |
unsigned char | e_phoff [8] |
unsigned char | e_shoff [8] |
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 59 of file external.h.
unsigned char Elf64_External_Ehdr::e_ehsize[2] |
Definition at line 68 of file external.h.
unsigned char Elf64_External_Ehdr::e_entry[8] |
Definition at line 64 of file external.h.
unsigned char Elf64_External_Ehdr::e_flags[4] |
Definition at line 67 of file external.h.
unsigned char Elf64_External_Ehdr::e_ident[16] |
Definition at line 60 of file external.h.
unsigned char Elf64_External_Ehdr::e_machine[2] |
Definition at line 62 of file external.h.
unsigned char Elf64_External_Ehdr::e_phentsize[2] |
Definition at line 69 of file external.h.
unsigned char Elf64_External_Ehdr::e_phnum[2] |
Definition at line 70 of file external.h.
unsigned char Elf64_External_Ehdr::e_phoff[8] |
Definition at line 65 of file external.h.
unsigned char Elf64_External_Ehdr::e_shentsize[2] |
Definition at line 71 of file external.h.
unsigned char Elf64_External_Ehdr::e_shnum[2] |
Definition at line 72 of file external.h.
unsigned char Elf64_External_Ehdr::e_shoff[8] |
Definition at line 66 of file external.h.
unsigned char Elf64_External_Ehdr::e_shstrndx[2] |
Definition at line 73 of file external.h.
unsigned char Elf64_External_Ehdr::e_type[2] |
Definition at line 61 of file external.h.
unsigned char Elf64_External_Ehdr::e_version[4] |
Definition at line 63 of file external.h.