dwarfadt-0.6: High-level wrapper around the dwarf library
Data.Dwarf.Elf
loadElfDwarf :: Endianess -> FilePath -> IO (Elf, ([DIE], DIEMap)) Source #
elfSectionByName :: Elf -> Text -> Either Text ByteString Source #
parseElfDwarfADT :: Endianess -> FilePath -> IO (Dwarf, [Warning]) Source #