Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for newer versions of Volatility 3? #16

Open
salty4n6 opened this issue Jan 10, 2023 · 0 comments
Open

Support for newer versions of Volatility 3? #16

salty4n6 opened this issue Jan 10, 2023 · 0 comments

Comments

@salty4n6
Copy link

Hi,
The latest version of Volatility 3 is 2.4.0, which is not supported. Any chance newer versions of Volatility 3 will be supported?

$ pe-tree-vol /dumps/memory.dmp
Traceback (most recent call last):
File "/usr/local/bin/pe-tree-vol", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/pe_tree/volatility.py", line 340, in main
window = pe_tree.window.PETreeWindow(application, VolatilityRuntime, args, open_file=False)
File "/usr/local/lib/python3.8/dist-packages/pe_tree/window.py", line 47, in init
self.runtime = runtime(widget, args)
File "/usr/local/lib/python3.8/dist-packages/pe_tree/volatility.py", line 55, in init
framework.require_interface_version(1, 0, 0)
File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/init.py", line 57, in require_interface_version
raise RuntimeError(
RuntimeError: Framework interface version 2 is incompatible with required version 1

~Salty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant