volatilityfoundation / volatility3

Volatility 3.0 development
http://volatilityfoundation.org/
Other
2.72k stars 463 forks source link

Rework the config system to allow automagic to use partial configs #1231

Open ikelos opened 3 months ago

ikelos commented 3 months ago

The config information isn't typed, so there's no way for the automagic to use anything that doesn't fit exactly with the plugin trying to use it. If instead we types configs as they're saved, then the automagic has a chance of traversing down a tree and reusing some of the automagic (or trying to).