Commit Graph

23 Commits

Author SHA1 Message Date
Maschell 00dec53199 Format the code via clang-format 2022-02-04 21:48:37 +01:00
Maschell 9f7912cb60 Support for WUMS 0.3.1 2022-01-23 22:07:38 +01:00
Maschell 460c235430 Use std::shared_ptr 2021-12-07 18:23:18 +01:00
Maschell 862363629e WUMS 0.3 support: Store function symbol data inside global struct. Optimize relocator to only read needed data from global struct 2021-12-07 18:01:15 +01:00
Maschell 4542bc4d1a Formatting 2021-09-23 18:38:29 +02:00
Maschell 74f7b8a662 Implement support for WUMS 0.2 2021-09-17 16:22:54 +02:00
Maschell 4eff524ab3 Code cleanup 2021-02-19 17:01:21 +01:00
Maschell 07adc02d53 Add Support for WUMS_MODULE_SKIP_WUT_INIT macro 2021-02-19 17:01:11 +01:00
Maschell 98c8de7479 Implementation of InitBeforeRelocationDoneHook and SkipEntrypoint module options 2020-12-26 16:01:46 +01:00
Maschell e70ec9b345 Modules do now have a flag if they should be run before their entrypoint. 2020-06-07 13:58:55 +02:00
Maschell 3f6f956b70 Move module defines into WUMS 2020-06-06 17:02:31 +02:00
Maschell 2442bb46c5 Fix several compiler warnings 2020-06-01 16:41:46 +02:00
Maschell 6cb4f4e358 Add initial support for storing and loadings hooks of modules (but not calling them) 2020-05-29 17:36:10 +02:00
Maschell 02441dab81 relocator: Add missing ExportData loading for ModuleData in persistence 2020-05-29 17:31:53 +02:00
Maschell c52592c016 relocator: Remove unused ModuleDataPersistence::saveModuleData function 2020-05-29 17:30:44 +02:00
Maschell cd3065b9e5 ModuleDataPersistence: Add missing export name loading 2020-05-29 17:30:10 +02:00
Maschell 2ee3011ae8 Formatting 2020-05-17 19:05:51 +02:00
Maschell b526acbded Allocate everything on the stack instead of the heap 2020-05-17 13:11:52 +02:00
Maschell d36ad9bf3d Change address/endAddress in ModuleData to startAddress/endAddress 2020-05-03 00:06:11 +02:00
Maschell 48b5f853e3 Add the size and address to the ModuleData 2020-04-29 12:35:40 +02:00
Maschell ebf09003d3 [relocator] Re-use the header from the SetupPayload and move some files into /utils 2020-04-29 12:35:13 +02:00
Maschell 7b8a421d7a Remove the `../source` entry from the Makefile of the relocator 2020-04-29 12:05:39 +02:00
Maschell 9a4068d15b first commit 2020-04-28 14:43:07 +02:00