Tool to convert ELF (S)hared (O)bject to Nintendo (R)elocatable (S)hared (O)bject
-ior--input- It's the ELF File to be parse. Required-oor--output- File path for the resultant file. Default is to change the input file extension to.rso-aor--fullpath- Use the fullpath of the input for the module's name-eor--export- Path of file containing the symbols allowed to be exported (Divided by\n)-neor--no-export- Disable exporting any symbol from the module
- Create Static RSO. Module created from the
main.dol. This module export the functions/method used by the child modules
- PistonMiner's elf2rel for using some of his code as base for building this tool. Since Nintendo's REL module format is the precursor to this format.