Commit Graph

18 Commits

Author SHA1 Message Date
Maschell
47945e0dc0 Actually read the target process from the plugin while function patching 2020-08-12 18:30:21 +02:00
Maschell
586ed091d7 Use the function patcher module for the plugin function patches 2020-08-12 18:30:21 +02:00
Maschell
bed3f7920b Use definitions from WUMS if possible 2020-08-12 18:30:21 +02:00
Maschell
d4c4e7c669 Remove the elfio reader from the PluginData class, use it when it's needed 2020-08-12 18:30:21 +02:00
Maschell
0943f7f57b Adjust the setter the PluginContainer to use const values 2020-08-12 18:30:21 +02:00
Maschell
c084e114e9 Organize imports and format code 2020-08-12 18:30:21 +02:00
Maschell
b04c28a0a3 Allow direct access to plugin data buffers 2020-08-12 18:30:21 +02:00
Maschell
d983a77f94 Addned functions to load plugin meta information from a path or buffer 2020-08-12 18:30:21 +02:00
Maschell
6117a332b7 Fix logging of std::string 2020-08-12 18:30:21 +02:00
Maschell
5580ea9882 Remove debug logs 2020-08-12 18:30:21 +02:00
Maschell
54534a9445 Add PluginDataPersistence 2020-08-12 18:30:21 +02:00
Maschell
8350766c40 Add missing copy constructors 2020-08-12 18:30:21 +02:00
Maschell
dd9b32a1f6 Add the PluginHeapHandle as an argument instead of using the global variable 2020-08-12 18:30:21 +02:00
Maschell
cc4b9b4594 Fix calculating the size needed to store the plugins in memory. 2020-08-12 18:30:21 +02:00
Maschell
8dd161b177 Even more formatting 2020-08-12 18:30:21 +02:00
Maschell
fae8be334f Save the address of memory allocated on the plugin heap 2020-08-12 18:30:21 +02:00
Maschell
2e0a02f5aa Increase the maximum number of relocations from 500 to 1000. Refactor some code to a "PluginManagement" class. 2020-08-12 18:30:21 +02:00
Maschell
9c23f9f315 First iteration of the WUPS-Backend as a .rpx/module for the SetupPayload
- Function replacements are not implemented yet
- Serveral features like the config menu are missing

Still WIP
2020-08-12 18:30:21 +02:00