Some things I learned about libdwarf

from blog Kamal Marhubi, | ↗ original
In the last few days, I got drafted / nerd-sniped into helping Julia Evans on her Ruby stacktrace spying program. Specifically, one of the next big things is to read type information out of the Ruby binary so that it’s not hardcoded to work for just one Ruby version. Going in, I didn’t know much about DWARF, its data model, or how to access it...