Skip to content

Commit

Permalink
Bugfix in local variable access
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-kevin committed Feb 5, 2024
1 parent dc7e4c7 commit b55efe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/gootloader/GootLoaderAutoJsDecode.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ def parseRound2Data(
):
output_domains = list()
persistence = None
maliciousDomains = list()

if round2InputStr.startswith("function"):
log("GootLoader Obfuscation Variant 3.0 sample detected.")
Expand Down

0 comments on commit b55efe3

Please sign in to comment.