This commit is contained in:
Donghyun Kim
2022-08-09 03:25:21 +09:00
parent 471551fda0
commit e0edb87d7f
@@ -69,4 +69,4 @@ class JobLinks(interfaces.plugins.PluginInterface):
(f"Offset{offsettype}", format_hints.Hex), ("Name", str), ("PID", int),
("PPID", int), ("Sess", int), ("JobSess", int), ("Wow64", bool),
("Total", int), ("Active", int), ("Term", int), ("JobLink", str), ("Process", str)
], self._generator())
], self._generator())