Portrait
TuxNode Low-level systems, computer architecture, and security research. A free software enthusiast and Arch Linux user.
Status
Exploring low-level systems & computer architecture
recent-work

分析musl libc 1.2.0 malloc实现

musl libc 最近决定着手malloc的实现,一方面是比较感兴趣,另一方面可以加强对内存管理的理解,同时也可以推进对堆安全的理解。 相对于glibc的复杂,或许应该先抛开复杂的性能优化,从最简单的开始学习 所以我选择了musl libc 1.2.0版本 musl libc的 …

Read more →

Hardware Knowledge You Have to Know Before Assembly

Summary After leaving the abstract world of high-level programming languages, you plan to start with assembly. In assembly, you need to …

Read more →