Skip to content

Commit 8740dcb

Browse files
2 parents 84e4b23 + eff233b commit 8740dcb

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,31 @@ WARNING: tmp\tmp.zip contains real malicious excel documents (password: infected
1313

1414
You can also find XLM grammar in xlm-macro.lark
1515

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
1731
To run the script
1832

1933
```
20-
python deobfuscator.py --file document.xlsm
34+
xlmdeobfuscator --file document.xlsm
2135
```
2236

2337
# Usage
2438

2539
```
26-
usage: deobfuscator.py [-h] [-f FILE] [-n] [-x] [-s]
40+
usage: xlmdeobfuscator [-h] [-f FILE] [-n] [-x] [-s]
2741
2842
optional arguments:
2943
-h, --help show this help message and exit

0 commit comments

Comments
 (0)