xoofx / xoofx/LibObjectFile

Extract from dwarf data the type and the composition of variables

Open
#24 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
C#
Stars
184
Forks
17
Avg merge
1d 3h
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing LibObjectFile's existing ELF and DWARF support, then determine whether ARM Cortex 32-bit GCC data can expose variables, addresses, sizes, and non-basic type composition. The issue names no files or tests, so completion would need a defined API and validation for structs, unions, and basic types.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
compilers, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.