LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
Module.hpp File Reference
Include dependency graph for windows/Module.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LIEF::runtime::windows::Module
 This class exposes a Windows-specific API for a module. More...

Namespaces

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

Functions

std::unique_ptr< ModuleLIEF::runtime::windows::dlopen (const std::string &name)
 Load the windows library with the given path or name.
std::unique_ptr< ModuleLIEF::runtime::windows::find_module (const std::string &name)
 Try to get the Module with the given name.