Files
volatility3/vol.py
T
Mike Auty 5e15d522bd Remove automatic IDE-inserted attributions.
They weren't consistent and they show just remind me how slowly
I've been getting vol 3 written!  5:S

There's git commits to track all of that stuff if we need it.
2017-05-14 11:40:49 +01:00

7 lines
100 B
Python
Executable File

#!/usr/bin/env python3
import volatility.cli
if __name__ == '__main__':
volatility.cli.main()