Files
volatility3/vol.py
T

7 lines
97 B
Python

__author__ = 'mike'
import volatility.cli
if __name__ == '__main__':
volatility.cli.main()