|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|


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< Module > | LIEF::runtime::windows::dlopen (const std::string &name) |
| Load the windows library with the given path or name. | |
| std::unique_ptr< Module > | LIEF::runtime::windows::find_module (const std::string &name) |
| Try to get the Module with the given name. | |