LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
utils.hpp File Reference
#include <string>
#include <vector>
#include "LIEF/types.hpp"
#include "LIEF/visibility.h"
Include dependency graph for ELF/utils.hpp:
This graph shows which files directly or indirectly include this file:

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 a 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)