WUMSLoader/relocator
2020-05-30 21:59:42 +02:00
..
src relocator: Save the address of the PhysicalToEffective + EffectiveToPhysical function from the memory module is present. 2020-05-30 21:59:42 +02:00
.gitignore first commit 2020-04-28 14:43:07 +02:00
Makefile Add support for WUMS, support for handling and resolving exports 2020-05-17 21:14:27 +02:00
README.md first commit 2020-04-28 14:43:07 +02:00

Setup payload - relocator

This is a payload that is bundled with the SetupPayload that handled the relocations for the imports.

Credits

  • maschell
  • Copy pasted the solution for using wut header in .elf files from RetroArch
  • Copy pasted resolving the ElfRelocations from decaf