use 7zip to decompress the update .cab:
	7z x 3000XSeries.02.37.2014052002.cab
	or just open in in 7zip GUI and extract


--- kernel extraction ---

use bincompress.exe to decompress nk.bin.comp to nk.bin:
	bincompress /d nk.bin.comp nk.bin

use bin2nb.py to convert nk.bin to nk.nb0 (you need Python 2.x.x installed, see python.org):
	python bin2nb.py nk.bin nk.nb0

use dumprom.exe to extract files from nk.nb0:
	mkdir rom
	dumprom -d rom nk.nb0
	see rom folder


--- infiniiVision extraction ---

use 7zip to extract infiniiVisionSetup.cab:
	7z x infiniiVisionSetup.cab 
	or just open in in 7zip GUI and extract

place dosetup.py into the same folder with the extracted files, run:
	python dosetup.py
this will move all those strange named files into correct folders with correct names


--- registry dump ---

use fdf2reg.pl to convert default.fdf (binary registry) to text .reg (you need Perl):
	perl fdf2reg.pl default.fdf default.reg
