mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
8 lines
213 B
Python
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'] |