All
Articles 185,323Blog Posts 168,013Tech Tutorials 49,622Research Papers 35,897News 22,822
⚡ AI Lessons

Dev.to · ddupard
🔧 Backend Engineering
⚡ AI Lesson
2mo ago
From Source Code to Binary: What Does GCC Actually Do? part 2
In the last part of my first article on how GCC compiles, I explained the System V AMD64 ABI...

Dev.to · ddupard
🔧 Backend Engineering
⚡ AI Lesson
2mo ago
From Source Code to Binary: What Does GCC Actually Do?
When we write a C program, we work with high-level concepts like functions, variables, and loops....

Dev.to · ddupard
🔧 Backend Engineering
⚡ AI Lesson
4mo ago
Building a comfortable workflow for debugging an old version of the Linux kernel
When you want to work on the Linux kernel, for example to see how an exploit acts (like Dirty COW on...
DeepCamp AI