$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
About Virtualization, VDI, SBC, Application Compatibility and anything else I feel like
12 Oct // php the_time('Y') ?>
I came across an interesting tool today called Binwalk.
Binwalk is a firmware analysis tool that scans a given binary file for embedded files and executable code.
Binwalk requires a Linux machine, I used the Backtrack VM I used from my article about WEP keys.
Note there is no binary distribution of Binwalk so you will need to compile it but this is a breeze.
27 Sep // php the_time('Y') ?>
If you have read my earlier blogs about the RNS 510 then you may know I have been working on creating custom startup logo’s for some time.
For some time now I know how the images are encoded and decoded between Windows bitmap and the native RNS 510 image format.
Recently I identified the checksums in the image data, and the differing parameters for the Seat, Skoda and VW versions of the RNS 510 firmware.
20 Sep // php the_time('Y') ?>
20 May // php the_time('Y') ?>
About a year ago I wrote a checksum calculator for the Volkswagen RNS 510 navigation unit.
The checksum is a variant on Crc16 and is present either at the end of certain files (eg #CRC16:db1d) or as a special file with the name CRC.16.
The tool is a little exe that takes the filename as the only parameter.
Have fun with it!
RNS 510 Checksum Calculator (4169 downloads)