volatility3 icon indicating copy to clipboard operation
volatility3 copied to clipboard

Add support for determining/filtering symbol tables

Open ikelos opened this issue 2 years ago • 4 comments

Issue #985 will not work with versions of symbol tables generated by dwarf2json older than a particular version. We therefore need to add support to filter (either as part of a SymbolTableRequirement or manually) to filter out/fail on symbol tables that have metadata that matches the broken versions.

ikelos avatar Dec 12 '23 23:12 ikelos

This is probably going to get implemented as a check on specific symbol tables as requested by the plugin through a method on symbol_space, specifying metadata criteria required, which will then throw an exception if the criteria aren't met. See #1066 for more discussion.

ikelos avatar Jan 10 '24 19:01 ikelos