파이썬 해상도변경
# Copyright (C) 2014-2016 Jurriaan Bremer. # This file is part of VMCloak - http://www.vmcloak.org/. # See the file 'docs/LICENSE.txt' for copying permission. import sys import ctypes from ctypes import c_char, c_ushort, c_uint, c_char_p from ctypes import windll, Structure, POINTER, sizeof # http://blogs.technet.com/b/heyscriptingguy/archive/2010/07/07/hey-scripting-guy-how-c..