WUMSLoader/relocator
2020-05-17 13:11:52 +02:00
..
src Allocate everything on the stack instead of the heap 2020-05-17 13:11:52 +02:00
.gitignore first commit 2020-04-28 14:43:07 +02:00
Makefile Allocate everything on the stack instead of the heap 2020-05-17 13:11:52 +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