16#ifndef LIEF_ART_HASH_H
17#define LIEF_ART_HASH_H
38 void visit(
const File& file)
override;
39 void visit(
const Header& header)
override;
Definition ART/File.hpp:29
Definition ART/hash.hpp:29
static LIEF::Hash::value_type hash(const Object &obj)
void visit(const Header &header) override
Method to visit a LIEF::ART::Header.
void visit(const File &file) override
Method to visit a LIEF::ART::File.
size_t value_type
Definition hash.hpp:33
virtual void visit(const Object &)
Namespace related to the LIEF's ART module.
Definition ART/enums.hpp:20
LIEF namespace.
Definition Abstract/Binary.hpp:36
#define LIEF_API
Definition visibility.h:41