Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiegec/cold
The cold linker
https://github.com/jiegec/cold
Last synced: 4 days 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-07T08:36:19.000Z (5 months ago)
- Last Synced: 2024-10-26T22:48:54.233Z (18 days ago)
- Language: Rust
- Size: 71.3 KB
- Stars: 67
- 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/)