File tree 1 file changed +17
-3
lines changed
1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,31 @@ WARNING: tmp\tmp.zip contains real malicious excel documents (password: infected
13
13
14
14
You can also find XLM grammar in xlm-macro.lark
15
15
16
- # Running the script
16
+ # Installing the emulator
17
+
18
+ 1 . Install using pip
19
+
20
+ ```
21
+ pip install XLMMacroDeobfuscator
22
+ ```
23
+
24
+ 2 . Installing the latest development
25
+
26
+ ```
27
+ pip install -U https://github.com/DissectMalware/XLMMacroDeobfuscator/archive/master.zip
28
+ ```
29
+
30
+ # Running the emulator
17
31
To run the script
18
32
19
33
```
20
- python deobfuscator.py --file document.xlsm
34
+ xlmdeobfuscator --file document.xlsm
21
35
```
22
36
23
37
# Usage
24
38
25
39
```
26
- usage: deobfuscator.py [-h] [-f FILE] [-n] [-x] [-s]
40
+ usage: xlmdeobfuscator [-h] [-f FILE] [-n] [-x] [-s]
27
41
28
42
optional arguments:
29
43
-h, --help show this help message and exit
You can’t perform that action at this time.
0 commit comments