volatilityfoundation / volatility3

Volatility 3.0 development
http://volatilityfoundation.org/
Other
2.61k stars 447 forks source link

Can the Volatility3 import external plugins? #1248

Closed MaxFuwin closed 1 month ago

ikelos commented 1 month ago

Yes, volatility 3 is designed with a plugin system, and you can distribute plugins as python files (with data files if necessary) or as zip files (although I don't recall the exact internal directory structure needed for that, just that we added it). The plugins must be under a directory identify which operating system they run against (windows, linux or mac) and you can specify the path to choose using --plugin-dirs. If you have any difficulties, you might get quicker responses by asking on our slack channels at https://www.volatilityfoundation.org/slack rather than filing a bug report. Bug reports should be for issues with the code not operating correctly, where possible...