Skip to content

evantypanski/zigelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zigelf

Zig library for reading elf binaries.

Few of these exist but I wanted a more useful one as a library with an easier format to use.

Project currently parses the main parts of an elf 64 file. It does not support elf 32 files. It does not support different endianness. It's just what worked for my particular file right now.

So if you want to use this, probably:

  • Make the types not enums, instead use the std.elf constants to compare and allow them to be nonexhaustive
  • Make the names all conform to the elf man page
  • Support 32 bit elf files
  • Support different endianness

But overall it's a good start if you need to READ elf files in zig. I think.

About

Library to work with elf files in Zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages