Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DissectMalware committed May 2, 2020
2 parents 84e4b23 + eff233b commit 8740dcb
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 8740dcb

Please sign in to comment.