mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-23 11:24:34 -05:00
Extend the wupsbackend api to provide some extra functions to query plugin information
This commit is contained in:
@@ -116,6 +116,14 @@ public:
|
||||
return {};
|
||||
}
|
||||
|
||||
void *getTextMemoryAddress() {
|
||||
return allocatedTextMemoryAddress.get();
|
||||
}
|
||||
|
||||
void *getDataMemoryAddress() {
|
||||
return allocatedDataMemoryAddress.get();
|
||||
}
|
||||
|
||||
private:
|
||||
std::vector<std::unique_ptr<HookData>> hook_data_list;
|
||||
std::vector<std::unique_ptr<FunctionData>> function_data_list;
|
||||
|
||||
Reference in New Issue
Block a user