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

Classes

class  Host
 This class exposes Android-specific host information. More...
class  Module
 This class exposes Android-specific API for a module. More...
class  Process
 This class exposes Android-specific API for the current process. More...
class  Property
 This class represents an Android property such as ro.boot.hardware. 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::android::dlopen ( const std::string & name)

Load the library with the given path/name.

References LIEF_API.