mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 12:53:23 +08:00
[0.2.x] ~fix: loadModule -> module ctor
git-svn-id: https://pykd.svn.codeplex.com/svn@80882 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
7d1aed151a
commit
993431df52
@ -2,7 +2,7 @@ from pykd import *
|
||||
import sys
|
||||
|
||||
|
||||
nt = loadModule( "nt" )
|
||||
nt = module( "nt" )
|
||||
|
||||
def getServiceAddrWlh(Start, Offset):
|
||||
return Start + (Offset / 16)
|
||||
|
Loading…
Reference in New Issue
Block a user