mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 04:37:38 +02:00
fix typo
This commit is contained in:
@@ -165,7 +165,7 @@ class Callbacks(interfaces.plugins.PluginInterface):
|
||||
|
||||
callback_list = ntkrnlmp.object(object_type = "_LIST_ENTRY", offset = symbol_offset)
|
||||
for callback in callback_list.to_list(full_type_name, "Link"):
|
||||
yield "CmRegisterCallbackEx", callback.Function, f"Alltitude: {callback.Alltitude.String}"
|
||||
yield "CmRegisterCallbackEx", callback.Function, f"Altitude: {callback.Altitude.String}"
|
||||
|
||||
@classmethod
|
||||
def list_registry_callbacks(cls, context: interfaces.context.ContextInterface, layer_name: str, symbol_table: str,
|
||||
|
||||
@@ -170,7 +170,7 @@
|
||||
},
|
||||
"offset": 40
|
||||
},
|
||||
"Alltitude": {
|
||||
"Altitude": {
|
||||
"type": {
|
||||
"kind": "struct",
|
||||
"name": "nt_symbols!_UNICODE_STRING"
|
||||
|
||||
@@ -170,7 +170,7 @@
|
||||
},
|
||||
"offset": 28
|
||||
},
|
||||
"Alltitude": {
|
||||
"Altitude": {
|
||||
"type": {
|
||||
"kind": "struct",
|
||||
"name": "nt_symbols!_UNICODE_STRING"
|
||||
|
||||
Reference in New Issue
Block a user