NK.BIN toolset
From t-hack.com - Hack X300T / X301T
| Line 15: | Line 15: | ||
| − | |||
| − | + | '''to dump the content of a nk.bin''': | |
| − | + | ||
| − | cvrtbin -r -a START -w 32 -l LENGTH nk.bin | + | *'''viewbin.exe nk.bin''' |
| − | + | write down start and length | |
| + | |||
| + | *'''cvrtbin -r -a START -w 32 -l LENGTH nk.bin''' | ||
| + | this command converts the nk.bin to a nk.nb0 (START and LENGTH from the command bevor) | ||
| − | dumprom.exe -d dump -v -5 nk.nb0 | + | *'''dumprom.exe -d dump -v -5 nk.nb0''' |
| − | + | the content of the nk.bin will be written in the directory "dump". It must exists, otherwise an error occurs. | |