mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
[0.2.x] fixed : ptrPtr routine returns "normalized" address
git-svn-id: https://pykd.svn.codeplex.com/svn@83181 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
a10f7ed26b
commit
1ad8bf412b
@ -74,7 +74,8 @@ ULONG64 ptrMWord( ULONG64 offset )
|
|||||||
|
|
||||||
ULONG64 ptrPtr( ULONG64 offset )
|
ULONG64 ptrPtr( ULONG64 offset )
|
||||||
{
|
{
|
||||||
return ptrMWord( offset );
|
ULONG64 ptr = ptrMWord( offset );
|
||||||
|
return addr64( ptr );
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user