xoofx / LibObjectFile

LibObjectFile is a .NET library to read, manipulate and write linker and executable object files (e.g ELF, PE, DWARF, ar...)
BSD 2-Clause "Simplified" License
159 stars 11 forks source link

Extract from dwarf data the type and the composition of variables #24

Open vilu2022 opened 1 year ago

vilu2022 commented 1 year ago

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