Files
volatility3/vol.py
T
Mike Auty e6547a2d5e Revert "CLI: Verify improvement for buildbot"
This fix for buildbot didn't seem to have any effect

This reverts commit 57e1243932.
2021-08-28 00:34:11 +01:00

11 lines
290 B
Python
Executable File

#!/usr/bin/env python3
# This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0
# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0
#
import volatility3.cli
if __name__ == '__main__':
volatility3.cli.main()