ikelos
ikelos
Not sure how to test this out, but at least it's a first stab.
This adds support for selective column output on the CLI. Other UIs are welcome to implement their own features. Still to add to this is the ability for plugins to...
A PluginRequirement should verify that the required plugins can successfully be instantiated. As such we need to verify the subset of requirements that may be required (at the moment, only...
This is a placeholder for requests concerning Arm/Arm64 support.
A lot of plugins can return a lot of data, but a user may not want to see all the data produced. Unless the extra data is extremely computational difficult...
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...
The plugins currently in the repo were designed for a pre-release version of volatility, and would need to be updated to run properly, by changing `import volatility` to `import volatility3`...
There may be an expectation that just providing an elf file, or just providing the system.map will be enough to generate a complete JSON file. It would be awesome to...
Consider whether it would be possible to allow type lookups during type creation, so that subtype and similar can be easily passed in as string identifiers rather than the looked-up...
This should ensure that modules more explicitly state what requirements they have which should also allow that to be recorded more accurately in the configuration when needed. @Abyss-W4tcher please could...