Study note
How to execute an object file: Part 1
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Compilers / PL
- Category
- 链接、装载与目标文件
- Source
- blog.cloudflare.com
- Vault note
library/articles/compilers/How-to-execute-an-object-file-Part-1-ad7a015751ca5755.md
Summary
Cloudflare “执行 object file”系列第一篇,构建一个玩具 loader,解析 ELF object file,把 `.text` 段映射到可执行内存并调用其中的函数。
Highlights
适合用动手方式理解 object file 不是神秘黑盒,而是可解析、可映射、可执行的数据结构。
Notes
Cloudflare object file 执行系列。
Comments
Loading comments...