Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DissectMalware authored May 2, 2020
1 parent 46377b8 commit eff233b
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,31 @@ WARNING: tmp\tmp.zip contains real malicious excel documents (password: infected

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

# Running the script
# Installing the emulator

1. Install using pip

```
pip install XLMMacroDeobfuscator
```

2. Installing the latest development

```
pip install -U https://github.com/DissectMalware/XLMMacroDeobfuscator/archive/master.zip
```

# Running the emulator
To run the script

```
python deobfuscator.py --file document.xlsm
xlmdeobfuscator --file document.xlsm
```

# Usage

```
usage: deobfuscator.py [-h] [-f FILE] [-n] [-x] [-s]
usage: xlmdeobfuscator [-h] [-f FILE] [-n] [-x] [-s]
optional arguments:
-h, --help show this help message and exit
Expand Down

0 comments on commit eff233b

Please sign in to comment.