Python ctypes

From wikinotes
Revision as of 20:45, 6 May 2018 by Will (talk | contribs) (Created page with "= Windows Kernel Info = <source lang="python"> import ctypes #returns kernel ctypes.windll.kernel32 </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Windows Kernel Info

import ctypes

#returns kernel
ctypes.windll.kernel32