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
- Host: GitHub
- URL: https://github.com/g-w1/zelf
- Owner: g-w1
- Created: 2021-03-08T20:00:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T03:18:27.000Z (about 5 years ago)
- Last Synced: 2025-04-16T00:13:12.973Z (about 1 year ago)
- Topics: elf, zig
- Language: Zig
- Homepage: https://g-w1.github.io/blog/zig/low-level/compiler/2021/05/23/bf-compile.html
- Size: 6.84 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/