LibObjectFile
LibObjectFile copied to clipboard
Extract from dwarf data the type and the composition of variables
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