Skip to content

Reimplementation of ACNH's "Runtime Link Editor" (rtld)

Notifications You must be signed in to change notification settings

Slattz/ParkRTLD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParkRTLD

This is a complete reimplementation of Animal Crossing: New Horizon's "Runtime Link Editor" (rtld) binary. Based on rtld from ACNH 1.3.0.

rtld is the "first executable code belonging to the program that the system launches". For more information on the functionality of rtld, see Switchbrew.

Note: This was developed specifically for ACNH. It may work with other 64-bit Switch games, but your milage may vary. This will not work for 32-bit Switch games. For a more versatile implementation, check out oss-rtld by Thog.

Compiling

  1. Make sure devkitA64 is properly installed and up to date.
  2. Enter the ParkRTLD directory and run make in your command line/terminal.

Provided you have all the requirements, ParkRTLD.nso should be outputted to the working directory.

About

Reimplementation of ACNH's "Runtime Link Editor" (rtld)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published