Maschell
|
4aeeb09901
|
Init default return value in WUPSGetPluginDataForContainerHandles
|
2020-06-12 21:10:32 +02:00 |
|
Maschell
|
2633d983f3
|
Fix check for NULL-pointer in WUPSGetLoadedPlugins
|
2020-06-12 21:06:34 +02:00 |
|
Maschell
|
dfb8828829
|
Use libfunctionpatcher for non-plugin function patches
|
2020-06-12 20:51:21 +02:00 |
|
Maschell
|
4d13709c00
|
Check the module information struct version
|
2020-06-07 14:10:31 +02:00 |
|
Maschell
|
4edc55f02e
|
Get module_information_t pointer from args instead of "guessing" it
|
2020-06-06 22:10:41 +02:00 |
|
Maschell
|
506b8eaf9a
|
Use definitions from WUMS if possible
|
2020-06-06 16:40:25 +02:00 |
|
Maschell
|
42866ffbac
|
Don't clear the .bss section anymore, call the wut init functions only once, except the devop one
|
2020-06-03 19:33:09 +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
|
592ecf8eed
|
Fix setting the trampolineID
|
2020-06-03 18:23:23 +02:00 |
|
Maschell
|
cfc2d4197e
|
Use alloc/free from memorymapping module if possible
|
2020-06-03 18:22:44 +02:00 |
|
Maschell
|
b2562f6275
|
Adopt to new chnages of WUMS
|
2020-06-03 18:21:43 +02:00 |
|
Maschell
|
62d93a065f
|
elfio: use delete instead of free
|
2020-06-03 18:20:19 +02:00 |
|
Maschell
|
48683e167e
|
Add flush after patching the functions
|
2020-05-29 19:27:55 +02:00 |
|
Maschell
|
518d53b5fb
|
Update module_defines.h to match latest SetupPayload version
|
2020-05-29 17:16:34 +02:00 |
|
Maschell
|
13e5d854d1
|
Use libkernel for a KernelCopy instead register own kernel functions.
|
2020-05-28 21:58:15 +02:00 |
|
Maschell
|
9ee8085a64
|
OSReceiveMessage hook: Only look into the message if the result is true
|
2020-05-28 20:51:56 +02:00 |
|
Maschell
|
7a7a1f7a63
|
Organize imports and format code
|
2020-05-28 20:51:31 +02:00 |
|
Maschell
|
80a0712519
|
Make sure to use plugins only in proccess 2 and 15.
|
2020-05-28 20:49:52 +02:00 |
|
Maschell
|
bbd2d2a4f1
|
Update the readme
|
2020-05-17 21:10:47 +02:00 |
|
Maschell
|
c3cca4926c
|
Build with WiiUModuleSystem, export a bunch of useful functions to control the backend
|
2020-05-17 21:08:13 +02:00 |
|
Maschell
|
169bea55be
|
Allow direct access to plugin data buffers
|
2020-05-17 21:07:26 +02:00 |
|
Maschell
|
192b00baae
|
Adopt module_defines to be compatible to the latest SetupPayload
|
2020-05-17 21:07:07 +02:00 |
|
Maschell
|
b63723eb72
|
Add option to delete or not delete the actual plugin data when unloading plugins
|
2020-05-17 21:06:11 +02:00 |
|
Maschell
|
49fde27123
|
Make sure to restore patches before unloading plugins
|
2020-05-17 21:06:00 +02:00 |
|
Maschell
|
da5b26b583
|
Add callDeinitHooks and RestorePatches to the PlugingManagement
|
2020-05-17 21:04:16 +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
|
05ef5246f0
|
Improve logging
|
2020-05-17 20:49:40 +02:00 |
|
Maschell
|
9a5d3a843f
|
Add support for loading a list of plugin data on the next application change
|
2020-05-17 20:49:31 +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
|
7247ad3093
|
Free trampolin data when unloading plugins
|
2020-05-17 20:41:11 +02:00 |
|
Maschell
|
e38cd528bf
|
Add missing import
|
2020-05-17 20:40:12 +02:00 |
|
Maschell
|
3af7de28d8
|
Move global variables into a own file
|
2020-05-17 20:40:05 +02:00 |
|
Maschell
|
441191e40b
|
Fix warning by not using the c++17 flag on c files
|
2020-05-17 20:36:46 +02:00 |
|
Maschell
|
ccdc22c923
|
Improve logging
|
2020-05-08 11:17:24 +02:00 |
|
Maschell
|
3fb7f80050
|
Move loadPlugins function to PluginManagement
|
2020-05-03 14:20:00 +02:00 |
|
Maschell
|
0a4652c10a
|
Add a function to unload all plugins from memory in the PluginManagement
|
2020-05-03 14:16:11 +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
|
80eb885dd2
|
Refactor loading plugins
|
2020-05-03 12:37:20 +02:00 |
|
Maschell
|
0c0680be77
|
Even more formatting
|
2020-05-03 12:30:15 +02:00 |
|
Maschell
|
4bf4a0eeea
|
Formatting
|
2020-05-03 12:25:38 +02:00 |
|
Maschell
|
c1c7594926
|
Save the address of memory allocated on the plugin heap
|
2020-05-03 12:23:50 +02:00 |
|
Maschell
|
53f454f6ed
|
Fix logic behin calling hooks, improve logging when calling hooks.
|
2020-05-03 11:40:44 +02:00 |
|
Maschell
|
e556490d27
|
Call the CRT hooks at each application start, not just once.
|
2020-05-03 11:34:43 +02:00 |
|
Maschell
|
7c0476fab4
|
Formatting of hooks.cpp, improving logs when a hook is not implemented
|
2020-05-03 11:16:22 +02:00 |
|
Maschell
|
4f5de0f889
|
Add intial support for function patching via plugins
|
2020-05-03 11:13:55 +02:00 |
|