How do extract parts of a binary file and evaluate them separately?
Hello! For example this file with this script can get the first data is a date.
How do I use a script to extract this "A2 3F 32 01"
and use a script to calculate its corresponding decimal value= 20070306 Thanks!