7 #ifndef RETDEC_CPDETECT_HEURISTICS_ELF_HEURISTICS_H
8 #define RETDEC_CPDETECT_HEURISTICS_ELF_HEURISTICS_H
Definition: elf_heuristics.h:20
void getNoteHeuristics()
Definition: elf_heuristics.cpp:72
virtual void getFormatSpecificCompilerHeuristics() override
Definition: elf_heuristics.cpp:168
void getDynamicEntriesHeuristics()
Definition: elf_heuristics.cpp:127
void getUpxHeuristics()
Definition: elf_heuristics.cpp:56
void getBorlandKylixHeuristics()
Definition: elf_heuristics.cpp:110
ElfHeuristics(retdec::fileformat::ElfFormat &parser, Search &searcher, ToolInformation &toolInfo)
Definition: elf_heuristics.cpp:43
retdec::fileformat::ElfFormat & elfParser
parser of input ELF file
Definition: elf_heuristics.h:23
Definition: heuristics.h:21
ToolInformation & toolInfo
results - detected tools
Definition: heuristics.h:69
Class for heuristics detection.
Definition: archive_wrapper.h:19