NK.BIN toolset

From t-hack.com - Hack X300T / X301T

Jump to: navigation, search

Content of this toolset:

viewbin.exe - shows the contents of the NK.BIN

cvrtbin.exe - converts the NK.BIN to and from other formats

binmod.exe - is able to replace files inside the NK.BIN however it has several limitations

dumprom.exe - this tool extracts all files and modules from the kernel. It does not use NK.BIN files as input but NK.nb0 files, which can be created with the cvrtbin.exe

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.

Personal tools