A tool to view .ainb
files, as seen in Super Mario Bros. Wonder, Tears of the Kingdom, and more.
NOTE: This program is still in a very early stage of development. Expect bugs, crashes, and incorrect parsing of files.
- Can read most sections of
.ainb
files - Can view SARC files (e.g.
.pack
files use this)
- (Prerequisites) Install CMake and any compatible C++ toolchain
- Clone the repository:
git clone --recurse-submodules https://github.com/RootCubed/ainby.git
cd
into the project:cd ainby
- Make a build folder (
mkdir build
) andcd
into it:cd build
- Configure CMake:
cmake ..
- Build the executable:
cmake --build .