with LibObjectFile lib is it possible to extract from an elf file (ARM-Cortex 32bit gcc) the list of variables, their address, their size, but above all, their typology and their composition if they are not basic types, such as struct or union ?
Thanks
with LibObjectFile lib is it possible to extract from an elf file (ARM-Cortex 32bit gcc) the list of variables, their address, their size, but above all, their typology and their composition if they are not basic types, such as struct or union ? Thanks