Maschell
|
c76edf09c4
|
Actually read the target process from the plugin while function patching
|
2020-06-19 17:04:39 +02:00 |
|
Maschell
|
ce73ac48e0
|
Use the function patcher module for the plugin function patches
|
2020-06-13 16:57:53 +02:00 |
|
Maschell
|
506b8eaf9a
|
Use definitions from WUMS if possible
|
2020-06-06 16:40:25 +02:00 |
|
Maschell
|
2b517b5699
|
Remove the elfio reader from the PluginData class, use it when it's needed
|
2020-06-03 18:34:31 +02:00 |
|
Maschell
|
1917ff9fb4
|
Adjust the setter the PluginContainer to use const values
|
2020-06-03 18:30:05 +02:00 |
|
Maschell
|
7a7a1f7a63
|
Organize imports and format code
|
2020-05-28 20:51:31 +02:00 |
|
Maschell
|
169bea55be
|
Allow direct access to plugin data buffers
|
2020-05-17 21:07:26 +02:00 |
|
Maschell
|
a2816cea61
|
Addned functions to load plugin meta information from a path or buffer
|
2020-05-17 20:50:31 +02:00 |
|
Maschell
|
3d642c25d0
|
Fix logging of std::string
|
2020-05-17 20:50:05 +02:00 |
|
Maschell
|
3652eb4204
|
Remove debug logs
|
2020-05-17 20:49:48 +02:00 |
|
Maschell
|
db9b113eab
|
Add PluginDataPersistence
|
2020-05-17 20:45:10 +02:00 |
|
Maschell
|
3b9f4a9a51
|
Add missing copy constructors
|
2020-05-17 20:43:04 +02:00 |
|
Maschell
|
ead8b14f98
|
Add the PluginHeapHandle as an argument instead of using the global variable
|
2020-05-03 14:14:22 +02:00 |
|
Maschell
|
037e1f2ce8
|
Fix calculating the size needed to store the plugins in memory.
|
2020-05-03 13:51:39 +02:00 |
|
Maschell
|
0c0680be77
|
Even more formatting
|
2020-05-03 12:30:15 +02:00 |
|
Maschell
|
c1c7594926
|
Save the address of memory allocated on the plugin heap
|
2020-05-03 12:23:50 +02:00 |
|
Maschell
|
6d8fd08f25
|
Increase the maximum number of relocations from 500 to 1000. Refactor some code to a "PluginManagement" class.
|
2020-05-03 10:21:05 +02:00 |
|
Maschell
|
2705a91c13
|
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-04-29 18:02:36 +02:00 |
|