derrekr / ctr_firm_builder

A tool for building Nintendo 3DS FIRM containers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

firm_builder [output file] [arm9 entry addr] [arm11 entry addr] [section0 loading addr] [section0 copy method] [section0 binary] [section1 loading addr] ...

Notes

  • The minimum section count is 1, the maximum is 4.
  • Sections will be aligned to 0x200-bytes automatically.

About

A tool for building Nintendo 3DS FIRM containers.

License:GNU General Public License v3.0


Languages

Language:C 99.8%Language:Makefile 0.2%