This commit is contained in:
Paul Kermann
2022-04-26 10:11:12 +03:00
parent 0057f81269
commit a8d70c0657
3 changed files with 3 additions and 3 deletions
@@ -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"