Skip to content

XorTroll/libnx-dyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libnx modular application

Modules

  • Every module must be in its subdir (suggestion: copy the sample module)

  • The root Makefile has a MODULES list to auto-build them, place them in the application's romfs and then build the application.

Dynamic code

Dynamic code (dyn.h and dyn.c) is a port of a port of a port (libtransistor in C -> Biosphere in C++ -> libnx in C++ -> libnx in C) which uses ldr:ro + ELF relocation to load a NRO, dlfcn-ish.

Credits

  • libtransistor and its devs for the original dynamic loading code, amazing work

About

Dynamic modules in libnx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published