Many ELFs separate their sections into logical groups such as RAM, internal flash, external flash, etc. As the sections coming from readelf are not carrying enough and at the same time can be too detailed, a simple description file seems to be a good way to help puncover to provide more insights (e.g. "all const variables in internal flash" vs. "all variables in external RAM".
Many ELFs separate their sections into logical groups such as RAM, internal flash, external flash, etc. As the sections coming from
readelf
are not carrying enough and at the same time can be too detailed, a simple description file seems to be a good way to help puncover to provide more insights (e.g. "all const variables in internal flash" vs. "all variables in external RAM".