Skip to content

Commit

Permalink
Fix usage example in README
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Reynolds <[email protected]>
  • Loading branch information
shenanigansd authored Nov 9, 2024
1 parent ffa1f66 commit 155e0cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ pip install "vipyr-deobf[argcomplete] @ git+https://github.com/vipyrsec/vipyrsec
## Usage

```bash
py -m vipyr-deobf mal.py
py -m vipyr_deobf mal.py
# or
vipyr-deobf mal.py
```

By default, the deobfuscator will make a 'best attempt' at discerning the obfuscation. If it is unable to detect the obfuscation type,
Expand Down Expand Up @@ -58,4 +60,4 @@ blankobf_v2_deobf = Deobfuscator(deobf, format_results, scan)
register(blankobf_v2_deobf)
```
Look at the type hints for the `Deobfuscator` class to determine what the three functions
should look like and wrap your code into those three functions.
should look like and wrap your code into those three functions.

0 comments on commit 155e0cb

Please sign in to comment.