Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 550 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 550 Bytes

sdat2img

This is a c++ equivalent of the original sdat2img by xpirt - luxi78 - howellzhu which was written in python

Usage

sdat2img <transfer_list> <system_new_file> [system_img]
  • <transfer_list> = input, system.transfer.list from rom zip
  • <system_new_file> = input, system.new.dat from rom zip
  • [system_img] = output ext4 raw image file

Example

This is a simple example on a Linux system:

~$ ./sdat2img system.transfer.list system.new.dat system.img

or

~$ ./sdat2img system.transfer.list system.new.dat