https://github.com/jiegec/cold
The cold linker
https://github.com/jiegec/cold
Last synced: 5 months ago
JSON representation
The cold linker
- Host: GitHub
- URL: https://github.com/jiegec/cold
- Owner: jiegec
- License: mit
- Created: 2024-06-02T16:14:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T08:36:19.000Z (about 2 years ago)
- Last Synced: 2025-05-07T03:39:32.459Z (about 1 year ago)
- Language: Rust
- Size: 71.3 KB
- Stars: 70
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The cold linker
A toy ELF linker written in Rust.
See more on my blog series:
- [开发一个链接器(1)](https://jia.je/software/2024/02/18/write-a-linker-1/)
- [开发一个链接器(2)](https://jia.je/software/2024/03/30/write-a-linker-2/)
- [开发一个链接器(3)](https://jia.je/software/2024/04/06/write-a-linker-3/)
- [开发一个链接器(4)](https://jia.je/software/2024/04/07/write-a-linker-4/)