LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
LIEF::runtime::Linux Namespace Reference

Classes

class  Host
 This class exposes Linux-specific host information. More...
class  Module
 This class exposes a Linux-specific API for a module. More...
class  Process
 This class exposes Linux-specific API for the current process. More...

Functions

std::unique_ptr< Moduledlopen (const std::string &name)
 Load the library with the given path/name.

Function Documentation

◆ dlopen()

std::unique_ptr< Module > LIEF::runtime::Linux::dlopen ( const std::string & name)

Load the library with the given path/name.

References LIEF_API.