We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26ff8f commit 5c21f4aCopy full SHA for 5c21f4a
volatility3/framework/automagic/mac.py
@@ -184,9 +184,7 @@ def find_aslr(
184
for offset, banner in offset_generator:
185
banner_major, banner_minor = (int(x) for x in banner[22:].split(b".")[:2])
186
187
- aslr_shift = offset - cls.virtual_to_physical_address(
188
- version_json_address
189
- )
+ aslr_shift = offset - cls.virtual_to_physical_address(version_json_address)
190
191
major_string = context.layers[layer_name].read(
192
version_major_phys_offset + aslr_shift, 4
0 commit comments