Skip to content

elfie: 0.1.0#1

Merged
yardexx merged 10 commits into
mainfrom
release/0.1.0
Feb 8, 2026
Merged

elfie: 0.1.0#1
yardexx merged 10 commits into
mainfrom
release/0.1.0

Conversation

@yardexx
Copy link
Copy Markdown
Owner

@yardexx yardexx commented Feb 8, 2026

Status

READY

Description

This PR introduces the initial release (v0.1.0) of the elfie library, a pure Dart ELF parser.

Key Implementation Details:

  • Core Parsing Logic: Implemented parsing for ELF headers (32/64-bit), program headers, section headers, dynamic entries, and symbol tables. Supports both little and big-endian formats.
  • API Design: Exposed a clean, static Elfie API (Elfie.parse, Elfie.tryParse) for user convenience.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 8, 2026

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@yardexx yardexx merged commit 4dce286 into main Feb 8, 2026
3 of 4 checks passed
@yardexx yardexx deleted the release/0.1.0 branch February 8, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant