mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 20:27:38 +02:00
Fix the self-referential checker.
This commit is contained in:
@@ -120,7 +120,7 @@ class SelfReferentialTest(object):
|
||||
if value == page_offset and value != 0:
|
||||
response = i // self.ptr_size, page_offset
|
||||
print(hex(response[1]), hex(response[0]))
|
||||
return response
|
||||
return 1, response
|
||||
|
||||
|
||||
class PageMapOffsetHelper(interfaces.configuration.HierachicalVisitor):
|
||||
|
||||
Reference in New Issue
Block a user