mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
8 lines
111 B
Python
8 lines
111 B
Python
#!/usr/bin/env python3.5
|
|
|
|
from volatility.cli import volshell
|
|
|
|
if __name__ == '__main__':
|
|
volshell.main()
|
|
|