AERA
|
#include <init.h>
Public Member Functions | |
SharedLibrary * | load (const char *file_name) |
void * | getFunction (const char *function_name) override |
SharedFunctionLibrary extends FunctionLibrary to implement functionName using the SharedLibrary class.
|
inlineoverridevirtual |
Return the function with function_name or NULL if not found.
Implements r_exec::FunctionLibrary.