volatility3
volatility3 copied to clipboard
Bug with CACHE_PATH
constants.CACHE_PATH is updated if cache_path is in the arguments for the cli.
However LINUX_BANNERS_PATH, MAC_BANNERS_PATH and IDENTIFIERS_PATH are not updated accordingly.
This causes those files to be created in the default cache path.
We need to update all those paths as well with the new cache path.