We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d96df8 commit 2ad66adCopy full SHA for 2ad66ad
README.md
@@ -31,7 +31,7 @@ xlmdeobfuscator --file document.xlsm
31
# Usage
32
33
```
34
-usage: xlmdeobfuscator [-h] [-f FILE] [-n] [-x] [-2] [-s]
+usage: xlmdeobfuscator [-h] [-f FILE] [-n] [-x] [-2] [-s] [-d DAY]
35
36
optional arguments:
37
-h, --help show this help message and exit
@@ -41,6 +41,7 @@ optional arguments:
41
-2, --no-ms-excel Do not use MS Excel to process XLS files
42
-s, --start-with-shell Open an XLM shell before interpreting the macros in
43
the input
44
+ -d DAY, --day DAY Specify the day of month
45
46
47
Read requirements.txt to get the list of python libraries that XLMMacroDeobfuscator is dependent on.
0 commit comments