template:fugue_nand

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

template:fugue_nand [2025/03/30 06:13] – created lnrctemplate:fugue_nand [2025/03/30 06:16] (current) lnrc
Line 1: Line 1:
 +**Fugue Nand Regular**
   - Download the [[https://github.com/irdkwia/fugue-tools/blob/main/extract.py|fugue-tools]] repository from Github   - Download the [[https://github.com/irdkwia/fugue-tools/blob/main/extract.py|fugue-tools]] repository from Github
   - Place extract.py from fugue-tools into the same folder with nand.bin and nand.oob. Run this command:<code>python extract.py nand.bin output.bin</code>   - Place extract.py from fugue-tools into the same folder with nand.bin and nand.oob. Run this command:<code>python extract.py nand.bin output.bin</code>
 The file system can now be read and extracted with TestDisk.  The file system can now be read and extracted with TestDisk. 
 +
 +**Fugue Nand A+B**
 +  - Rename the files in the Part A dump folder to nand_a.bin and nand_a.oob
 +  - Rename the files in the Part B dump folder to nand_b.bin and nand_b.oob
 +  - Place all of these files into the same folder along with extract.py from fugue-tools.
 +  - Execute the following command<code>python extract.py nand_a.bin nand_b.bin output.bin</code>
 +The file system can now be read and extracted with TestDisk. 
 +
  • template/fugue_nand.txt
  • Last modified: 2025/03/30 06:16
  • by lnrc