LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
AuxiliaryWeakExternal.hpp File Reference
#include <memory>
#include <cassert>
#include "LIEF/visibility.h"
#include "LIEF/PE/AuxiliarySymbol.hpp"
Include dependency graph for AuxiliaryWeakExternal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LIEF::PE::AuxiliaryWeakExternal
 "Weak externals" are a mechanism for object files that allows flexibility at link time. A module can contain an unresolved external symbol (sym1), but it can also include an auxiliary record that indicates that if sym1 is not present at link time, another external symbol (sym2) is used to resolve references instead. More...
 

Namespaces

namespace  LIEF
 LIEF namespace.
 
namespace  LIEF::PE
 Namespace related to the LIEF's PE module.
 

Functions

const char * LIEF::PE::to_string (AuxiliaryWeakExternal::CHARACTERISTICS e)