Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 419 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 419 Bytes

If you need to work with ELF file in GoLang, you must use GoLang's standard debug/elf package.

goelf

Yet Another ELF reader!

This is a very basic implementation of an ELF reader with limitted functionalities focused only on linux ELF64 type.

If you want to hack though, you can use or extend this package. Look at the main.go file for an example usage.