ikelos
ikelos
Yeah, it makes perfect sense. What we're looking at doing is exposing the filter list to the plugins through the configuration tree, and therefore letting them do the filtering mid-run...
For some reason I thought I'd commented on this already, but now I can't find it? I'd expect the `--base` flag to reduce the results to a single line, and...
So those debug messages aren't actually errors, they're just informational, although you're not getting any results from the plugin. There were a few debugging messages in there that I didn't...
That's ok we'll leave this open, and I'll try to give it a look when I get a bit of time (likely a weekend, but it'll probably been in March...
Yes, the whole string must match exactly, no parsing of the version occurs.
I don't know when that patch made it in, but it might be worth updating to the lastest development snapshot rather than 2.5.0?
Unfortunately it depends on the requirements of the plugin (whether it has a `ModuleRequirement` or just a `TranslationLayerRequirement` and a `SymbolTableRequiement` and what plugin you used to generated the saved...
Sorry, I haven't had much time to devote to volatility recently, but I am still following it yes. That configuration is using the `ModuleRequirement` so should be picking everything up...
No, not yet sorry, I need to find time to unpick why `get_requirements` isn't getting called appropriately...
Ok, so my mistake. It turns out it's not the Module that's used to figure out its requirements, it's the ModuleRequirement which specifies them, meaning for a specific module to...