Bin To Nsp Online
nspbuild -t output.nsp extracted\*.nca
def add_bin_file(self, bin_path): """Add a raw BIN file as a section""" self.sections.append( 'path': Path(bin_path), 'offset': 0 # will be recalculated ) return self bin to nsp
nspbuild -t output.nsp extracted\*.nca
def add_bin_file(self, bin_path): """Add a raw BIN file as a section""" self.sections.append( 'path': Path(bin_path), 'offset': 0 # will be recalculated ) return self bin to nsp