Files
hakril-PythonForWindows/__init__.py
T
2015-03-12 18:25:49 +01:00

8 lines
213 B
Python

import k32testing
from winobject import System, CurrentProcess
from utils import VirtualProtected
system = System()
current_process = CurrentProcess()
__all__ = ["system", "VirtualProtected", 'current_process']