Maschell
cc5acd0980
- use const auto& where possible
...
- avoid using const std::unique_ptr& and const std::shared_ptr&
- avoid wrapping results in std::optional
- prefer std::string_view over const std::string&
- update FSUtils::LoadFileToMem to write into std::vector<uint8_t>
- use std::span when possible
- Avoid unnessecary copies in PluginDataFactory
- allocate plugins as HeapMemoryFixedSize which bascially is a std::unique_ptr with fixed size
2024-04-25 16:19:26 +02:00
Maschell
333359c75d
Avoid using streams in ELFIO to massively reduce the binary size
2023-01-04 16:35:06 +01:00
Maschell
c9ccf0f657
Update to latest ELFIO and undo any changes directly to ELFIO
2023-01-04 03:14:27 +01:00
Maschell
9cd0d43111
Fix loading plugins with ".wut_load_bounds" section
2022-05-14 15:43:30 +02:00
Maschell
cda9c3e055
Rewrite the plugin backend, use smart pointers is possible, don't persist in structs and simplify code
2022-05-14 15:43:30 +02:00
Maschell
48eb915a70
Use DEBUG_FUNCTION_LINE_ERR on error.
2022-04-23 09:11:36 +02:00
Maschell
6df6d871aa
Include cleanup, fix compiling with latest wut,
2022-02-26 16:43:08 +01:00
Maschell
2547c7edca
Format the code via clang-format
2022-02-04 16:35:53 +01:00
Maschell
614f58ea8e
Formatting, fix spelling, clean up
2022-01-27 12:47:33 +01:00
Maschell
79eb5758b7
Use std::shared_ptr
2021-12-15 17:09:30 +01:00
Maschell
64f78ccec4
Patch Kernel to resolve symbols names of plugins
2021-12-15 17:04:30 +01:00
Maschell
aa90e2478b
Formatting and cleanup
2021-09-25 14:26:18 +02:00
Maschell
189af02743
Reduce logging
2021-02-19 19:41:04 +01:00
Maschell
f7b4b568d2
Remove \n in log messages
2020-12-28 14:40:53 +01:00
Maschell
e9bd4651ca
Clean up and formatting
2020-12-26 14:17:50 +01:00
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
2b517b5699
Remove the elfio reader from the PluginData class, use it when it's needed
2020-06-03 18:34:31 +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
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