An open API service indexing awesome lists of open source software.

https://github.com/g-w1/zelf

playing around with ELF in zig
https://github.com/g-w1/zelf

elf zig

Last synced: about 1 year ago
JSON representation

playing around with ELF in zig

Awesome Lists containing this project

README

          

# An attempt at an elf linker

This is meant to be a simple learning project.

# Resources For ELF Stuff

https://raw.githubusercontent.com/corkami/pics/28cb0226093ed57b348723bc473cea0162dad366/binary/elf101/elf101-64.svg

https://cirosantilli.com/elf-hello-world

https://github.com/mewmew/dissection/blob/master/elf64/elf64.asm

https://chris.bracken.jp/2018/10/decoding-an-elf-binary/