All
Articles 173,381Blog Posts 163,872Tech Tutorials 46,219Research Papers 33,909News 21,874
⚡ 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
3mo 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