✕ Clear all filters
10 articles
▶ Videos →

📰 Dev.to · ddupard

10 articles · Updated every 3 hours · View all reads

All Articles 173,180Blog Posts 163,830Tech Tutorials 46,199Research Papers 33,880News 21,840 ⚡ AI Lessons
Identifying the Processor of a Bare-Metal Binary (Strategy 2): Testing LLMs
Dev.to · ddupard 🧠 Large Language Models ⚡ AI Lesson 1mo ago
Identifying the Processor of a Bare-Metal Binary (Strategy 2): Testing LLMs
Industrializing the disassembly of an undocumented processor from a raw binary is a complex challenge...
8051: Building a Custom Disassembler
Dev.to · ddupard 🏗️ Systems Design & Architecture ⚡ AI Lesson 1mo ago
8051: Building a Custom Disassembler
Industrializing the disassembly of an undocumented processor from a raw binary is a complex task that...
EEPROM Hijacking on 8051 Architecture
Dev.to · ddupard 🔐 Cybersecurity ⚡ AI Lesson 1mo ago
EEPROM Hijacking on 8051 Architecture
1. Introduction and Problem Statement In constrained embedded systems engineering,...
From Source Code to Binary: What Does GCC Actually Do? part 2
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...
From Source Code to Binary: What Does GCC Actually Do?
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....
Building a comfortable workflow for debugging an old version of the Linux kernel
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...