Skip to content

Commit d035e46

Browse files
ADD - silent switch
1 parent d49144e commit d035e46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

XLMMacroDeobfuscator/deobfuscator.py

+6
Original file line numberDiff line numberDiff line change
@@ -2868,6 +2868,12 @@ def process_file(**kwargs):
28682868
'timeout': 30
28692869
}
28702870
"""
2871+
2872+
global SILENT
2873+
2874+
if kwargs.get("silent"):
2875+
SILENT = kwargs.get("silent")
2876+
28712877
deobfuscated = list()
28722878
interpreted_lines = list()
28732879
file_path = os.path.abspath(kwargs.get('file'))

0 commit comments

Comments
 (0)