community3 icon indicating copy to clipboard operation
community3 copied to clipboard

Volatility namespace rename

Open ikelos opened this issue 4 years ago • 0 comments

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 (and similar with from volatility). The framework version number was also clocked back given the shift in namespace, so the _required_framework_version for these plugins would need to be set to (1, 0, 0).

ikelos avatar Jan 29 '21 10:01 ikelos