Jim Calabro
About
RSS
|
Atom
|
JSON
---
GitHub
Chess
Mastodon
Last.fm
How DWARF Works: Debug Information Entries
- What are DIEs? How do we write code to load them from a binary?
How DWARF Works: Table of Contents and Introduction
- This series answers questions such as "what is DWARF/ELF?" and "How do debuggers work?"
How DWARF Works: Parsing Just Enough ELF
- What is an ELF file? Why do we need it? How do we parse just enough of one to get the information we care about?
How DWARF Works: Go Code Reference
- Reference Go helper code used throughout the How DWARF Works series
Hello!
- What is this site?