Skip to content

Add ELF loader#37

Open
Schamper wants to merge 1 commit intomainfrom
elf-loader
Open

Add ELF loader#37
Schamper wants to merge 1 commit intomainfrom
elf-loader

Conversation

@Schamper
Copy link
Copy Markdown
Member

A very rudimentary ELF loader that can (currently) load and execute statically compiled ELF files.

The loader is very rough so the process will segfault as soon as it's done executing.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

❌ Patch coverage is 0% with 192 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.45%. Comparing base (a4a7b6b) to head (3b7993f).

Files with missing lines Patch % Lines
dissect/executable/elf/tools/loader.py 0.00% 192 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
- Coverage   81.92%   73.45%   -8.48%     
==========================================
  Files          24       25       +1     
  Lines        1665     1857     +192     
==========================================
  Hits         1364     1364              
- Misses        301      493     +192     
Flag Coverage Δ
unittests 73.45% <0.00%> (-8.48%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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