shadowbrokers-exploits/windows/Resources/Ops/PyScripts/lib/ops/data/python.py
2017-04-14 11:45:07 +02:00

6 lines
No EOL
247 B
Python

from ops.data import OpsClass, OpsField, DszObject, DszCommandObject, cmd_definitions
import dsz
if ('python' not in cmd_definitions):
pythoncommand = OpsClass('python', {}, DszCommandObject)
cmd_definitions['python'] = pythoncommand