I'm reading in a binary file, and need to find some values in that file. This binary file contains some telemetry data from a satellite and I need to find the data corresponding to their position.
According to a .csv file which describes me the structure of the binary file (picture), I understand that I need to find the data included in the Hexa Address 0x47c, 0x480 and 0x484.
I am quite new to programming in Python and this tasks seems so difficult. I think that may be with re library and trying to find or match that addres is a good way but I am not sure about how to include that addresses.
What's a good way of searching for the value in the binary data?
question from:
https://stackoverflow.com/questions/65833050/reading-and-finding-data-in-binary-files-python 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…