mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
[pykdlib] added: pykdlib prototype
git-svn-id: https://pykd.svn.codeplex.com/svn@62780 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
8e0ecc1733
commit
3506801d3b
3
lib/pykdlib/__init__.py
Normal file
3
lib/pykdlib/__init__.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
28
lib/pykdlib/modules.py
Normal file
28
lib/pykdlib/modules.py
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
|
||||||
|
#
|
||||||
|
# Modules Info
|
||||||
|
#
|
||||||
|
|
||||||
|
import pykd
|
||||||
|
|
||||||
|
|
||||||
|
if pykd.isKernelDebugging():
|
||||||
|
|
||||||
|
nt = pykd.loadModule("nt")
|
||||||
|
hal = pykd.loadModule("hal")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user