mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
[0.3.x] fix: MEMORY_BASIC_INFORMATION64::RegionSize is ULONGLONG
git-svn-id: https://pykd.svn.codeplex.com/svn@87630 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
408db0c938
commit
782db1ba38
@ -154,9 +154,8 @@ inline bool compareMemory( kdlib::MEMOFFSET_64 addr1, kdlib::MEMOFFSET_64 addr2,
|
|||||||
|
|
||||||
inline python::tuple findMemoryRegion( kdlib::MEMOFFSET_64 offset )
|
inline python::tuple findMemoryRegion( kdlib::MEMOFFSET_64 offset )
|
||||||
{
|
{
|
||||||
|
kdlib::MEMOFFSET_64 regionOffset;
|
||||||
kdlib::MEMOFFSET_64 regionOffset;
|
unsigned long long regionLength;
|
||||||
size_t regionLength;
|
|
||||||
|
|
||||||
AutoRestorePyState pystate;
|
AutoRestorePyState pystate;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user