Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ergrelet committed Jul 6, 2024
1 parent 4a7f787 commit a39bc0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ Code Virtualizer as well.

### Download

You can fetch the project with `git` and install it with `pip`:
You can install the project with `pip`:

```
pip install git+https://github.com/ergrelet/themida-unmutate.git
pip install themida-unmutate
```

A standalone PyInstaller build is available for Windows in "Releases".

### Use

Here's what the CLI looks like:
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "themida-unmutate-bn",
"type": ["core"],
"api": ["python3"],
"description": "Static deobfuscator for Themida, WinLicense and Code Virtualizer's mutation-based obfuscation.",
"description": "Static deobfuscator for Themida, WinLicense and Code Virtualizer 3.x's mutation-based obfuscation.",
"longdescription": "",
"license": {
"name": "GPL-3.0-or-later",
Expand Down

0 comments on commit a39bc0b

Please sign in to comment.