|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|


Go to the source code of this file.
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::ELF |
| Namespace related to the LIEF's ELF module. | |
Functions | |
| bool | LIEF::ELF::is_elf (BinaryStream &stream) |
| Check if given stream wraps an ELF file. | |
| bool | LIEF::ELF::is_elf (const std::string &file) |
| Check if the given file is an ELF one. | |
| bool | LIEF::ELF::is_elf (const std::vector< uint8_t > &raw) |
| check if the raw data is an ELF file | |
| unsigned long | LIEF::ELF::hash32 (const char *name) |
| unsigned long | LIEF::ELF::hash64 (const char *name) |
| uint32_t | LIEF::ELF::dl_new_hash (const char *name) |