Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 30, 2024
1 parent 28aa28e commit 045cab5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/signatures/windows/bypass_uac.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,3 @@ def on_complete(self):
if "sdclt.exe" in lower and "/kickoffelev" in lower:
return True
return False

2 changes: 0 additions & 2 deletions modules/signatures/windows/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,3 @@ def on_call(self, call, process):

def on_complete(self):
return self.detected


0 comments on commit 045cab5

Please sign in to comment.