volatilityfoundation / dwarf2json

convert ELF/DWARF symbol and type information into vol3's intermediate JSON
Other
104 stars 28 forks source link

Generate symbols for Solus linux #42

Open presianbg opened 2 years ago

presianbg commented 2 years ago

Hi,

I'm trying to generate a symbol table for Solus Linux and there is this package: linux-current-dbginfo-5.15.61-217-1-x86_64.eopkg - Debug symbols for linux-current. but not actual debug kernel as discussed in #37 .

Is the debug kernel mandatory? Can I use the current information to built the table ? PS: I'm using https://github.com/microsoft/avml to create the memory dump.

Cheers, PY