Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- Very cool effort!by bielok
- Thanks!by keepamovin
- do you have any learning resources that you used to build the ELF linker?
- It’s not a linker, it just writes ELF format directly which is not such a complicated format.
Look for repos that emit ELF directly in C, Rust, or other languages (eg., tiny compilers or assemblers that skip ld).
by keepamovin - Also if you're interested, here's an article that deep dives: https://news.ycombinator.com/item?id=48868587by keepamovin
- This looks promising, i like the philosophy. keep it up!