Go to the documentation of this file.
15#ifndef LIEF_ASM_ASSEMBLER_CONFIG_H
16#define LIEF_ASM_ASSEMBLER_CONFIG_H
34 AssemblerConfig &
operator=(
const AssemblerConfig &) =
default;
37 AssemblerConfig &
operator=(AssemblerConfig &&) =
default;
41 DEFAULT_DIALECT = 0, X86_INTEL,
51 static AssemblerConfig AC;
54 DIALECT dialect = DIALECT::DEFAULT_DIALECT;
virtual optional< uint64_t > resolve_symbol(const std::string &)
This function aims to be overloaded in order to resolve symbols used in the assembly listing.
Definition AssemblerConfig.hpp:82