LibObjectFile icon indicating copy to clipboard operation
LibObjectFile copied to clipboard

Extract from dwarf data the type and the composition of variables

Open vilu2022 opened this issue 2 years ago • 0 comments

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

vilu2022 avatar Mar 25 '23 21:03 vilu2022