diff --git a/modules/signatures/windows/system_location_discovery.py b/modules/signatures/windows/system_location_discovery.py index eec9276b..c1f8d5b6 100644 --- a/modules/signatures/windows/system_location_discovery.py +++ b/modules/signatures/windows/system_location_discovery.py @@ -15,6 +15,7 @@ from lib.cuckoo.common.abstracts import Signature + class QueriesKeyboardLayout(Signature): name = "queries_keyboard_layout" description = "Queries the keyboard layout" @@ -34,6 +35,6 @@ def __init__(self, *args, **kwargs): def on_call(self, call, process): self.mark_call() self.ret = True - + def on_complete(self): return self.ret