Solutions for all labs in Computer Systems: A Programmer's Perspective (CS:APP), including complete code and runnable files.
This repository contains my solutions to the labs from Computer Systems: A Programmer's Perspective (CS:APP), a core textbook for computer systems courses.
Each lab is organized into a separate folder, which includes:
- My complete solution code
- Necessary configuration/helper files to run the lab
For detailed lab write-ups (including problem analysis, implementation ideas, and debugging notes), visit my personal website:
https://ilsao.github.io/
✅ Completed | ☐ In Progress
- Data Lab
- Bomb Lab
- Attack Lab
- Architecture Lab
- Cache Lab
- Shell Lab
- Malloc Lab
- Proxy Lab