[pykdlib] added: pykdlib prototype

git-svn-id: https://pykd.svn.codeplex.com/svn@62780 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2011-03-17 17:03:27 +00:00
parent 8e0ecc1733
commit 3506801d3b
2 changed files with 31 additions and 0 deletions

3
lib/pykdlib/__init__.py Normal file
View File

@ -0,0 +1,3 @@
#
#
#

28
lib/pykdlib/modules.py Normal file
View File

@ -0,0 +1,28 @@
#
# Modules Info
#
import pykd
if pykd.isKernelDebugging():
nt = pykd.loadModule("nt")
hal = pykd.loadModule("hal")