|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <Symbol.h>
Public Attributes | |
| const char * | name |
| uint32_t | type |
| uint32_t | binding |
| uint8_t | information |
| uint8_t | other |
| uint16_t | shndx |
| uint64_t | value |
| uint64_t | size |
| uint8_t | is_exported |
| uint8_t | is_imported |
| uint32_t Elf_Symbol_t::binding |
| uint8_t Elf_Symbol_t::information |
| uint8_t Elf_Symbol_t::is_exported |
Whether or not the symbol is exported
| uint8_t Elf_Symbol_t::is_imported |
Whether or not the symbol is imported
| const char* Elf_Symbol_t::name |
| uint8_t Elf_Symbol_t::other |
| uint16_t Elf_Symbol_t::shndx |
| uint64_t Elf_Symbol_t::size |
| uint32_t Elf_Symbol_t::type |
| uint64_t Elf_Symbol_t::value |