Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-jh committed Nov 27, 2023
2 parents 91e5458 + 0872c5c commit 83e5bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def _deobfuscripter_pass(
# Looks like it worked, continue with the new layer
layer = result
# Use multidecoder techniques and ioc tagging
tree = md.multidecoder.scan(layer) if final else md.multidecoder.scan(layer, depth=1)
tree = md.multidecoder.scan(layer) if final else md.multidecoder.scan(layer, 1)
md.extract_files(tree, 500)
obfuscations = {node.obfuscation for node in tree}
obfuscations.discard(b"")
Expand Down

0 comments on commit 83e5bc6

Please sign in to comment.