NK.BIN toolset
From t-hack.com - Hack X300T / X301T
Mikeprotts (Talk | contribs) m (Added sample output link) |
m |
||
| Line 12: | Line 12: | ||
Output from a sample session using BT Vision files | Output from a sample session using BT Vision files | ||
| − | + | [[sample output]] | |
| + | |||
| + | |||
| + | |||
| + | '''to dump the content of a 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''' | ||
| + | the content of the nk.bin will be written in the directory "dump". It must exists, otherwise an error occurs. | ||
| + | |||
| + | [[Category:WinCe]][[category:Software]][[category:EN]] | ||