mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
7 lines
97 B
Python
7 lines
97 B
Python
__author__ = 'mike'
|
|
|
|
import volatility.cli
|
|
|
|
if __name__ == '__main__':
|
|
volatility.cli.main()
|