mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 21:27:39 +02:00
add bin_attribute address virtual member
This commit is contained in:
@@ -3221,3 +3221,10 @@ class bin_attribute(objects.StructType):
|
||||
return None
|
||||
|
||||
return None
|
||||
|
||||
@property
|
||||
def address(self) -> int:
|
||||
"""Equivalent to module_sect_attr.address:
|
||||
- https://github.com/torvalds/linux/commit/4b2c11e4aaf7e3d7fd9ce8e5995a32ff5e27d74f
|
||||
"""
|
||||
return self.private
|
||||
|
||||
Reference in New Issue
Block a user