NK.BIN toolset
From t-hack.com - Hack X300T / X301T
(NK Bin toolset added) |
m |
||
| Line 10: | Line 10: | ||
[[Media:Nkbintools.zip|Download the toolset]] | [[Media:Nkbintools.zip|Download the toolset]] | ||
| + | |||
| + | 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]] | ||