LIEF: Library to Instrument Executable Formats Version 0.17.0
|
This structure wraps comdat information which is composed of the symbol associated with the comdat section and its selection flag. More...
#include <Section.hpp>
Public Attributes | |
Symbol * | symbol = nullptr |
COMDAT_SELECTION | kind = COMDAT_SELECTION::NONE |
This structure wraps comdat information which is composed of the symbol associated with the comdat section and its selection flag.
COMDAT_SELECTION LIEF::COFF::Section::ComdatInfo::kind = COMDAT_SELECTION::NONE |
Symbol* LIEF::COFF::Section::ComdatInfo::symbol = nullptr |