Exlaunch is a framework for injecting C and C++ code into Nintendo Switch games and applications. For our usecase, we can use Exlaunch to hook our own code
into the Breath of the Wild exefs (executable).
The original repository for Exlaunch can be found here. However we will be using a fork I created based off of this version.
You will want to begin by installing the necessary requirements to build Exlaunch. I personally work from Windows 11 with the Winch WSL
so the information following will be based off of this.