- Apr 20, 2016
- 104
- 307
OK, since the hiktool.rar and everything else I was able to find did not work with current digicap.dav images, I created this:
The tool is now being tested with different images and I plan to release it at some time in the future.
Code:
jpi@dvdev:~$ hikpack
hikpack 1.0b -- Hikvision digicap.dav firmware packer/unpacker
Usage:
hikpack -i <davfile> print dav file information
hikpack -x <davfile> -o <dir> extract dav into directory
hikpack [opts] -p <davfile> <files> create dav from source file(s)
hikpack [opts] -s <dir> checksum directory (new_10.bin)
hikpack -e <file> -k <key> encrypt file with a 3DES key (hex)
hikpack -d <file> -k <key> decrypt file with a 3DES key (hex)
hikpack -r <uImage> recover encryption keys from uImage
--- The following options are used by the -p and -s commands:
-l <lang> set language id (hex number)
-c <devclass> set device class (hex number)
The tool is now being tested with different images and I plan to release it at some time in the future.