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
.ainbfiles - Can view SARC files (e.g.
.packfiles use this)
- (Prerequisites) Install CMake and any compatible C++ toolchain
- Clone the repository:
git clone --recurse-submodules https://github.com/RootCubed/ainby.git cdinto the project:cd ainby- Make a build folder (
mkdir build) andcdinto it:cd build - Configure CMake:
cmake .. - Build the executable:
cmake --build .
