I am developing a shared objects editor/viewer for eclipse using Preon. The editor looks like:
To improve it, I would like to implement a function that, once selected an entry on the top pannel, it would highlight the corresponding bytes on the bottom panel. To do that, whould be of great interest to retireve size and offset of a given field of my object with Preon.
How can I achieve that ? Are there some other alternatives ?