Skip to content

Commit

Permalink
support kernel address space for user session
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Mar 5, 2016
1 parent 011c693 commit 22be24e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/haystack/allocators/test_heapwalker.py
Expand Up @@ -170,7 +170,7 @@ def test_get_heap_mappings(self):

def test_get_heaps(self):
heaps = self.finder.list_heap_walkers()
self.assertEquals(len(heaps), 15)
self.assertEquals(len(heaps), 17)

@unittest.skip("TODO win32 get_stack code")
def test_get_stack(self):
Expand Down
2 changes: 2 additions & 0 deletions test/testfiles.py
Expand Up @@ -136,6 +136,8 @@ def __init__(self, dumpname):
(0x04110000, 0x1000),
(0x041c0000, 0x1000),
(0x7efe0000, 0x5000), # 64bits
(0xfffff900c0580000, 0x3000), # kernel,session
(0xfffff900c0800000, 0xe0000), # kernel,session
# from free stuf - erroneous
#( 0x0061a000, 1200),
]
Expand Down

0 comments on commit 22be24e

Please sign in to comment.